diff options
author | Rémy Coutable <remy@rymai.me> | 2019-04-10 09:48:14 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-04-10 09:48:14 +0200 |
commit | f030e6233b57bee4155001369527f7039298dc59 (patch) | |
tree | 7b6c9e6060fd8daf5f2d944f545eb4aa7309fc13 | |
parent | bfb7bc8ee140ae4317e57636596e172fccc20f4e (diff) | |
download | gitlab-ce-f030e6233b57bee4155001369527f7039298dc59.tar.gz |
Only run quarantine tests on master and schedulesrun-quarantine-specs-on-master-and-schedule-only
Signed-off-by: Rémy Coutable <remy@rymai.me>
-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 |