Skip to content

ci: Stop automatically running RSpec jobs on CI changes

Rémy Coutable requested to merge dont-run-all-specs-for-ci-changes into master

What does this MR do and why?

Since Danger is issuing a comment when CI config is touched, there should be no need to run all the RSpec jobs, unless the MR is ready to be merged, at which time we can add pipeline:run-all-rspec and start a new pipeline.

This implements an idea from @godfat-gitlab at gitlab-org/quality/engineering-productivity/team#22 (comment 930747602).

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Rémy Coutable

Merge request reports