Skip to content

Trigger tests when changing the keeps folder

Context

Closes gitlab-org/quality/engineering-productivity/team#449 (closed)

What does this MR do and why?

Add the keeps folder and subfolders to the code patterns, so that we can trigger tests for them.

Proof of work

In !149063 (closed), we already have a predictive pipeline when only changing a file in the keeps folder 🎉.

On top of that, we see in the detect-tests job that the corresponding specs would be trigger in the predictive backend tests 🎉

Changed files:
.gitlab/ci/rules.gitlab-ci.yml
keeps/helpers/groups.rb

Related FOSS RSpec tests:
spec/dot_gitlab_ci/rules_spec.rb
spec/keeps/helpers/groups_spec.rb

Related EE RSpec tests:
Related JS files:

spec/keeps/helpers/groups_spec.rb is present 🎉

Edited by David Dieulivol

Merge request reports

Loading