summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2019-04-04 12:52:04 +0000
committerPhil Hughes <me@iamphill.com>2019-04-04 12:52:04 +0000
commitc0f223deb28c121759842d42e1befe3b2eb11bb4 (patch)
treeeb57491119e7a12202ad287eebfc71e28653f736 /.gitlab-ci.yml
parentc60d0efe0d2f2f0bdd1e626c378fe655461c5f22 (diff)
parent8e6b6528543818a779e1df2b38150eb422145fb0 (diff)
downloadgitlab-ce-c0f223deb28c121759842d42e1befe3b2eb11bb4.tar.gz
Merge branch 'webpack-memory-bump' into 'master'
Fix webpack dev-server crash caused by 1.5gb limit Closes #59075 See merge request gitlab-org/gitlab-ce!26849
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f89a52e7a3e..98fdda3593e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -852,8 +852,6 @@ qa:selectors:
.qa-frontend-node: &qa-frontend-node
<<: *dedicated-no-docs-no-db-pull-cache-job
stage: test
- variables:
- NODE_OPTIONS: --max_old_space_size=3584
cache:
key: "$CI_JOB_NAME"
paths:
@@ -1143,3 +1141,4 @@ schedule:review-performance:
<<: *review-schedules-only
script:
- wait_for_job_to_be_done "schedule:review-deploy"
+