Skip to content

Commit

Permalink
Merge "test - increase 'Wait for config-update post job' retries"
Browse files Browse the repository at this point in the history
  • Loading branch information
Microzuul CI authored and Gerrit Code Review committed Nov 22, 2023
2 parents b2f319e + 083f2b5 commit cacbadb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
curl -sk https://{{ zuul_host }}/api/tenant/internal/status | jq -r '.pipelines[].change_queues[].heads[][].jobs[]' | jq -rc 'select(.name == "config-update")' | jq -r '.uuid'
register: _job_uuid
until: _job_uuid.stdout != "" and "null" not in _job_uuid.stdout
retries: 60
retries: 180
delay: 1
tags:
- skip_ansible_lint
Expand Down

0 comments on commit cacbadb

Please sign in to comment.