Skip to content

Commit

Permalink
Add job for deploying from upstream bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
elfiesmelfie committed Sep 12, 2023
1 parent e9fe1a6 commit e67bfc5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
- job:
name: stf-crc-latest
parent: stf-base
abstract: true
description: |
Deploy STF from quay images and test STF deployment
pre-run:
Expand All @@ -49,6 +50,15 @@
- ci/deploy_stf.yml
- ci/test_stf.yml

- job:
name: stf-crc-latest-upstream-bundles
parent: stf-crc-latest
description:
Deploy STF from upstream nightly bundles
vars:
__local_build_enabled: false
__deploy_from_bundles_enabled: true

#stf-1.5-ocp-4.10
# parent: stf-base
# dependencies: [make-ocp-4.10]
Expand All @@ -64,4 +74,4 @@
name: infrawatch/service-telemetry-operator
github-check:
jobs:
- stf-crc-latest
- stf-crc-latest-upstream-bundles
4 changes: 2 additions & 2 deletions ci/deploy_stf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
vars:
clone_repos: false
__service_telemetry_storage_ephemeral_enabled: true
__local_build_enabled: false
__deploy_from_bundles_enabled: true
# __local_build_enabled: false
# __deploy_from_bundles_enabled: true
#--skip-tags bundle_registry_tls_ca
setup_bundle_registry_tls_ca: false
#--skip-tags bundle_registry_auth
Expand Down

0 comments on commit e67bfc5

Please sign in to comment.