From 8a1fbcdf56f3a64860ee4751bef4307da8aae767 Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Wed, 29 May 2024 09:14:08 -0400 Subject: [PATCH] Add multiple 412 jobs with different nodesets --- .zuul.yaml | 40 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 2759e4f8..75d9ce78 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -181,9 +181,9 @@ github-check: jobs: - stf-crc-ocp_412-local_build - #- stf-crc-ocp_414-local_build + - stf-crc-ocp_414-local_build - stf-crc-ocp_412-local_build-index_deploy - #- stf-crc-ocp_414-local_build-index_deploy + - stf-crc-ocp_414-local_build-index_deploy - project: name: infrawatch/service-telemetry-operator @@ -193,3 +193,39 @@ jobs: - stf-crc-ocp_412-nightly_bundles - stf-crc-ocp_414-nightly_bundles + github-check: + jobs: + - stf-crc-ocp_412-local_build + - stf-crc-ocp_412-local_build-index_deploy + - stf-crc-ocp_412-local_build-index_deploy: + nodeset: + #name: 3xl + nodes: + - name: controller + label: cloud-centos-9-stream-tripleo-vexxhost + - name: crc + label: coreos-crc-extracted-2-19-0-3xl + - stf-crc-ocp_412-local_build-index_deploy: + nodeset: + #name: 4xlargdde + nodes: + - name: controller + label: cloud-centos-9-stream-tripleo-vexxhost + - name: crc + label: coreos-crc-extracted-2-19-0-4xlarge + - stf-crc-ocp_412-local_build-index_deploy: + nodeset: + #name: 5xlarge + nodes: + - name: controller + label: cloud-centos-9-stream-tripleo-vexxhost + - name: crc + label: coreos-crc-extracted-2-19-0-5xlarge + - stf-crc-ocp_412-local_build-index_deploy: + nodeset: + #name: 6xlarge + nodes: + - name: controller + label: cloud-centos-9-stream-tripleo-vexxhost + - name: crc + label: coreos-crc-extracted-2-19-0-6xlarge