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-09-01 03:09:48 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-09-01 03:09:48 +0300
commit0dc67904c1b8b01e7406fc510cf432c5bfc919fb (patch)
tree93fffcf04b7d5ef50291c9d6386e6dd5f199dcef /tests.yml
parent915ce2e09259d71275f3e0a6e5214b793c2eb52e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'tests.yml')
-rw-r--r--tests.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests.yml b/tests.yml
index 3b1ac26a195..d38b05af991 100644
--- a/tests.yml
+++ b/tests.yml
@@ -60,3 +60,12 @@ mapping:
# Whats New should map to its respective spec
- source: data/whats_new/\w*.yml
test: spec/lib/release_highlights/validator_spec.rb
+
+ - source: (ee/)?app/workers/.+\.rb
+ test: spec/workers/every_sidekiq_worker_spec.rb
+
+ - source: lib/gitlab/usage_data_counters/known_events/.+\.yml
+ test: spec/lib/gitlab/usage_data_counters/hll_redis_counter_spec.rb
+ - source: lib/gitlab/usage_data_counters/known_events/.+\.yml
+ test: spec/lib/gitlab/usage_data_spec.rb
+