Commit 9098acf8 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'ee-run-quarantine-on-master-and-schedules-only' into 'master'

Run MySQL and quarantined tests on master and schedules only

See merge request gitlab-org/gitlab-ee!10777
parents f6e7ffe1 d4c3a196
...@@ -713,14 +713,14 @@ rspec-pg-ee: ...@@ -713,14 +713,14 @@ rspec-pg-ee:
rspec-mysql-ee: rspec-mysql-ee:
<<: *rspec-ee-mysql <<: *rspec-ee-mysql
<<: *only-schedules-master
parallel: 10 parallel: 10
rspec-pg geo: *rspec-metadata-pg-geo-9-6 rspec-pg geo: *rspec-metadata-pg-geo-9-6
rspec-pg-10 geo: *rspec-metadata-pg-geo-10-2 rspec-pg-10 geo: *rspec-metadata-pg-geo-10-2
.rspec-quarantine-ee: &rspec-quarantine-ee .rspec-quarantine-ee: &rspec-quarantine-ee
retry: 0 <<: *only-schedules-master
script: script:
- export CACHE_CLASSES=true - export CACHE_CLASSES=true
- scripts/gitaly-test-spawn - scripts/gitaly-test-spawn
......
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