Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 26 additions & 9 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@
- name: crc
label: coreos-crc-extracted-2-39-0-3xl

- nodeset:
name: stf-crc_extracted-ocp414-ibm
nodes:
- name: controller
label: cloud-centos-9-stream-tripleo-ibm4
- name: crc
label: coreos-crc-extracted-2-30-0-xxl

- nodeset:
name: stf-crc_extracted-ocp416-ibm
nodes:
- name: controller
label: cloud-centos-9-stream-tripleo-ibm3
- name: crc
label: coreos-crc-extracted-2-39-0-3xl

- job:
name: stf-base-2node
parent: podified-multinode-edpm-deployment-crc
Expand Down Expand Up @@ -43,7 +59,8 @@
networks:
default:
range: 192.168.122.0/24
mtu: 1500
mtu: "{{ ('ibm' in nodepool.cloud) | ternary('1440', '1500') }}"
router_net: "{{ ('ibm' in nodepool.cloud) | ternary('hostonly', 'public') }}"
internal-api:
vlan: 20
range: 172.17.0.0/24
Expand Down Expand Up @@ -138,56 +155,56 @@
parent: stf-crc-nightly_bundles
description: |
Deploy STF using the nightly bundles on OCP 4.14
nodeset: stf-crc_extracted-ocp414
nodeset: stf-crc_extracted-ocp414-ibm

- job:
name: stf-crc-ocp_416-nightly_bundles
parent: stf-crc-nightly_bundles
description: |
Deploy STF using the nightly bundles on OCP 4.16
nodeset: stf-crc_extracted-ocp416
nodeset: stf-crc_extracted-ocp416-ibm

- job:
name: stf-crc-ocp_414-local_build
parent: stf-crc-local_build
description: |
Build images locally and deploy STF on OCP 4.14
nodeset: stf-crc_extracted-ocp414
nodeset: stf-crc_extracted-ocp414-ibm

- job:
name: stf-crc-ocp_416-local_build
parent: stf-crc-local_build
description: |
Build STF locally and deploy from index on OCP 4.16
nodeset: stf-crc_extracted-ocp416
nodeset: stf-crc_extracted-ocp416-ibm

- job:
name: stf-crc-ocp_414-local_build-index_deploy
parent: stf-crc-local_build-index_deploy
description: |
Build STF locally and deploy from index on OCP 4.14
nodeset: stf-crc_extracted-ocp414
nodeset: stf-crc_extracted-ocp414-ibm

- job:
name: stf-crc-ocp_416-local_build-index_deploy
parent: stf-crc-local_build-index_deploy
description: |
Build STF locally and deploy from index on OCP 4.16
nodeset: stf-crc_extracted-ocp416
nodeset: stf-crc_extracted-ocp416-ibm

- job:
name: stf-crc-ocp_414-nightly_bundles-index_deploy
parent: stf-crc-nightly_bundles-index_deploy
description: |
Create an index image using nightly bundles and deploy STF from it on OCP 4.14
nodeset: stf-crc_extracted-ocp414
nodeset: stf-crc_extracted-ocp414-ibm

- job:
name: stf-crc-ocp_416-nightly_bundles-index_deploy
parent: stf-crc-nightly_bundles-index_deploy
description: |
Create an index image using nightly bundles and deploy STF from it on OCP 4.16
nodeset: stf-crc_extracted-ocp416
nodeset: stf-crc_extracted-ocp416-ibm

- project-template:
name: stf-crc-jobs
Expand Down