Skip to content
Snippets Groups Projects

Debug paas ci

Merged Gioacchino Vino requested to merge debug_paas_ci into main
3 files
+ 4
17
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -35,7 +35,7 @@
command: orchent depshow --ojson "{{ deployment.uuid }}"
register: depshow_output
until: "'PROGRESS' not in depshow_output.stdout"
retries: 18
retries: "{{ paas_ci_test.n_timeout_ticks }}"
delay: 300
failed_when: "'error' in depshow_output.stdout"
Loading