X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-ust.yaml;h=96e0f6684e4f08ce17a38efbc6691bef956a3ff4;hb=89e673e7ce904aaed0b55942e77094323655b73c;hp=ff404949a068bdb69e3d3018c7ca57ad10d5219b;hpb=568b5cbdb3503a176da4792ab9dd9469ef88f40e;p=lttng-ci.git diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index ff40494..96e0f66 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -39,11 +39,9 @@ url: https://github.com/{github_user}/{github_name} -## Templates -- job-template: - name: lttng-ust_{version}_{buildtype} - defaults: lttng-ust - +## Anchors +- lttng-ust_build_axes_defaults: <tng-ust_build_axes_defaults + name: 'lttng-ust_build_axes_defaults' project-type: matrix node: 'master' # Applies only to matrix flyweight task execution-strategy: @@ -66,6 +64,8 @@ name: build values: '{obj:build}' +- lttng-ust_build_builders_defaults: <tng-ust_build_builders_defaults + name: 'lttng-ust_build_builders_defaults' builders: - conditional-step: condition-kind: regex-match @@ -97,6 +97,15 @@ - shell: !include-raw-escape: scripts/lttng-ust/build.sh + +## Templates +- job-template: + name: lttng-ust_{version}_{buildtype} + defaults: lttng-ust + + <<: *lttng-ust_build_axes_defaults + <<: *lttng-ust_build_builders_defaults + # TODO: Scan for open tasks publishers: - tap: @@ -140,6 +149,57 @@ send-to: - recipients +- job-template: + name: dev_gerrit_lttng-ust_{buildtype} + defaults: lttng-ust + concurrent: true + + scm: + - git: + url: https://review.lttng.org/lttng-ust + refspec: 'refs/changes/*:refs/changes/*' + branches: + - '$GERRIT_REFSPEC' + basedir: src/lttng-ust + skip-tag: true + + triggers: + - gerrit: + trigger-on: + - comment-added-event: + approval-category: 'CI-Build' + approval-value: 1 + projects: + - project-compare-type: 'PLAIN' + project-pattern: 'lttng-ust' + branches: + - branch-compare-type: 'ANT' + branch-pattern: '**' + trigger-for-unreviewed-patches: true + + <<: *lttng-ust_build_axes_defaults + <<: *lttng-ust_build_builders_defaults + + publishers: + - tap: + results: 'tap/**/*.log' + fail-if-no-results: true + failed-tests-mark-build-as-failure: true + todo-is-failure: false + - warnings: + console-log-parsers: + - 'GNU Make + GNU C Compiler (gcc)' + total-thresholds: + failed: + total-all: 0 + total-high: 0 + total-normal: 0 + total-low: 0 + - archive: + artifacts: 'build/**,tap/**' + allow-empty: false + - workspace-cleanup + - job-template: name: lttng-ust_{version}_cppcheck defaults: lttng-ust @@ -179,7 +239,7 @@ which-build: last-successful stable: false filter: 'build/**' - target: 'deps/liburcu' + target: 'deps' do-not-fingerprint: true - shell: !include-raw-escape: scripts/common/scan-build.sh @@ -216,7 +276,7 @@ which-build: last-successful stable: false filter: 'build/**' - target: 'deps/liburcu' + target: 'deps' do-not-fingerprint: true - shell: !include-raw-escape: scripts/common/coverity.sh @@ -326,6 +386,19 @@ liburcu_version: !!python/tuple [stable-0.9] filter: '' +- project: + name: gerrit-lttng-ust + github_user: lttng + github_name: lttng-ust + jobs: + - 'dev_gerrit_lttng-ust_{buildtype}': + buildtype: build + arch: !!python/tuple [amd64] + build: !!python/tuple [std, oot, dist, oot-dist] + conf: !!python/tuple [std, agents] + liburcu_version: !!python/tuple [stable-0.11] + filter: '(build=="std" && conf=="std") || (arch=="amd64")' + - project: name: lttng-ust-views views: