We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75be797 commit 1fc0e0bCopy full SHA for 1fc0e0b
ci/run_verify_metrics_osp18.yml
@@ -25,6 +25,10 @@
25
ansible.builtin.shell:
26
cmd: |
27
oc login -u {{ cifmw_openshift_user }} -p {{ cifmw_openshift_password }} --insecure-skip-tls-verify {{ cifmw_openshift_api }}
28
+ register: cmd
29
+ retries: 10
30
+ delay: 10
31
+ until: cmd.rc == 0
32
33
- name: Patch observabilityclient into openstackclient
34
0 commit comments