Skip to content
Draft
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
57 changes: 48 additions & 9 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand Down
Loading