diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2019-04-10 08:55:32 +0000 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2019-04-10 08:55:32 +0000 |
commit | 8036416dce7a4760bd203a291de67076385a3a2e (patch) | |
tree | 542b5a463602638df9958b66d09b32d75fe1d3b0 | |
parent | 06f3ef4274f4afff3235e9a81b847bf3f95cf198 (diff) | |
parent | f030e6233b57bee4155001369527f7039298dc59 (diff) | |
download | gitlab-ce-8036416dce7a4760bd203a291de67076385a3a2e.tar.gz |
Merge branch 'run-quarantine-specs-on-master-and-schedule-only' into 'master'
Only run quarantine tests on master and schedules
See merge request gitlab-org/gitlab-ce!27203
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 680b9d0d489..9febc15e84a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -562,7 +562,7 @@ rspec-mysql: parallel: 50 .rspec-quarantine: &rspec-quarantine - retry: 0 + <<: *only-schedules-master script: - export CACHE_CLASSES=true - scripts/gitaly-test-spawn |