Merge branch 'retry-node-jobs' into 'master'

Retry Node QA jobs

See merge request gitlab-org/gitlab-ce!24438
This commit is contained in:
Lin Jen-Shin 2019-01-17 11:50:35 +00:00
commit af70d985ca

View file

@ -804,6 +804,7 @@ qa:selectors:
- bundle exec bin/qa Test::Sanity::Selectors - bundle exec bin/qa Test::Sanity::Selectors
.qa-frontend-node: &qa-frontend-node .qa-frontend-node: &qa-frontend-node
<<: *dedicated-no-docs-no-db-pull-cache-job
stage: test stage: test
variables: variables:
NODE_OPTIONS: --max_old_space_size=3584 NODE_OPTIONS: --max_old_space_size=3584
@ -818,7 +819,6 @@ qa:selectors:
- yarn install --frozen-lockfile --cache-folder .yarn-cache - yarn install --frozen-lockfile --cache-folder .yarn-cache
- date - date
- yarn run webpack-prod - yarn run webpack-prod
<<: *except-docs
qa-frontend-node:8: qa-frontend-node:8:
<<: *qa-frontend-node <<: *qa-frontend-node