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
e4f87eff
Commit
e4f87eff
authored
Sep 17, 2019
by
Kyle Wiebers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update-test-metadata run when rspec tests run
Closes
https://gitlab.com/gitlab-org/gitlab/issues/32177
parent
3807ae80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
.gitlab/ci/test-metadata.gitlab-ci.yml
.gitlab/ci/test-metadata.gitlab-ci.yml
+5
-2
No files found.
.gitlab/ci/test-metadata.gitlab-ci.yml
View file @
e4f87eff
.tests-metadata-state
:
extends
:
.default-only
extends
:
-
.default-only
variables
:
TESTS_METADATA_S3_BUCKET
:
"
gitlab-ce-cache"
before_script
:
...
...
@@ -31,7 +32,9 @@ retrieve-tests-metadata:
-
'
[[
!
-d
"ee/"
]]
||
[[
-f
$EE_KNAPSACK_RSPEC_SUITE_REPORT_PATH
]]
||
echo
"{}"
>
${EE_KNAPSACK_RSPEC_SUITE_REPORT_PATH}'
update-tests-metadata
:
extends
:
.tests-metadata-state
extends
:
-
.tests-metadata-state
-
.only-code-changes
stage
:
post-test
cache
:
key
:
tests_metadata
...
...
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