Skip ModelOps and Migration specs on live environments
What does this MR do and why?
Skip Manage Gitlab migration migrates large gitlab group via api
and ModelOps Suggested Reviewers suggests reviewers
on live environments
as these jobs should only run in { job: "large-gitlab-import" }
and { pipeline: %i[production canary] }
.
Related to omnibus-gitlab!6499 (comment 1183743668) when engineer was running GitLab QA locally against live env.
How to set up and validate locally
Run qa/specs/features/api/1_manage/migration/gitlab_migration_large_project_spec.rb
or qa/specs/features/ee/browser_ui/14_model_ops/suggested_reviewer_spec.rb
against live environment.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.