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-12-20 17:22:11 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-20 17:22:11 +0300
commit0c872e02b2c822e3397515ec324051ff540f0cd5 (patch)
treece2fb6ce7030e4dad0f4118d21ab6453e5938cdd /tests.yml
parentf7e05a6853b12f02911494c4b3fe53d9540d74fc (diff)
Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42
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