X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-ust.yaml;h=ca49441b36ba7e8123c8f98ed6a20a2223bc004c;hb=16d8c7c564b607f4e13798e70f62090f3701a6b4;hp=96e0f6684e4f08ce17a38efbc6691bef956a3ff4;hpb=a3bc03794901f2b7b8cc46f4f02698c222021ec7;p=lttng-ci.git diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index 96e0f66..ca49441 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -17,7 +17,7 @@ scm: - git: - url: git://github.com/{github_user}/{github_name}.git + url: https://github.com/{github_user}/{github_name}.git browser: githubweb browser-url: https://github.com/{github_user}/{github_name} branches: @@ -94,8 +94,23 @@ filter: 'build/**' target: 'deps' do-not-fingerprint: true + - conditional-step: + condition-kind: regex-match + label: '$conf' + regex: (tls_fallback) + on-evaluation-failure: run + steps: + - copyartifact: + project: liburcu_${{liburcu_version}}_{buildtype}/arch=$arch,conf=tls_fallback,build=std + which-build: last-successful + stable: false + filter: 'build/**' + target: 'deps' + do-not-fingerprint: true - shell: - !include-raw-escape: scripts/lttng-ust/build.sh + !include-raw-escape: + - scripts/common/print.sh + - scripts/lttng-ust/build.sh ## Templates @@ -175,11 +190,21 @@ 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' @@ -302,8 +327,6 @@ github_name: lttng-ust email_to: 'ci-notification@lists.lttng.org, cc:mathieu.desnoyers@efficios.com' version: - - stable-2.8 - - stable-2.9 - stable-2.10 - stable-2.11 jobs: @@ -311,55 +334,57 @@ buildtype: build 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] - filter: '(build=="std") || (liburcu_version=="master")' + conf: !!python/tuple [std, agents, debug-rcu, tls_fallback] + liburcu_version: !!python/tuple [stable-0.9, stable-0.10, stable-0.12, master] + filter: '(build=="std") || ((liburcu_version=="stable-0.12" && (conf=="std" || conf=="agents")))' - '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.9, 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] + conf: !!python/tuple [agents] + 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] - filter: '(build=="std") || (liburcu_version=="master")' + conf: !!python/tuple [std, agents, debug-rcu, tls_fallback] + liburcu_version: !!python/tuple [stable-0.12, master] + filter: '(build=="std") || ((liburcu_version=="master" && (conf=="std" || conf=="agents")))' - 'lttng-ust_{version}_{buildtype}': buildtype: portbuild version: master 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 version: master arch: !!python/tuple [sles12sp2] build: !!python/tuple [std] - conf: !!python/tuple [std] - liburcu_version: !!python/tuple [stable-0.11, master] + conf: !!python/tuple [agents] + liburcu_version: !!python/tuple [stable-0.12, master] filter: '' - 'lttng-ust_{version}_{buildtype}': buildtype: elbuild @@ -367,7 +392,15 @@ 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}_{buildtype}': + buildtype: freebsdbuild + version: master + arch: !!python/tuple [freebsd] + build: !!python/tuple [std] + conf: !!python/tuple [agents] + liburcu_version: !!python/tuple [stable-0.12, master] filter: '' - 'lttng-ust_{version}_cppcheck': version: master @@ -376,16 +409,65 @@ - '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, tls_fallback] + liburcu_version: !!python/tuple [stable-0.12, master] + filter: '(build=="std") || ((liburcu_version=="stable-0.12" && (conf=="std" || conf=="agents")))' + - '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 [agents] + 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.9] + 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 + + ## Stable 2.9 ## + - 'lttng-ust_{version}_{buildtype}': + buildtype: slesbuild + version: stable-2.9 + arch: !!python/tuple [sles12sp2] + build: !!python/tuple [std] + conf: !!python/tuple [agents] + liburcu_version: !!python/tuple [stable-0.9, stable-0.10, stable-0.12, master] + filter: '' + + ## Stable 2.8 ## + - 'lttng-ust_{version}_{buildtype}': + buildtype: slesbuild + version: stable-2.8 + arch: !!python/tuple [sles12sp2] + build: !!python/tuple [std] + conf: !!python/tuple [agents] + liburcu_version: !!python/tuple [stable-0.9, stable-0.10, stable-0.12, master] filter: '' + - project: name: gerrit-lttng-ust github_user: lttng @@ -396,8 +478,15 @@ 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")' + liburcu_version: !!python/tuple [stable-0.12] + filter: '' + - 'dev_gerrit_lttng-ust_{buildtype}': + buildtype: portbuild + arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386] + build: !!python/tuple [std] + conf: !!python/tuple [agents] + liburcu_version: !!python/tuple [stable-0.12] + filter: '' - project: name: lttng-ust-views