Skip to content

Commit 3a89833

Browse files
committed
Allow to disable OpenstackVersion CR setup
Currently if job name contains "periodic" in it it always prepares OpenstackVersion CR, on some cases it's required to use images pinned in the bundle, for those cases adding a var(default true) which can be disabled as needed. Same var is also used in non-adoption jobs so also is consistent. Signed-off-by: Yatin Karel <ykarel@redhat.com>
1 parent 3edf1a9 commit 3a89833

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/roles/backend_services/tasks/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676

7777
- name: when periodic, create OpenStackVersion CR with container overrides
7878
when:
79+
- cifmw_update_containers_openstack|default(true)
7980
- periodic|default(false)
8081
- container_registry is defined
8182
- container_tag is defined

0 commit comments

Comments
 (0)