Skip to content

Update coordinated pipeline to use Timer

Steve Abrams requested to merge fix-auto-deploy into master

What does this MR do and why?

!2373 (merged) removed the auto_deploy:tag task, but it is still referenced in the auto_deploy:start job in the coordinated pipeline. This causes the coordinated pipeline to fail: https://ops.gitlab.net/gitlab-org/release/tools/-/jobs/10067357.

This updates that reference to use the new auto_deploy:timer task in its place.

Author Check-list

  • [-] Has documentation been updated?
Edited by Steve Abrams

Merge request reports