diff --git a/.zuul.yaml b/.zuul.yaml index 10a508ac..df61e9e8 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -15,9 +15,17 @@ - name: crc label: coreos-crc-extracted-2-39-0-3xl +- nodeset: + name: stf-ocp418 + nodes: + - name: controller + label: cloud-centos-9-stream-tripleo-vexxhost + - name: crc + label: crc-cloud-ocp-4-18-rc7-3xl + - job: name: stf-base-2node - parent: podified-multinode-edpm-deployment-crc + parent: podified-multinode-edpm-deployment-crc-cloud description: | A base job for STF that deploys extracted CRC with a 2-node topology. This job is based on the cookbook example in: https://github.com/openstack-k8s-operators/ci-framework/blob/main/docs/source/cookbooks/zuul-job-nodeset.md @@ -80,7 +88,7 @@ - zuul: github.com/openstack-k8s-operators/ci-framework # These are the additional repos that zuul will clone required-projects: - - name: openstack-k8s-operators/ci-framework + - name: github.com/openstack-k8s-operators/ci-framework override-checkout: main - name: github.com/infrawatch/service-telemetry-operator - name: github.com/infrawatch/smart-gateway-operator @@ -147,6 +155,13 @@ Deploy STF using the nightly bundles on OCP 4.16 nodeset: stf-crc_extracted-ocp416 +- job: + name: stf-crc-ocp_418-nightly_bundles + parent: stf-crc-nightly_bundles + description: | + Deploy STF using the nightly bundles on OCP 4.18 + nodeset: stf-ocp418 + - job: name: stf-crc-ocp_414-local_build parent: stf-crc-local_build @@ -161,6 +176,13 @@ Build STF locally and deploy from index on OCP 4.16 nodeset: stf-crc_extracted-ocp416 +- job: + name: stf-crc-ocp_418-local_build + parent: stf-crc-local_build + description: | + Build STF locally and deploy from index on OCP 4.18 + nodeset: stf-ocp418 + - job: name: stf-crc-ocp_414-local_build-index_deploy parent: stf-crc-local_build-index_deploy @@ -175,6 +197,13 @@ Build STF locally and deploy from index on OCP 4.16 nodeset: stf-crc_extracted-ocp416 +- job: + name: stf-crc-ocp_418-local_build-index_deploy + parent: stf-crc-local_build-index_deploy + description: | + Build STF locally and deploy from index on OCP 4.18 + nodeset: stf-ocp418 + - job: name: stf-crc-ocp_414-nightly_bundles-index_deploy parent: stf-crc-nightly_bundles-index_deploy @@ -189,19 +218,29 @@ Create an index image using nightly bundles and deploy STF from it on OCP 4.16 nodeset: stf-crc_extracted-ocp416 +- job: + name: stf-crc-ocp_418-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.18 + nodeset: stf-ocp418 + - project-template: name: stf-crc-jobs description: | STF CRC jobs that build and deploy STF github-check: jobs: - - stf-crc-ocp_414-local_build - - stf-crc-ocp_416-local_build - - stf-crc-ocp_414-local_build-index_deploy - - stf-crc-ocp_416-local_build-index_deploy - - stf-crc-ocp_414-nightly_bundles-index_deploy - - stf-crc-ocp_416-nightly_bundles-index_deploy - + #- stf-crc-ocp_414-local_build + #- stf-crc-ocp_416-local_build + #- stf-crc-ocp_414-local_build-index_deploy + #- stf-crc-ocp_416-local_build-index_deploy + #- stf-crc-ocp_414-nightly_bundles-index_deploy + #- stf-crc-ocp_416-nightly_bundles-index_deploy + - stf-crc-ocp_418-local_build + - stf-crc-ocp_418-local_build-index_deploy + - stf-crc-ocp_418-nightly_bundles-index_deploy + - project: name: infrawatch/service-telemetry-operator templates: