Skip to content

Commit

Permalink
Increased retries and delays waiting for IS to become available. (#2181)
Browse files Browse the repository at this point in the history
  • Loading branch information
DuncanDoyle authored Jul 15, 2020
1 parent 50954e8 commit 93b6f80
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
shell: "oc get is -n openshift | grep -i rhpam | grep -i {{pam_imagestreams_tag}}"
register: result
until: result.stdout != ""
retries: 5
delay: 10
retries: 15
delay: 15

- name: Import ImageStreams Entando EAP 7.1
shell: "oc create -f https://raw.githubusercontent.com/entando/entando-ops/credit-card-dispute/Openshift/image-streams/entando-fsi-ccd-demo.json -n {{ OCP_PROJECT }}"
Expand Down

0 comments on commit 93b6f80

Please sign in to comment.