Skip to content

Move the baking time check to its own Rake task

Robert Speicher requested to merge rs-checks-refactor into master

Previously this was built into the CheckProduction class, and had special behavior when the BAKING_TIME environment variable was set. However, we set this variable ourselves directly in the CI configuration, and it added a fourth discrete behavior to the class that already has too many, making it hard to reason about.

Now we have an explicit auto_deploy:baking_time task.

Related: gitlab-com/gl-infra/delivery#1748 (closed)

Merge request reports

Loading