mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 22:30:23 +00:00
ci: enable concurrent jobs for containerized-tests
Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
748ef17e42
commit
acb7727c24
@ -3,9 +3,7 @@
|
||||
name: containerized-tests
|
||||
project-type: pipeline
|
||||
sandbox: true
|
||||
# TODO: enable 'concurrent' when the pipeline has a re-try on reserving
|
||||
# bare-metal machines
|
||||
concurrent: false
|
||||
concurrent: true
|
||||
properties:
|
||||
- github:
|
||||
url: https://github.com/ceph/ceph-csi
|
||||
@ -29,7 +27,8 @@
|
||||
status-context: ci/centos/containerized-tests
|
||||
trigger-phrase: '/(re)?test ((all)|(ci/centos/containerized-tests))'
|
||||
permit-all: true
|
||||
github-hooks: true
|
||||
# TODO: set github-hooks to true when it is configured in GitHub
|
||||
github-hooks: false
|
||||
cron: 'H/5 * * * *'
|
||||
black-list-target-branches:
|
||||
- ci/centos
|
||||
|
Loading…
Reference in New Issue
Block a user