X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-ust.yaml;h=3f5d2d7753b21528c96ef170f4914728a2c91518;hb=b50820f171d20a4f76e4a77c236af50e353fe771;hp=019a5c9bf65d2512794e9f4d1e85f816f24dfe41;hpb=03a8831e34f1b234ca882ab3d789217162c9d78e;p=lttng-ci.git diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index 019a5c9..3f5d2d7 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -94,6 +94,19 @@ 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 @@ -313,8 +326,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: @@ -322,9 +333,9 @@ buildtype: build arch: !!python/tuple [amd64] build: !!python/tuple [std, dist, oot, oot-dist] - conf: !!python/tuple [std, agents, debug-rcu] + 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=="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] @@ -336,7 +347,7 @@ buildtype: slesbuild arch: !!python/tuple [sles12sp2] build: !!python/tuple [std] - conf: !!python/tuple [std] + conf: !!python/tuple [agents] liburcu_version: !!python/tuple [stable-0.9, stable-0.10, stable-0.12, master] filter: '' - 'lttng-ust_{version}_{buildtype}': @@ -348,15 +359,16 @@ 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] + conf: !!python/tuple [std, agents, debug-rcu, tls_fallback] liburcu_version: !!python/tuple [stable-0.12, master] - filter: '(build=="std") || (liburcu_version=="master")' + filter: '(build=="std") || ((liburcu_version=="master" && (conf=="std" || conf=="agents")))' - 'lttng-ust_{version}_{buildtype}': buildtype: portbuild version: master @@ -370,7 +382,7 @@ version: master arch: !!python/tuple [sles12sp2] build: !!python/tuple [std] - conf: !!python/tuple [std] + conf: !!python/tuple [agents] liburcu_version: !!python/tuple [stable-0.12, master] filter: '' - 'lttng-ust_{version}_{buildtype}': @@ -387,15 +399,16 @@ version: master - 'lttng-ust_{version}_coverity': version: master + ## 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] + 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")' + filter: '(build=="std") || ((liburcu_version=="stable-0.12" && (conf=="std" || conf=="agents")))' - 'lttng-ust_{version}_{buildtype}': buildtype: portbuild version: stable-2.12 @@ -409,7 +422,7 @@ version: stable-2.12 arch: !!python/tuple [sles12sp2] build: !!python/tuple [std] - conf: !!python/tuple [std] + conf: !!python/tuple [agents] liburcu_version: !!python/tuple [stable-0.12, master] filter: '' - 'lttng-ust_{version}_{buildtype}': @@ -425,6 +438,27 @@ - '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 @@ -436,7 +470,14 @@ 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")' + 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