Skip to content

Commit

Permalink
Add a Zuul job for nightly bundles and index deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
vkmc committed Jul 3, 2024
1 parent b46f215 commit 2e2f709
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,15 @@
vars:
scenario: "local_build-index_deploy"

- job:
name: stf-crc-nightly_bundles-index_deploy
parent: stf-base
abstract: true
description: |
Create an index image using nightly bundles and deploy STF from it
vars:
scenario: "local_build-index_deploy"

- job:
name: stf-crc-ocp_412-nightly_bundles
parent: stf-crc-nightly_bundles
Expand Down Expand Up @@ -166,6 +175,13 @@
Build STF locally and deploy from index on OCP 4.14
nodeset: stf-crc_extracted-ocp414

- 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

- project-template:
name: stf-crc-jobs
description: |
Expand All @@ -176,6 +192,7 @@
- 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-nightly_bundles-index_deploy

- project:
name: infrawatch/service-telemetry-operator
Expand Down
5 changes: 5 additions & 0 deletions ci/vars-nightly_bundles-index_deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
# ansible-playbook -e __local_build_enabled=false -e __deploy_from_index_enabled=true -e __deploy_from_bundles_enabled=true -e __service_telemetry_bundle_image_path=quay.io/infrawatch-operators/service-telemetry-operator-bundle:nightly-head -e __smart_gateway_bundle_image_path=quay.io/infrawatch-operators/smart-gateway-operator-bundle:nightly-head --skip-tags bundle_registry_tls_ca --skip-tags bundle_registry_auth build/run-ci.yaml
__local_build_enabled: false
__deploy_from_bundles_enabled: true
__deploy_from_index_enabled: true

0 comments on commit 2e2f709

Please sign in to comment.