We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5ad7af + 258af6b commit e9d1a4fCopy full SHA for e9d1a4f
1 file changed
ansible/roles/iib_ci/tasks/main.yml
@@ -17,6 +17,9 @@
17
ansible.builtin.shell: |
18
oc get openshiftcontrollermanager/cluster -o yaml -o jsonpath='{.status.version}'
19
register: oc_version_raw
20
+ retries: 10
21
+ delay: 10
22
+ until: oc_version_raw is not failed
23
changed_when: false
24
25
- name: Is OCP pre OCP 4.13? (aka registry supports v2 manifests)
0 commit comments