diff options
author | Rémy Coutable <remy@rymai.me> | 2019-01-14 19:22:54 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-01-15 14:43:03 +0100 |
commit | d71eb8fc1ad4e722868cd4b9ea54044f17bc46e2 (patch) | |
tree | 29d95bdc822dc4d1a2811556bfe4fc127f1b9aaa /.gitlab-ci.yml | |
parent | b876d5c861ced9b36691133e8438f996c2cddae2 (diff) | |
download | gitlab-ce-d71eb8fc1ad4e722868cd4b9ea54044f17bc46e2.tar.gz |
Add jobs to run quarantine tests
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6cbc8e21c76..d736e0fa5c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -499,6 +499,22 @@ rspec-mysql: <<: *rspec-metadata-mysql parallel: 50 +.rspec-quarantine: &rspec-quarantine + script: + - export CACHE_CLASSES=true + - scripts/gitaly-test-spawn + - bin/rspec --color --format documentation --tag quarantine spec/ + +rspec-pg-quarantine: + <<: *rspec-metadata-pg + <<: *rspec-quarantine + allow_failure: true + +rspec-mysql-quarantine: + <<: *rspec-metadata-mysql + <<: *rspec-quarantine + allow_failure: true + static-analysis: <<: *dedicated-no-docs-no-db-pull-cache-job dependencies: |