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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
27dc49fa
Commit
27dc49fa
authored
Oct 17, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve the .tests-metadata-state definition a bit
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
9c71fb0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
9 deletions
+4
-9
.gitlab-ci.yml
.gitlab-ci.yml
+4
-9
No files found.
.gitlab-ci.yml
View file @
27dc49fa
...
...
@@ -49,11 +49,10 @@ stages:
-
gitlab-org
.tests-metadata-state
:
&tests-metadata-state
services
:
[]
<<
:
*dedicated-runner
variables
:
SETUP_DB
:
"
false"
USE_BUNDLE_INSTALL
:
"
false"
TESTS_METADATA_S3_BUCKET
:
"
gitlab-ce-cache"
before_script
:
[]
artifacts
:
expire_in
:
31d
paths
:
...
...
@@ -80,6 +79,7 @@ stages:
.rspec-metadata
:
&rspec-metadata
<<
:
*dedicated-runner
<<
:
*pull-cache
<<
:
*except-docs
stage
:
test
script
:
-
JOB_NAME=( $CI_JOB_NAME )
...
...
@@ -109,16 +109,15 @@ stages:
.rspec-metadata-pg
:
&rspec-metadata-pg
<<
:
*rspec-metadata
<<
:
*use-pg
<<
:
*except-docs
.rspec-metadata-mysql
:
&rspec-metadata-mysql
<<
:
*rspec-metadata
<<
:
*use-mysql
<<
:
*except-docs
.spinach-metadata
:
&spinach-metadata
<<
:
*dedicated-runner
<<
:
*pull-cache
<<
:
*except-docs
stage
:
test
script
:
-
JOB_NAME=( $CI_JOB_NAME )
...
...
@@ -141,12 +140,10 @@ stages:
.spinach-metadata-pg
:
&spinach-metadata-pg
<<
:
*spinach-metadata
<<
:
*use-pg
<<
:
*except-docs
.spinach-metadata-mysql
:
&spinach-metadata-mysql
<<
:
*spinach-metadata
<<
:
*use-mysql
<<
:
*except-docs
.only-canonical-masters
:
&only-canonical-masters
only
:
...
...
@@ -222,7 +219,6 @@ review-docs-cleanup:
# Retrieve knapsack and rspec_flaky reports
retrieve-tests-metadata
:
<<
:
*tests-metadata-state
<<
:
*dedicated-runner
<<
:
*except-docs
stage
:
prepare
cache
:
...
...
@@ -240,7 +236,6 @@ retrieve-tests-metadata:
update-tests-metadata
:
<<
:
*tests-metadata-state
<<
:
*dedicated-runner
<<
:
*only-canonical-masters
stage
:
post-test
cache
:
...
...
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