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

Decrease sampling state during deployment to 1 minute

parent 56339174
No related branches found
No related tags found
1 merge request!77Debug paas ci
Pipeline #131145 passed
...@@ -36,12 +36,12 @@ ...@@ -36,12 +36,12 @@
delay: 300 delay: 300
timeout: 0 timeout: 0
- name: Check the deployment status (every 5 mins) - name: Check the deployment status (every 1 minute)
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: "{{ paas_ci_test.n_timeout_ticks }}" retries: "{{ paas_ci_test.n_timeout_ticks }}"
delay: 300 delay: 60
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