mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-26 16:20:28 +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
|
name: containerized-tests
|
||||||
project-type: pipeline
|
project-type: pipeline
|
||||||
sandbox: true
|
sandbox: true
|
||||||
# TODO: enable 'concurrent' when the pipeline has a re-try on reserving
|
concurrent: true
|
||||||
# bare-metal machines
|
|
||||||
concurrent: false
|
|
||||||
properties:
|
properties:
|
||||||
- github:
|
- github:
|
||||||
url: https://github.com/ceph/ceph-csi
|
url: https://github.com/ceph/ceph-csi
|
||||||
@ -29,7 +27,8 @@
|
|||||||
status-context: ci/centos/containerized-tests
|
status-context: ci/centos/containerized-tests
|
||||||
trigger-phrase: '/(re)?test ((all)|(ci/centos/containerized-tests))'
|
trigger-phrase: '/(re)?test ((all)|(ci/centos/containerized-tests))'
|
||||||
permit-all: true
|
permit-all: true
|
||||||
github-hooks: true
|
# TODO: set github-hooks to true when it is configured in GitHub
|
||||||
|
github-hooks: false
|
||||||
cron: 'H/5 * * * *'
|
cron: 'H/5 * * * *'
|
||||||
black-list-target-branches:
|
black-list-target-branches:
|
||||||
- ci/centos
|
- ci/centos
|
||||||
|
Loading…
Reference in New Issue
Block a user