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:
Diffstat (limited to 'tests.yml')
-rw-r--r--tests.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests.yml b/tests.yml
index 76ebb05eddb..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
@@ -61,6 +69,10 @@ mapping:
- source: data/whats_new/\w*.yml
test: spec/lib/release_highlights/validator_spec.rb
+ # The documentation index page is used in this haml_lint spec
+ - source: doc/index.md
+ test: spec/haml_lint/linter/documentation_links_spec.rb
+
- source: (ee/)?app/workers/.+\.rb
test: spec/workers/every_sidekiq_worker_spec.rb