Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-11 03:08:28 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-11 03:08:28 +0300
commit7873bb3c1a2870761c243ea4ebe96f249ad5a319 (patch)
tree89ddef4a2e4b9cb47d41f6ff8ff68bda8777c938 /.gitlab/ci/frontend.gitlab-ci.yml
parent667f6fbc8df6c23f69bc6adba15204f8559bcc3a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab/ci/frontend.gitlab-ci.yml')
-rw-r--r--.gitlab/ci/frontend.gitlab-ci.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.gitlab/ci/frontend.gitlab-ci.yml b/.gitlab/ci/frontend.gitlab-ci.yml
index 9bdeb4d9b00..8df530c546d 100644
--- a/.gitlab/ci/frontend.gitlab-ci.yml
+++ b/.gitlab/ci/frontend.gitlab-ci.yml
@@ -4,6 +4,8 @@
- vendor/ruby/
- .yarn-cache/
- tmp/cache/assets/sprockets
+ - tmp/cache/babel-loader
+ - tmp/cache/vue-loader
.gitlab:assets:compile-metadata:
extends:
@@ -28,7 +30,7 @@
DOCKER_DRIVER: overlay2
DOCKER_HOST: tcp://docker:2375
cache:
- key: "assets-compile:production:vendor_ruby:.yarn-cache:tmp_cache_assets_sprockets:v6"
+ key: "assets-compile:production:vendor_ruby:.yarn-cache:tmp_cache_assets_sprockets:tmp_cache_webpack:v7"
artifacts:
name: webpack-report
expire_in: 31d
@@ -84,7 +86,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:v7"
+ key: "assets-compile:v8"
artifacts:
expire_in: 7d
paths:
@@ -106,7 +108,7 @@ compile-assets pull-push-cache foss:
- master
cache:
policy: pull-push
- key: "assets-compile:v7:foss"
+ key: "assets-compile:v8:foss"
compile-assets pull-cache:
extends: .compile-assets-metadata
@@ -117,7 +119,7 @@ compile-assets pull-cache foss:
extends: [".compile-assets-metadata", ".only-ee-as-if-foss"]
cache:
policy: pull
- key: "assets-compile:v7:foss"
+ key: "assets-compile:v8:foss"
.only-code-frontend-job-base:
extends: