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
04d2a540
Commit
04d2a540
authored
Feb 12, 2020
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update cache key to properly build the 'pg' gem
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
ad938b48
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
.gitlab/ci/frontend.gitlab-ci.yml
.gitlab/ci/frontend.gitlab-ci.yml
+4
-4
.gitlab/ci/global.gitlab-ci.yml
.gitlab/ci/global.gitlab-ci.yml
+1
-1
.gitlab/ci/rails.gitlab-ci.yml
.gitlab/ci/rails.gitlab-ci.yml
+1
-1
No files found.
.gitlab/ci/frontend.gitlab-ci.yml
View file @
04d2a540
...
...
@@ -93,7 +93,7 @@
DOCKER_DRIVER
:
overlay2
DOCKER_HOST
:
tcp://docker:2375
cache
:
key
:
"
assets-compile:production:vendor_ruby:.yarn-cache:tmp_cache_assets_sprockets:tmp_cache_webpack:v
7
"
key
:
"
assets-compile:production:vendor_ruby:.yarn-cache:tmp_cache_assets_sprockets:tmp_cache_webpack:v
9
"
artifacts
:
name
:
webpack-report
expire_in
:
31d
...
...
@@ -152,7 +152,7 @@ gitlab:assets:compile pull-cache:
# we override the max_old_space_size to prevent OOM errors
NODE_OPTIONS
:
--max_old_space_size=3584
cache
:
key
:
"
assets-compile:v
8
"
key
:
"
assets-compile:v
9
"
artifacts
:
expire_in
:
7d
paths
:
...
...
@@ -180,7 +180,7 @@ compile-assets pull-push-cache foss:
when
:
on_success
cache
:
policy
:
pull-push
key
:
"
assets-compile:v
8
:foss"
key
:
"
assets-compile:v
9
:foss"
compile-assets pull-cache
:
extends
:
.compile-assets-metadata
...
...
@@ -203,7 +203,7 @@ compile-assets pull-cache foss:
when
:
on_success
cache
:
policy
:
pull
key
:
"
assets-compile:v
8
:foss"
key
:
"
assets-compile:v
9
:foss"
.frontend-job-base
:
extends
:
...
...
.gitlab/ci/global.gitlab-ci.yml
View file @
04d2a540
...
...
@@ -25,7 +25,7 @@
# Jobs that only need to pull cache
.default-cache
:
cache
:
key
:
"
debian-stretch-ruby-2.6.5-node-12.x"
key
:
"
debian-stretch-ruby-2.6.5-
pg9.6-
node-12.x"
paths
:
-
.go/pkg/mod
-
vendor/ruby
...
...
.gitlab/ci/rails.gitlab-ci.yml
View file @
04d2a540
...
...
@@ -143,7 +143,7 @@ static-analysis:
script
:
-
scripts/static-analysis
cache
:
key
:
"
debian-stretch-ruby-2.6-
and
-rubocop"
key
:
"
debian-stretch-ruby-2.6-
pg9.6
-rubocop"
paths
:
-
vendor/ruby
-
tmp/rubocop_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