Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-24 15:07:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-24 15:07:52 +0300
commit496739b38c7faa6fad7043af5397a8103f4dde66 (patch)
tree991ff0eb736f94d2b2a4ba65ebef73d3316e850d /tests.yml
parent8883c54feaf1ca2d5a859ecd634043b36dfb8832 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'tests.yml')
-rw-r--r--tests.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests.yml b/tests.yml
index 09cb4432927..be6cb2c84c7 100644
--- a/tests.yml
+++ b/tests.yml
@@ -23,6 +23,14 @@ mapping:
- source: lib/gitlab/usage_data_counters/(.+)\.rb
test: spec/lib/gitlab/usage_data_spec.rb
+ # See https://gitlab.com/gitlab-org/quality/engineering-productivity/master-broken-incidents/-/issues/54#note_1160811638
+ - source: lib/gitlab/ci/config/(.+)\.rb
+ test: spec/lib/gitlab/ci/yaml_processor_spec.rb
+ - source: ee/lib/gitlab/ci/config/(.+)\.rb
+ test: spec/lib/gitlab/ci/yaml_processor_spec.rb
+ - source: ee/lib/gitlab/ci/config/(.+)\.rb
+ test: ee/spec/lib/gitlab/ci/yaml_processor_spec.rb
+
# FOSS lib & tooling should map to respective spec
- source: (tooling/)?lib/(.+)\.rb
test: spec/%slib/%s_spec.rb