Skip to content

Commit

Permalink
Add multiple 412 jobs with different nodesets
Browse files Browse the repository at this point in the history
  • Loading branch information
elfiesmelfie committed May 29, 2024
1 parent f96fab2 commit 8a1fbcd
Showing 1 changed file with 38 additions and 2 deletions.
40 changes: 38 additions & 2 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 8a1fbcd

Please sign in to comment.