Commit 796fbb1
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
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
0 commit comments