Skip to content

Remove cancel-waiting time from prepare job

Mayra Cabrera requested to merge remove-wait-cancel-time into master

What does this MR do and why?

Waiting for a specific log line when canceling the post-deploy pipeline didn't work (see https://ops.gitlab.net/gitlab-org/release/tools/-/jobs/7416953). The job ran out of retries and canceled after 2.5 minutes, only then the log show up. T

This commit removes the cancel waiting time until a better solution is found. Canceling the job only applies when there are no pending post-migrations or the production checks fail, a message is sent to Slack in both cases, so we have at least some evidence about the problem.

Author Check-list

  • [-] Has documentation been updated?
Edited by Mayra Cabrera

Merge request reports