diff --git a/roles/health-check/config-repo-submit-change/tasks/ensure-zuul-console-success.yaml b/roles/health-check/config-repo-submit-change/tasks/ensure-zuul-console-success.yaml index 19a18f32..c1b188db 100644 --- a/roles/health-check/config-repo-submit-change/tasks/ensure-zuul-console-success.yaml +++ b/roles/health-check/config-repo-submit-change/tasks/ensure-zuul-console-success.yaml @@ -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