Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f2d1aad2
Commit
f2d1aad2
authored
Jan 23, 2019
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
All review jobs should share the same only & except
parent
ae216618
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
9 deletions
+13
-9
.gitlab-ci.yml
.gitlab-ci.yml
+13
-9
No files found.
.gitlab-ci.yml
View file @
f2d1aad2
...
@@ -427,15 +427,7 @@ setup-test-env:
...
@@ -427,15 +427,7 @@ setup-test-env:
-
vendor/gitaly-ruby
-
vendor/gitaly-ruby
# GitLab Review apps
# GitLab Review apps
.review-base
:
&review-base
.review-only
:
&review-only
<<
:
*dedicated-no-docs-no-db-pull-cache-job
image
:
registry.gitlab.com/gitlab-org/gitlab-build-images:gitlab-charts-build-base
stage
:
test
cache
:
{}
dependencies
:
[]
environment
:
&review-environment
name
:
review/${CI_COMMIT_REF_NAME}
url
:
https://gitlab-${CI_ENVIRONMENT_SLUG}.${REVIEW_APPS_DOMAIN}
only
:
only
:
refs
:
refs
:
-
branches@gitlab-org/gitlab-ce
-
branches@gitlab-org/gitlab-ce
...
@@ -445,6 +437,17 @@ setup-test-env:
...
@@ -445,6 +437,17 @@ setup-test-env:
refs
:
refs
:
-
master
-
master
-
/(^docs[\/-].*|.*-docs$)/
-
/(^docs[\/-].*|.*-docs$)/
.review-base
:
&review-base
<<
:
*dedicated-no-docs-no-db-pull-cache-job
<<
:
*review-only
image
:
registry.gitlab.com/gitlab-org/gitlab-build-images:gitlab-charts-build-base
stage
:
test
cache
:
{}
dependencies
:
[]
environment
:
&review-environment
name
:
review/${CI_COMMIT_REF_NAME}
url
:
https://gitlab-${CI_ENVIRONMENT_SLUG}.${REVIEW_APPS_DOMAIN}
before_script
:
[]
before_script
:
[]
.review-docker
:
&review-docker
.review-docker
:
&review-docker
...
@@ -949,6 +952,7 @@ no_ee_check:
...
@@ -949,6 +952,7 @@ no_ee_check:
# GitLab Review apps
# GitLab Review apps
review-build-cng
:
review-build-cng
:
<<
:
*single-script-job
<<
:
*single-script-job
<<
:
*review-only
variables
:
variables
:
<<
:
*single-script-job-variables
<<
:
*single-script-job-variables
SCRIPT_NAME
:
trigger-build
SCRIPT_NAME
:
trigger-build
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment