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
d2e95a46
Commit
d2e95a46
authored
May 14, 2020
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use a more optimized caching strategy for 'coverage-frontend'
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
41b1755f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
.gitlab/ci/frontend.gitlab-ci.yml
.gitlab/ci/frontend.gitlab-ci.yml
+4
-3
.gitlab/ci/review.gitlab-ci.yml
.gitlab/ci/review.gitlab-ci.yml
+2
-0
No files found.
.gitlab/ci/frontend.gitlab-ci.yml
View file @
d2e95a46
...
...
@@ -250,11 +250,13 @@ jest-as-if-foss:
coverage-frontend
:
extends
:
-
.default-retry
-
.yarn-cache
-
.frontend:rules:ee-mr-and-master-only
needs
:
[
"
jest"
]
stage
:
post-test
before_script
:
-
yarn install --frozen-lockfile --cache-folder .yarn-cache --prefer-offline
-
source scripts/utils.sh
-
retry yarn install --frozen-lockfile
script
:
-
yarn node scripts/frontend/merge_coverage_frontend.js
artifacts
:
...
...
@@ -263,8 +265,7 @@ coverage-frontend:
paths
:
-
coverage-frontend/
cache
:
paths
:
-
.yarn-cache/
policy
:
pull
.qa-frontend-node
:
extends
:
...
...
.gitlab/ci/review.gitlab-ci.yml
View file @
d2e95a46
...
...
@@ -238,3 +238,5 @@ danger-review:
-
source scripts/utils.sh
-
retry yarn install --frozen-lockfile
-
danger --fail-on-errors=true --verbose
cache
:
policy
:
pull
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