Skip to content
Snippets Groups Projects
Commit 3b05ce6c authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Increase deployment waiting time

parent ec2909cf
No related branches found
No related tags found
1 merge request!36Increase deployment waiting time
...@@ -38,12 +38,12 @@ ...@@ -38,12 +38,12 @@
delay: 300 delay: 300
timeout: 0 timeout: 0
- name: Check the deployment status (every 5 mins) - name: Check the deployment status (every 10 mins)
command: orchent depshow --ojson "{{ deployment.uuid }}" command: orchent depshow --ojson "{{ deployment.uuid }}"
register: depshow_output register: depshow_output
until: "'PROGRESS' not in depshow_output.stdout" until: "'PROGRESS' not in depshow_output.stdout"
retries: 15 retries: 12
delay: 300 delay: 600
failed_when: "'error' in depshow_output.stdout" failed_when: "'error' in depshow_output.stdout"
- set_fact: - set_fact:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment