Commit 7a4b4cff authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'retry-review-qa-smoke-job' into 'master'

Retry twice the review-qa-smoke job

See merge request gitlab-org/gitlab-ce!27470
parents ce02daea 6526e91f
......@@ -145,6 +145,7 @@ schedule:review-deploy:
review-qa-smoke:
<<: *review-qa-base
retry: 2
script:
- wait_for_job_to_be_done "review-deploy"
- gitlab-qa Test::Instance::Smoke "${QA_IMAGE}" "${CI_ENVIRONMENT_URL}"
......@@ -229,4 +230,3 @@ danger-review:
- node --version
- yarn install --frozen-lockfile --cache-folder .yarn-cache
- danger --fail-on-errors=true
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