Skip to content

Commit 940e7b1

Browse files
committed
Improve stability of ci_multus molecule test
ci_multus job is quite flaky. Resources from openshift are not ready when we need to create our resource dependending on them. Retries will ensure the annotation is made available.
1 parent 2e21312 commit 940e7b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

roles/ci_multus/molecule/default/verify_crc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@
8484
type: Ready
8585
status: "True"
8686
register: _ci_multus_molecule_test_pod_out
87+
until: _ci_multus_molecule_test_pod_out is not failed
88+
retries: 30
89+
delay: 10
8790

8891
- name: Assert that test pod has the additional network
8992
ansible.builtin.assert:

0 commit comments

Comments
 (0)