From: Michael Jeanson Date: Mon, 8 Aug 2022 15:42:58 +0000 (-0400) Subject: jjb: Add el7 to elbuilds X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=adb702d734f543aa0fc6331ddcef48bf08b35ce2;p=lttng-ci.git jjb: Add el7 to elbuilds Change-Id: I57cd24a3bc01940cb327a9f18950c1bf62f51d83 Signed-off-by: Michael Jeanson --- diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index 31f043e..be15883 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, el9] + archs: !!python/tuple [el7, 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, el9] + archs: !!python/tuple [el7, el8, el9] builds: !!python/tuple [std] confs: !!python/tuple [std] filter: '' diff --git a/jobs/liburcu.yaml b/jobs/liburcu.yaml index 5fa283d..8e08915 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, el9] + archs: !!python/tuple [el7, 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, el9] + archs: !!python/tuple [el7, 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 16d33f6..8411351 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -865,7 +865,7 @@ buildtype: elbuild version: master ustversion: master - archs: !!python/tuple [el8, el9] + archs: !!python/tuple [el7, 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, el9] + archs: !!python/tuple [el7, 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, el9] + archs: !!python/tuple [el7, 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, el9] + archs: !!python/tuple [el7, 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, el9] + archs: !!python/tuple [el7, 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 9709a4c..ce31121 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, el9] + archs: !!python/tuple [el7, 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, el9] + archs: !!python/tuple [el7, 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, el9] + archs: !!python/tuple [el7, 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, el9] + archs: !!python/tuple [el7, 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, el9] + archs: !!python/tuple [el7, el8, el9] builds: !!python/tuple [std] confs: !!python/tuple [std] liburcu_versions: !!python/tuple [stable-0.9]