Skip to content

Draft: Don't run tests on ops

John Skarbek requested to merge jts/dont-run-tests-on-ops into master

What does this MR do and why?

Prevents running test jobs on the Ops instance. We don't do development there, so this tidies up the pipelines that we'll see on this instance. This should also prevent some failure scenarios where runner tags are not in alignment between .com and our ops instance.

Content

  • Don't run tests on ops

Our ops instance is primarily for auto-deploy pipelines and rake tasks

Anything associated with tool development shall happen on .com, thus let's use this commit to prevent test jobs from running on our ops mirror.

This is coming from the recent update to tags due to deprecations coming our way come version 17.0 of GitLab: !3029 (comment 1890327621)

Author Check-list

  • Has documentation been updated?
Edited by John Skarbek

Merge request reports