From 1722d4cb5294835c862fc49261d3730830d71e49 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 18 Jul 2022 14:44:15 -0400 Subject: [PATCH] jjb: Add el9 arch to elbuilds Change-Id: I9ace0135d96e5680bcb3a2a03064ceb811ef17c7 Signed-off-by: Michael Jeanson --- jobs/babeltrace.yaml | 4 ++-- jobs/liburcu.yaml | 4 ++-- jobs/lttng-tools.yaml | 12 ++++++------ jobs/lttng-ust.yaml | 10 +++++----- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index 71bbb18..f733fce 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -577,7 +577,7 @@ touchstone: '' - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: elbuild - archs: !!python/tuple [el8] + archs: !!python/tuple [el8, el9] builds: !!python/tuple [std] confs: !!python/tuple [std, prod] filter: '' @@ -683,7 +683,7 @@ touchstone: '' - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: elbuild - archs: !!python/tuple [el8] + archs: !!python/tuple [el8, el9] builds: !!python/tuple [std] confs: !!python/tuple [std] filter: '' diff --git a/jobs/liburcu.yaml b/jobs/liburcu.yaml index 38f11c5..5fa283d 100644 --- a/jobs/liburcu.yaml +++ b/jobs/liburcu.yaml @@ -349,7 +349,7 @@ touchstone: '(build == "std")' - '{job_prefix}liburcu_{version}_{buildtype}': buildtype: elbuild - archs: !!python/tuple [el8] + archs: !!python/tuple [el8, el9] builds: !!python/tuple [std] confs: !!python/tuple [std] touchstone: '(build == "std")' @@ -408,7 +408,7 @@ touchstone: '(build == "std")' - '{job_prefix}liburcu_{version}_{buildtype}': buildtype: elbuild - archs: !!python/tuple [el8] + archs: !!python/tuple [el8, el9] builds: !!python/tuple [std] confs: !!python/tuple [std] touchstone: '(build == "std")' diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 3e3d58f..16d33f6 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -215,7 +215,7 @@ - shell: | #!/bin/bash set -exu - git clone -b "&GERRIT_BRANCH" https://github.com/{github_user}/lttng-modules.git src/lttng-modules + git clone -b "$GERRIT_BRANCH" https://github.com/{github_user}/lttng-modules.git src/lttng-modules # Copy lttng-ust artifacts if the conf is 'std' or 'agents' # and we don't depend on a specific lttng-ust change @@ -865,7 +865,7 @@ buildtype: elbuild version: master ustversion: master - archs: !!python/tuple [el8] + archs: !!python/tuple [el8, el9] builds: !!python/tuple [std] confs: !!python/tuple [std] urcuversions: !!python/tuple [master] @@ -970,7 +970,7 @@ buildtype: elbuild version: stable-2.13 ustversion: stable-2.13 - archs: !!python/tuple [el8] + archs: !!python/tuple [el8, el9] builds: !!python/tuple [std] confs: !!python/tuple [std] urcuversions: !!python/tuple [stable-0.13] @@ -1076,7 +1076,7 @@ buildtype: elbuild version: stable-2.12 ustversion: stable-2.12 - archs: !!python/tuple [el8] + archs: !!python/tuple [el8, el9] builds: !!python/tuple [std] confs: !!python/tuple [std] urcuversions: !!python/tuple [stable-0.12] @@ -1194,7 +1194,7 @@ buildtype: elbuild version: stable-2.11 ustversion: stable-2.11 - archs: !!python/tuple [el8] + archs: !!python/tuple [el8, el9] builds: !!python/tuple [std] confs: !!python/tuple [std] urcuversions: !!python/tuple [stable-0.11] @@ -1268,7 +1268,7 @@ buildtype: elbuild version: stable-2.10 ustversion: stable-2.10 - archs: !!python/tuple [el8] + archs: !!python/tuple [el8, el9] builds: !!python/tuple [std] confs: !!python/tuple [std] urcuversions: !!python/tuple [stable-0.9] diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index 4c17b7e..9709a4c 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -554,7 +554,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: elbuild version: master - archs: !!python/tuple [el8] + archs: !!python/tuple [el8, el9] builds: !!python/tuple [std] confs: !!python/tuple [std] liburcu_versions: !!python/tuple [stable-0.13, master] @@ -607,7 +607,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: elbuild version: stable-2.13 - archs: !!python/tuple [el8] + archs: !!python/tuple [el8, el9] builds: !!python/tuple [std] confs: !!python/tuple [std] liburcu_versions: !!python/tuple [stable-0.13, master] @@ -650,7 +650,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: elbuild version: stable-2.12 - archs: !!python/tuple [el8] + archs: !!python/tuple [el8, el9] builds: !!python/tuple [std] confs: !!python/tuple [std] liburcu_versions: !!python/tuple [stable-0.12, stable-0.13, master] @@ -700,7 +700,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: elbuild version: stable-2.11 - archs: !!python/tuple [el8] + archs: !!python/tuple [el8, el9] builds: !!python/tuple [std] confs: !!python/tuple [std] liburcu_versions: !!python/tuple [stable-0.11] @@ -738,7 +738,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: elbuild version: stable-2.10 - archs: !!python/tuple [el8] + archs: !!python/tuple [el8, el9] builds: !!python/tuple [std] confs: !!python/tuple [std] liburcu_versions: !!python/tuple [stable-0.9] -- 2.34.1