Skip to content

Commit

Permalink
[zuul] Give OCP 4.12 jobs more resources (#600)
Browse files Browse the repository at this point in the history
* [zuul] Give OCP 4.12 jobs more resources

* [zuul] Add new nodeset for OCP4.12

Editing the existing nodeset caused an error because the nodeset
definition on master was different.

* Add multiple 412 jobs with different nodesets
  • Loading branch information
elfiesmelfie authored May 29, 2024
1 parent 2695610 commit 429cc3b
Showing 1 changed file with 47 additions and 3 deletions.
50 changes: 47 additions & 3 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
- name: crc
label: coreos-crc-extracted-2-19-0-xxl

- nodeset:
name: stf-crc_extracted-ocp412-new
nodes:
- name: controller
label: cloud-centos-9-stream-tripleo-vexxhost
- name: crc
label: coreos-crc-extracted-2-19-0-3xl

- nodeset:
name: stf-crc_extracted-ocp414
nodes:
Expand Down Expand Up @@ -129,7 +137,7 @@
parent: stf-crc-nightly_bundles
description: |
Deploy STF using the nightly bundles on OCP 4.12
nodeset: stf-crc_extracted-ocp412
nodeset: stf-crc_extracted-ocp412-new

- job:
name: stf-crc-ocp_414-nightly_bundles
Expand All @@ -143,7 +151,7 @@
parent: stf-crc-local_build
description: |
Build images locally and deploy STF on OCP 4.12
nodeset: stf-crc_extracted-ocp412
nodeset: stf-crc_extracted-ocp412-new

- job:
name: stf-crc-ocp_414-local_build
Expand All @@ -157,7 +165,7 @@
parent: stf-crc-local_build-index_deploy
description: |
Build STF locally and deploy from index on OCP 4.12
nodeset: stf-crc_extracted-ocp412
nodeset: stf-crc_extracted-ocp412-new

- job:
name: stf-crc-ocp_414-local_build-index_deploy
Expand Down Expand Up @@ -185,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 429cc3b

Please sign in to comment.