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:
authorLin Jen-Shin <godfat@godfat.org>2019-01-17 14:50:35 +0300
committerLin Jen-Shin <godfat@godfat.org>2019-01-17 14:50:35 +0300
commitaf70d985ca69ecb442bac47b7681f48ddb32732e (patch)
tree8cc9be6ff2a2afa3ec233e8cf249ab3a48546761
parentf1876e7c462a84c00e445e653f9911b441c76728 (diff)
parent42bdfa7980c2baff44aceaf70311296e58fbfa35 (diff)
Merge branch 'retry-node-jobs' into 'master'
Retry Node QA jobs See merge request gitlab-org/gitlab-ce!24438
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d736e0fa5c3..68dea56a67d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -804,6 +804,7 @@ qa:selectors:
- bundle exec bin/qa Test::Sanity::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
@@ -818,7 +819,6 @@ qa:selectors:
- yarn install --frozen-lockfile --cache-folder .yarn-cache
- date
- yarn run webpack-prod
- <<: *except-docs
qa-frontend-node:8:
<<: *qa-frontend-node