From 43786d3a7082304f5d0505800431d82eef9a98e6 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 28 Mar 2022 14:00:48 -0400 Subject: [PATCH] jjb: lttng-ust: add 'urcu_job_prefix' variable Change-Id: I890cf0473609cc315c80c1c2e138f9354a7a0de2 Signed-off-by: Michael Jeanson --- jobs/lttng-ust.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index e599e31..4245c6b 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -94,7 +94,7 @@ on-evaluation-failure: run steps: - copyartifact: - project: '{job_prefix}liburcu_${{liburcu_version}}_{buildtype}/arch=$arch,conf=std,build=std' + project: '{urcu_job_prefix}liburcu_${{liburcu_version}}_{buildtype}/arch=$arch,conf=std,build=std' which-build: last-successful stable: false filter: 'build/**' @@ -108,7 +108,7 @@ on-evaluation-failure: run steps: - copyartifact: - project: '{job_prefix}liburcu_${{liburcu_version}}_{buildtype}/arch=$arch,conf=debug-rcu,build=std' + project: '{urcu_job_prefix}liburcu_${{liburcu_version}}_{buildtype}/arch=$arch,conf=debug-rcu,build=std' which-build: last-successful stable: false filter: 'build/**' @@ -121,7 +121,7 @@ on-evaluation-failure: run steps: - copyartifact: - project: '{job_prefix}liburcu_${{liburcu_version}}_{buildtype}/arch=$arch,conf=tls_fallback,build=std' + project: '{urcu_job_prefix}liburcu_${{liburcu_version}}_{buildtype}/arch=$arch,conf=tls_fallback,build=std' which-build: last-successful stable: false filter: 'build/**' @@ -504,6 +504,7 @@ - project: name: lttng-ust job_prefix: '' + urcu_job_prefix: '' github_user: lttng github_name: lttng-ust email_to: 'ci-notification@lists.lttng.org, cc:mathieu.desnoyers@efficios.com' @@ -636,6 +637,7 @@ - project: name: lttng-ust-dev-upstream job_prefix: dev_upstream_ + urcu_job_prefix: 'dev_upstream_' github_user: lttng github_name: lttng-ust email_to: 'ci-notification@lists.lttng.org, cc:mathieu.desnoyers@efficios.com' @@ -712,6 +714,7 @@ - project: name: gerrit-lttng-ust job_prefix: '' + urcu_job_prefix: '' github_user: lttng github_name: lttng-ust jobs: -- 2.34.1