You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a retry job passed, then the original failure was likely
just a sporadic issue. We now post a comment to the original job
with this information.
Issue: https://progress.opensuse.org/issues/98862
Still todo: enable _TRIGGER_JOB_DONE_HOOK=1 to allow processing
passed investigation jobs.
# meanwhile the original job might have been deleted already, handle
203
-
# gracefully
204
-
out=$("${client_call[@]}" -X POST jobs/"$origin_job_id"/comments text="Investigate retry job: $host_url/t$id failed, likely not a sporadic failure"2>&1)|| \
0 commit comments