Skip to content

Commit 6bac41c

Browse files
Merge pull request #1103 from hjensas/condition-nova-adopt-ironic-test
Condition nova ironic test on prelaunch_test_instance
2 parents 9756eb6 + e21f0a7 commit 6bac41c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/roles/nova_adoption/tasks/nova_ironic.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
file: check_endpoints.yaml
2525

2626
- name: Provision new instance on ironic
27+
when:
28+
- prelaunch_test_instance|bool
29+
- "'pre_launch_ironic.bash' in prelaunch_test_instance_scripts"
2730
ansible.builtin.shell: |
2831
{{ shell_header }}
2932
{{ oc_header }}

0 commit comments

Comments
 (0)