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
13483ea1
Commit
13483ea1
authored
Jul 12, 2018
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[EE] Move the 'danger-review' job to the test stage and allow it to fail
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
2497cd1e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
19 deletions
+21
-19
.gitlab-ci.yml
.gitlab-ci.yml
+21
-19
No files found.
.gitlab-ci.yml
View file @
13483ea1
...
@@ -483,25 +483,6 @@ ee-specific-lines-check:
...
@@ -483,25 +483,6 @@ ee-specific-lines-check:
script
:
script
:
-
scripts/ee-specific-lines-check
-
scripts/ee-specific-lines-check
danger-review
:
image
:
registry.gitlab.com/gitlab-org/gitaly/dangercontainer:latest
stage
:
prepare
allow_failure
:
true
before_script
:
-
source scripts/utils.sh
-
retry gem install danger --no-ri --no-rdoc
cache
:
{}
only
:
refs
:
-
branches@gitlab-org/gitlab-ce
-
branches@gitlab-org/gitlab-ee
except
:
variables
:
-
$CI_COMMIT_REF_NAME =~ /^ce-to-ee-.*/
script
:
-
git version
-
danger --fail-on-errors=true
update-tests-metadata
:
update-tests-metadata
:
<<
:
*tests-metadata-state
<<
:
*tests-metadata-state
<<
:
*only-canonical-masters
<<
:
*only-canonical-masters
...
@@ -592,6 +573,27 @@ setup-test-env:
...
@@ -592,6 +573,27 @@ setup-test-env:
-
config/secrets.yml
-
config/secrets.yml
-
vendor/gitaly-ruby
-
vendor/gitaly-ruby
danger-review
:
image
:
registry.gitlab.com/gitlab-org/gitaly/dangercontainer:latest
stage
:
test
allow_failure
:
true
before_script
:
-
source scripts/utils.sh
-
retry gem install danger --no-ri --no-rdoc
cache
:
{}
only
:
refs
:
-
branches@gitlab-org/gitlab-ce
-
branches@gitlab-org/gitlab-ee
except
:
refs
:
-
master
variables
:
-
$CI_COMMIT_REF_NAME =~ /^ce-to-ee-.*/
script
:
-
git version
-
danger --fail-on-errors=true
# EE jobs
# EE jobs
rspec-pg-ee 0 2
:
*rspec-ee-pg
rspec-pg-ee 0 2
:
*rspec-ee-pg
rspec-pg-ee 1 2
:
*rspec-ee-pg
rspec-pg-ee 1 2
:
*rspec-ee-pg
...
...
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