Commit 42bdfa79 authored by Rémy Coutable's avatar Rémy Coutable

Retry Node QA jobs upon system and API failure

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent a16b5d9a
...@@ -804,6 +804,7 @@ qa:selectors: ...@@ -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: ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment