X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=jobs%2Flttng-ust.yaml;h=573eb43fe4c47b768fd326ec9420fec82c7e7001;hb=129755342db3b912b3bdc9cfaaeebe9d96b569da;hp=9dce0296d6c3da2a7efce1870d96f9ffe23d91ad;hpb=30c8dface5a52c13820bf882a5f3c7252f53ebce;p=lttng-ci.git diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index 9dce029..573eb43 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,68 @@ 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 + + properties: + - inject: + properties-content: | + PROJECT_NAME=lttng-ust + - build-discarder: + days-to-keep: 1 + - throttle: + option: 'category' + categories: + - 'gerrit-{buildtype}' + + 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 @@ -252,38 +323,39 @@ arch: !!python/tuple [amd64] build: !!python/tuple [std, dist, oot, oot-dist] conf: !!python/tuple [std, agents, debug-rcu] - liburcu_version: !!python/tuple [stable-0.8, stable-0.9, stable-0.10, stable-0.11, master] + liburcu_version: !!python/tuple [stable-0.8, stable-0.10, stable-0.12, master] filter: '(build=="std") || (liburcu_version=="master")' - 'lttng-ust_{version}_{buildtype}': buildtype: portbuild arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386] build: !!python/tuple [std] conf: !!python/tuple [std, agents] - liburcu_version: !!python/tuple [stable-0.8, stable-0.9, stable-0.10, stable-0.11, master] + liburcu_version: !!python/tuple [stable-0.8, stable-0.10, stable-0.12, master] filter: '' - 'lttng-ust_{version}_{buildtype}': buildtype: slesbuild arch: !!python/tuple [sles12sp2] build: !!python/tuple [std] conf: !!python/tuple [std] - liburcu_version: !!python/tuple [stable-0.9, stable-0.10, stable-0.11, master] + liburcu_version: !!python/tuple [stable-0.9, stable-0.10, stable-0.12, master] filter: '' - 'lttng-ust_{version}_{buildtype}': buildtype: elbuild arch: !!python/tuple [el8] build: !!python/tuple [std] conf: !!python/tuple [std] - liburcu_version: !!python/tuple [stable-0.9, stable-0.10, stable-0.11, master] + liburcu_version: !!python/tuple [stable-0.9, stable-0.10, stable-0.12, master] filter: '' - 'lttng-ust_{version}_cppcheck' - 'lttng-ust_{version}_scan-build' + ## Master ## - 'lttng-ust_{version}_{buildtype}': buildtype: build version: master arch: !!python/tuple [amd64] build: !!python/tuple [std, dist, oot, oot-dist] conf: !!python/tuple [std, agents, debug-rcu] - liburcu_version: !!python/tuple [stable-0.11, master] + liburcu_version: !!python/tuple [stable-0.12, master] filter: '(build=="std") || (liburcu_version=="master")' - 'lttng-ust_{version}_{buildtype}': buildtype: portbuild @@ -291,7 +363,7 @@ arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386] build: !!python/tuple [std] conf: !!python/tuple [std, agents] - liburcu_version: !!python/tuple [stable-0.11, master] + liburcu_version: !!python/tuple [stable-0.12, master] filter: '' - 'lttng-ust_{version}_{buildtype}': buildtype: slesbuild @@ -299,7 +371,7 @@ arch: !!python/tuple [sles12sp2] build: !!python/tuple [std] conf: !!python/tuple [std] - liburcu_version: !!python/tuple [stable-0.11, master] + liburcu_version: !!python/tuple [stable-0.12, master] filter: '' - 'lttng-ust_{version}_{buildtype}': buildtype: elbuild @@ -307,7 +379,7 @@ arch: !!python/tuple [el8] build: !!python/tuple [std] conf: !!python/tuple [std] - liburcu_version: !!python/tuple [stable-0.11, master] + liburcu_version: !!python/tuple [stable-0.12, master] filter: '' - 'lttng-ust_{version}_cppcheck': version: master @@ -315,16 +387,56 @@ version: master - 'lttng-ust_{version}_coverity': version: master - - # stable-2.7 + ## Stable 2.12 ## + - 'lttng-ust_{version}_{buildtype}': + buildtype: build + version: stable-2.12 + arch: !!python/tuple [amd64] + build: !!python/tuple [std, dist, oot, oot-dist] + conf: !!python/tuple [std, agents, debug-rcu] + liburcu_version: !!python/tuple [stable-0.12, master] + filter: '(build=="std") || (liburcu_version=="stable-0.12")' + - 'lttng-ust_{version}_{buildtype}': + buildtype: portbuild + version: stable-2.12 + arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386] + build: !!python/tuple [std] + conf: !!python/tuple [std, agents] + liburcu_version: !!python/tuple [stable-0.12, master] + filter: '' - 'lttng-ust_{version}_{buildtype}': buildtype: slesbuild - version: stable-2.7 + version: stable-2.12 arch: !!python/tuple [sles12sp2] build: !!python/tuple [std] conf: !!python/tuple [std] - liburcu_version: !!python/tuple [stable-0.9] + liburcu_version: !!python/tuple [stable-0.12, master] + filter: '' + - 'lttng-ust_{version}_{buildtype}': + buildtype: elbuild + version: stable-2.12 + arch: !!python/tuple [el8] + build: !!python/tuple [std] + conf: !!python/tuple [std] + liburcu_version: !!python/tuple [stable-0.12, master] filter: '' + - 'lttng-ust_{version}_cppcheck': + version: stable-2.12 + - 'lttng-ust_{version}_scan-build': + version: stable-2.12 + +- 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.12] + filter: '(build=="std" && conf=="std") || (arch=="amd64")' - project: name: lttng-ust-views