From 14c9c5be278cd8adee5702b01a6dd950ddce3a63 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Tue, 13 Jun 2023 15:24:53 -0400 Subject: [PATCH] jjb: Add deb12-i386 hosts Change-Id: I5b1b9ffc37676ffbbe6f47e28b4e2b5aa75152f3 --- automation/ansible/hosts | 4 ++-- jobs/babeltrace.yaml | 8 ++++---- jobs/librseq.yaml | 2 +- jobs/liburcu.yaml | 6 +++--- jobs/lttng-tools.yaml | 20 ++++++++++---------- jobs/lttng-ust.yaml | 16 ++++++++-------- 6 files changed, 28 insertions(+), 28 deletions(-) diff --git a/automation/ansible/hosts b/automation/ansible/hosts index 4dd1e16..41260f0 100644 --- a/automation/ansible/hosts +++ b/automation/ansible/hosts @@ -50,8 +50,8 @@ ci-node-deb12-ppc64el-02 [node_i386] ci-node-deb11-i386-02-01 ci-node-deb11-i386-03-01 -ci-node-deb11-i386-05-01 -ci-node-deb11-i386-06-01 +ci-node-deb12-i386-05-01 +ci-node-deb12-i386-06-01 [node_amd64] ci-node-bionic-amd64-02-01 diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index a188bbb..ecdf4e5 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -601,7 +601,7 @@ touchstone: '(build == "std") && (conf == "std")' - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: portbuild - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, prod] filter: '' @@ -687,7 +687,7 @@ - 'dev_review_babeltrace_{version}_{buildtype}': version: master buildtype: portbuild - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std] filter: '' @@ -725,7 +725,7 @@ - 'dev_review_babeltrace_{version}_{buildtype}': version: stable-2.0 buildtype: portbuild - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std] filter: '' @@ -779,7 +779,7 @@ touchstone: '(build == "std") && (conf == "std")' - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: portbuild - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, python-bindings] filter: '' diff --git a/jobs/librseq.yaml b/jobs/librseq.yaml index 225d030..bb5b8e8 100644 --- a/jobs/librseq.yaml +++ b/jobs/librseq.yaml @@ -340,7 +340,7 @@ touchstone: '(build == "std") && (conf == "std") && (cc == "clang-14")' - 'librseq_{version}_{buildtype}': buildtype: portbuild - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, static] touchstone: '(build == "std") && (conf == "std") && (platform == "deb11-i386")' diff --git a/jobs/liburcu.yaml b/jobs/liburcu.yaml index 7aec45a..f18bcb4 100644 --- a/jobs/liburcu.yaml +++ b/jobs/liburcu.yaml @@ -333,7 +333,7 @@ touchstone: '(build == "std") && (conf == "std")' - '{job_prefix}liburcu_{version}_{buildtype}': buildtype: portbuild - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, static, tls_fallback, debug-rcu] touchstone: '(build == "std") && (conf == "std") && (platform == "deb11-i386")' @@ -398,7 +398,7 @@ touchstone: '(build == "std") && (conf == "std")' - '{job_prefix}liburcu_{version}_{buildtype}': buildtype: portbuild - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, static, tls_fallback, debug-rcu] touchstone: '(build == "std") && (conf == "std") && (platform == "deb11-i386")' @@ -433,7 +433,7 @@ touchstone: '(build == "std")' - 'dev_review_liburcu_{version}_{buildtype}': buildtype: portbuild - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std] touchstone: '' diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index e82e2c5..edd947a 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -1041,7 +1041,7 @@ buildtype: portbuild version: master ustversion: master - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, no-ust, agents] urcuversions: !!python/tuple [master] @@ -1171,7 +1171,7 @@ buildtype: portbuild version: stable-2.13 ustversion: stable-2.13 - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, no-ust, agents] urcuversions: !!python/tuple [stable-0.13] @@ -1291,7 +1291,7 @@ buildtype: portbuild version: stable-2.12 ustversion: stable-2.12 - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, no-ust, agents] urcuversions: !!python/tuple [stable-0.13] @@ -1409,7 +1409,7 @@ buildtype: portbuild version: stable-2.11 ustversion: stable-2.11 - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [no-ust, agents] urcuversions: !!python/tuple [stable-0.11] @@ -1455,7 +1455,7 @@ buildtype: portbuild version: stable-2.10 ustversion: stable-2.10 - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [no-ust, agents] urcuversions: !!python/tuple [stable-0.9] @@ -1511,7 +1511,7 @@ buildtype: portbuild version: master-staging ustversion: master - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, no-ust, agents] urcuversions: !!python/tuple [master] @@ -1546,7 +1546,7 @@ buildtype: portbuild version: stable-2.13-staging ustversion: stable-2.13 - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, no-ust, agents] urcuversions: !!python/tuple [stable-0.13] @@ -1570,7 +1570,7 @@ buildtype: portbuild version: stable-2.12-staging ustversion: stable-2.12 - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, no-ust, agents] urcuversions: !!python/tuple [stable-0.13] @@ -1604,7 +1604,7 @@ buildtype: portbuild version: stable-2.11-staging ustversion: stable-2.11 - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, no-ust, agents] urcuversions: !!python/tuple [stable-0.11] @@ -1628,7 +1628,7 @@ buildtype: portbuild version: stable-2.10-staging ustversion: stable-2.10 - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, no-ust, agents] urcuversions: !!python/tuple [stable-0.9] diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index 3f7c4ad..4d60810 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -505,7 +505,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: portbuild version: master - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, agents] liburcu_versions: !!python/tuple [stable-0.13, master] @@ -574,7 +574,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: portbuild version: stable-2.13 - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, agents] liburcu_versions: !!python/tuple [stable-0.13, master] @@ -632,7 +632,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: portbuild version: stable-2.12 - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, agents] liburcu_versions: !!python/tuple [stable-0.13, master] @@ -689,7 +689,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: portbuild version: stable-2.11 - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [agents] liburcu_versions: !!python/tuple [stable-0.11] @@ -727,7 +727,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: portbuild version: stable-2.10 - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [agents] liburcu_versions: !!python/tuple [stable-0.9] @@ -782,7 +782,7 @@ - 'dev_review_lttng-ust_{version}_{buildtype}': version: master buildtype: portbuild - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [agents] liburcu_versions: !!python/tuple [stable-0.14] @@ -821,7 +821,7 @@ - 'dev_review_lttng-ust_{version}_{buildtype}': version: stable-2.13 buildtype: portbuild - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [agents] liburcu_versions: !!python/tuple [stable-0.13] @@ -851,7 +851,7 @@ - 'dev_review_lttng-ust_{version}_{buildtype}': version: stable-2.12 buildtype: portbuild - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [agents] liburcu_versions: !!python/tuple [stable-0.13] -- 2.34.1