Skip to content
代码片段 群组 项目
提交 86cf3c47 编辑于 作者: Rémy Coutable's avatar Rémy Coutable
浏览文件

Merge branch 'feature/gitlab-ci-rules' into 'master'

Add JH support in CI rules

See merge request gitlab-org/gitlab!96023
No related branches found
No related tags found
无相关合并请求
...@@ -336,7 +336,7 @@ ...@@ -336,7 +336,7 @@
.qa-patterns: &qa-patterns .qa-patterns: &qa-patterns
- ".dockerignore" - ".dockerignore"
- "qa/**/*" - "{,jh/}qa/**/*"
# Code patterns + .ci-patterns # Code patterns + .ci-patterns
.code-patterns: &code-patterns .code-patterns: &code-patterns
...@@ -414,7 +414,7 @@ ...@@ -414,7 +414,7 @@
- ".gitlab/ci/**/*" - ".gitlab/ci/**/*"
# QA changes # QA changes
- ".dockerignore" - ".dockerignore"
- "qa/**/*" - "{,jh/}qa/**/*"
# Mapped patterns (see tests.yml) # Mapped patterns (see tests.yml)
- "data/whats_new/*.yml" - "data/whats_new/*.yml"
...@@ -448,7 +448,7 @@ ...@@ -448,7 +448,7 @@
- "{,spec/}tooling/**/*" - "{,spec/}tooling/**/*"
# QA changes # QA changes
- ".dockerignore" - ".dockerignore"
- "qa/**/*" - "{,jh/}qa/**/*"
# Mapped patterns (see tests.yml) # Mapped patterns (see tests.yml)
- "data/whats_new/*.yml" - "data/whats_new/*.yml"
...@@ -483,7 +483,7 @@ ...@@ -483,7 +483,7 @@
- "{,spec/}tooling/**/*" - "{,spec/}tooling/**/*"
# QA changes # QA changes
- ".dockerignore" - ".dockerignore"
- "qa/**/*" - "{,jh/}qa/**/*"
# Workhorse changes # Workhorse changes
- "GITLAB_WORKHORSE_VERSION" - "GITLAB_WORKHORSE_VERSION"
- "workhorse/**/*" - "workhorse/**/*"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册