Skip to content
Snippets Groups Projects
Commit d32010bd authored by Robert Speicher's avatar Robert Speicher
Browse files

Merge branch 'gb/qa/add-auto-retry-to-tests' into 'master'

Enable auto-retry in GitLab QA tests

See merge request gitlab-org/gitlab-qa!134
parents 05d22e26 7028fb58
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -59,6 +59,7 @@ ee:version:
.test: &test
stage: test
image: $TEST_IMAGE
retry: 1
tags:
- docker
artifacts:
Loading
Loading
@@ -165,6 +166,7 @@ qa:staging:
- unset EE_LICENSE
- bin/qa Test::Instance::Staging
<<: *test
retry: 0
stage: qa
when: manual
except:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment