X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-ust.yaml;h=a3b300550b21fa125e9e8636b17510fffd99b1df;hb=f3a9312d225a53fa23e35b7ef783ffaba272dd5b;hp=2d6ecdef135ea958b9ec4b3f299dc3923f6a5f1a;hpb=378b4ef1e5c9595c2d1137b7e823a3a4c6651df3;p=lttng-ci.git diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index 2d6ecde..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 @@ -206,9 +226,9 @@ builders: - copyartifact: - project: lttng-ust-{version}/arch=x86-64,build=std,conf=python-agent + 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 @@ -243,18 +263,19 @@ version: - stable-2.7 - stable-2.8 + - stable-2.9 - master jobs: - 'lttng-ust_{version}_{buildtype}': buildtype: build arch: !!python/tuple [x86-32, x86-64] - build: !!python/tuple [std, oot, dist] - conf: !!python/tuple [std, java-agent, python-agent] + build: !!python/tuple [std, dist, oot, oot-dist] + conf: !!python/tuple [std, agents, debug-rcu] - 'lttng-ust_{version}_{buildtype}': buildtype: portbuild arch: !!python/tuple [armhf, arm64, powerpc, ppc64el] build: !!python/tuple [std] - conf: !!python/tuple [std, java-agent, python-agent] + conf: !!python/tuple [std, agents] - 'lttng-ust_{version}_cppcheck' - 'lttng-ust_{version}_scan-build' - 'lttng-ust_{version}_coverity':