Skip to content
代码片段 群组 项目
未验证 提交 51d920dc 编辑于 作者: Rémy Coutable's avatar Rémy Coutable
浏览文件
上级 93afb874
No related branches found
No related tags found
无相关合并请求
...@@ -312,6 +312,7 @@ ...@@ -312,6 +312,7 @@
- "scripts/rspec_helpers.sh" - "scripts/rspec_helpers.sh"
# Mapped patterns (see tests.yml) # Mapped patterns (see tests.yml)
- "data/whats_new/*.yml" - "data/whats_new/*.yml"
- "doc/index.md"
.search-backend-patterns: &search-backend-patterns .search-backend-patterns: &search-backend-patterns
- "{,jh/}Gemfile.lock" - "{,jh/}Gemfile.lock"
...@@ -381,6 +382,7 @@ ...@@ -381,6 +382,7 @@
- ".gitlab/ci/**/*" - ".gitlab/ci/**/*"
# Mapped patterns (see tests.yml) # Mapped patterns (see tests.yml)
- "data/whats_new/*.yml" - "data/whats_new/*.yml"
- "doc/index.md"
# .code-patterns + .backstage-patterns # .code-patterns + .backstage-patterns
.code-backstage-patterns: &code-backstage-patterns .code-backstage-patterns: &code-backstage-patterns
...@@ -411,6 +413,7 @@ ...@@ -411,6 +413,7 @@
- "{,spec/}tooling/**/*" - "{,spec/}tooling/**/*"
# Mapped patterns (see tests.yml) # Mapped patterns (see tests.yml)
- "data/whats_new/*.yml" - "data/whats_new/*.yml"
- "doc/index.md"
# .code-patterns + .qa-patterns # .code-patterns + .qa-patterns
.code-qa-patterns: &code-qa-patterns .code-qa-patterns: &code-qa-patterns
...@@ -437,6 +440,7 @@ ...@@ -437,6 +440,7 @@
- "{,jh/}qa/**/*" - "{,jh/}qa/**/*"
# Mapped patterns (see tests.yml) # Mapped patterns (see tests.yml)
- "data/whats_new/*.yml" - "data/whats_new/*.yml"
- "doc/index.md"
# .code-patterns + .backstage-patterns + .qa-patterns # .code-patterns + .backstage-patterns + .qa-patterns
.code-backstage-qa-patterns: &code-backstage-qa-patterns .code-backstage-qa-patterns: &code-backstage-qa-patterns
...@@ -471,6 +475,7 @@ ...@@ -471,6 +475,7 @@
- "{,jh/}qa/**/*" - "{,jh/}qa/**/*"
# Mapped patterns (see tests.yml) # Mapped patterns (see tests.yml)
- "data/whats_new/*.yml" - "data/whats_new/*.yml"
- "doc/index.md"
# .code-backstage-qa-patterns + .workhorse-patterns # .code-backstage-qa-patterns + .workhorse-patterns
# NOTE: `setup-test-env-patterns` intentionally does not include docs files, because this would # NOTE: `setup-test-env-patterns` intentionally does not include docs files, because this would
...@@ -493,7 +498,9 @@ ...@@ -493,7 +498,9 @@
- "config.ru" - "config.ru"
- "{,ee/,jh/}{app,bin,config,db,generator_templates,haml_lint,lib,locale,public,scripts,storybook,symbol,vendor}/**/*" - "{,ee/,jh/}{app,bin,config,db,generator_templates,haml_lint,lib,locale,public,scripts,storybook,symbol,vendor}/**/*"
- "doc/api/graphql/reference/*" # Files in this folder are auto-generated - "doc/api/graphql/reference/*" # Files in this folder are auto-generated
# Mapped patterns (see tests.yml)
- "data/whats_new/*.yml" - "data/whats_new/*.yml"
- "doc/index.md"
# CI changes # CI changes
- ".gitlab-ci.yml" - ".gitlab-ci.yml"
- ".gitlab/ci/**/*" - ".gitlab/ci/**/*"
......
...@@ -61,6 +61,10 @@ mapping: ...@@ -61,6 +61,10 @@ mapping:
- source: data/whats_new/\w*.yml - source: data/whats_new/\w*.yml
test: spec/lib/release_highlights/validator_spec.rb 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 - source: (ee/)?app/workers/.+\.rb
test: spec/workers/every_sidekiq_worker_spec.rb test: spec/workers/every_sidekiq_worker_spec.rb
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册