Skip to content

Commit

Permalink
troubleshooting zuul: remove leading underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
elfiesmelfie committed Sep 12, 2023
1 parent 76ee83d commit 5996bb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
description: |
Deploy STF from upstream nightly bundles
vars:
__local_build_enabled: false
__deploy_from_bundles_enabled: true
local_build_enabled: false
deploy_from_bundles_enabled: true

#stf-1.5-ocp-4.10
# parent: stf-base
Expand Down
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: "{{ local_build_enabled }}"
__deploy_from_bundles_enabled: "{{ deploy_from_bundles_enabled }}"
#--skip-tags bundle_registry_tls_ca
setup_bundle_registry_tls_ca: false
#--skip-tags bundle_registry_auth
Expand Down

0 comments on commit 5996bb2

Please sign in to comment.