Skip to content

Commit 796fbb1

Browse files
danpawlikopenshift-merge-bot[bot]
authored andcommitted
Set zuul_log_collection to false to trigger must-gather facts openstack-k8s-operators#251
Before moving to role, when the 99-logs.yml playbook was executed, the variables was not set to, so it pick default value which is false, so the playbook was executed. Now when it is in `cifmw_setup` role in `run_logs.yml` task file, the condition is possitive, so it is skipped. Add 'zuul_log_collection' var to overwrite other existing vars and trigger gather facts. Depends-On: openstack-k8s-operators/ci-framework#3208 Depends-On: openstack-k8s-operators/ci-framework#3231 Signed-off-by: Daniel Pawlik <[email protected]>
1 parent a25cbea commit 796fbb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.zuul.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
cifmw_edpm_telemetry_enabled_exporters:
8686
- podman_exporter
8787
- openstack_network_exporter
88+
zuul_log_collection: false
8889

8990
- job:
9091
name: watcher-operator-kuttl
@@ -102,6 +103,7 @@
102103
cifmw_extras:
103104
- "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/watcher-operator'].
104105
src_dir }}/ci/scenarios/kuttl.yml"
106+
zuul_log_collection: false
105107
extra-vars:
106108
# Override zuul meta content provider provided content_provider_dlrn_md5_hash
107109
# var. As returned dlrn md5 hash comes from master release but job is using

0 commit comments

Comments
 (0)