X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Fbabeltrace.yaml;h=dfd7e0eef114938a62cb5b8648177538ab597fab;hb=9201e00def3912853ecc0f570a1abb915bf4ca5a;hp=0fd4372183017cdbf739488111bdf6220bcb1e0a;hpb=6476f91778e56619abeb66584a9eac4ab8cf3775;p=lttng-ci.git diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index 0fd4372..dfd7e0e 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -231,6 +231,27 @@ send-to: - recipients +- babeltrace_build_publishers_gerrit: &babeltrace_build_publishers_gerrit + name: 'babeltrace_build_publishers_gerrit' + publishers: + - tap: + results: 'tap/**/*.log' + failed-tests-mark-build-as-failure: true + todo-is-failure: false + - warnings: + console-log-parsers: + - 'GNU Make + GNU C Compiler (gcc)' + total-thresholds: + unstable: + total-all: 0 + total-high: 0 + total-normal: 0 + total-low: 0 + - archive: + artifacts: 'build/**' + allow-empty: false + + ## Templates - job-template: @@ -265,6 +286,65 @@ <<: *babeltrace_build_builders_defaults <<: *babeltrace_build_publishers_dev +- job-template: + name: dev_gerrit_babeltrace_{buildtype} + defaults: babeltrace + concurrent: true + + scm: + - git: + url: https://review.lttng.org/babeltrace + refspec: 'refs/changes/*:refs/changes/*' + branches: + - '$GERRIT_REFSPEC' + basedir: src/babeltrace + skip-tag: true + + triggers: + - gerrit: + trigger-on: + - comment-added-event: + approval-category: 'CI-Build' + approval-value: 1 + projects: + - project-compare-type: 'PLAIN' + project-pattern: 'babeltrace' + branches: + - branch-compare-type: 'ANT' + branch-pattern: '**' + trigger-for-unreviewed-patches: true + + project-type: matrix + node: 'master' # Applies only to matrix flyweight task + execution-strategy: + combination-filter: | + (build=="std" && conf=="python-bindings") || (arch=="amd64") + axes: + - axis: + type: slave + name: arch + values: '{obj:arch}' + - axis: + type: user-defined + name: conf + values: '{obj:conf}' + - axis: + type: user-defined + name: build + values: '{obj:build}' + + <<: *babeltrace_build_builders_defaults + <<: *babeltrace_build_publishers_gerrit + + properties: + - inject: + properties-content: | + PROJECT_NAME=babeltrace + - build-discarder: + days-to-keep: 2 + - github: + url: https://github.com/{github_user}/{github_name} + - job-template: name: babeltrace_{version}_cppcheck defaults: babeltrace @@ -578,3 +658,14 @@ build: !!python/tuple [std] conf: !!python/tuple [std] + +- project: + name: gerrit-babeltrace + github_user: efficios + github_name: babeltrace + jobs: + - 'dev_gerrit_babeltrace_{buildtype}': + buildtype: build + arch: !!python/tuple [amd64, armhf, arm64, powerpc, ppc64el, i386] + build: !!python/tuple [std, oot, dist] + conf: !!python/tuple [std, python-bindings, production]