X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-ust.yaml;h=a3b300550b21fa125e9e8636b17510fffd99b1df;hb=f3a9312d225a53fa23e35b7ef783ffaba272dd5b;hp=e842aa0b10e596100e89a740c85c7ce608c006bd;hpb=57928d1311643884bafb05e308ff01e84b626d2a;p=lttng-ci.git diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index e842aa0..a3b3005 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -69,13 +69,33 @@ values: '{obj:build}' builders: - - copyartifact: - project: liburcu_${{liburcu_version}}_{buildtype}/arch=$arch,conf=std,build=std - which-build: last-successful - stable: true - filter: 'build/**' - target: 'deps/liburcu' - do-not-fingerprint: true + - conditional-step: + condition-kind: regex-match + label: '$conf' + regex: (std|agents) + on-evaluation-failure: run + steps: + - copyartifact: + project: liburcu_${{liburcu_version}}_{buildtype}/arch=$arch,conf=std,build=std + which-build: last-successful + stable: false + filter: 'build/**' + target: 'deps/liburcu' + do-not-fingerprint: true + + - conditional-step: + condition-kind: regex-match + label: '$conf' + regex: (debug-rcu) + on-evaluation-failure: run + steps: + - copyartifact: + project: liburcu_${{liburcu_version}}_{buildtype}/arch=$arch,conf=debug-rcu,build=std + which-build: last-successful + stable: false + filter: 'build/**' + target: 'deps/liburcu' + do-not-fingerprint: true - shell: !include-raw-escape: scripts/lttng-ust/build.sh @@ -142,7 +162,7 @@ - copyartifact: project: liburcu_master_build/arch=x86-64,conf=std,build=std which-build: last-successful - stable: true + stable: false filter: 'build/**' target: 'deps/liburcu' do-not-fingerprint: true @@ -179,7 +199,7 @@ - copyartifact: project: liburcu_master_build/arch=x86-64,conf=std,build=std which-build: last-successful - stable: true + stable: false filter: 'build/**' target: 'deps/liburcu' do-not-fingerprint: true @@ -208,7 +228,7 @@ - copyartifact: project: lttng-ust-{version}/arch=x86-64,build=std,conf=agents which-build: last-successful - stable: true + stable: false filter: 'build/**' target: 'deps/lttng-ust' do-not-fingerprint: true @@ -250,7 +270,7 @@ buildtype: build arch: !!python/tuple [x86-32, x86-64] build: !!python/tuple [std, dist, oot, oot-dist] - conf: !!python/tuple [std, agents] + conf: !!python/tuple [std, agents, debug-rcu] - 'lttng-ust_{version}_{buildtype}': buildtype: portbuild arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]