mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 22:30:23 +00:00
ci: run only one jjb-validate at the time
The jjb-validate job creates a Batch Job in OCP. This job has a fixed name, and fails to get created when one with the same name already exists. There is no need to run jjb-validate concurrently, the number of changes for CI jobs are not blocked by this serialization. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
51fa5cca48
commit
86375adf9e
@ -2,7 +2,7 @@
|
||||
- job:
|
||||
name: jjb-validate
|
||||
project-type: pipeline
|
||||
concurrent: true
|
||||
concurrent: false
|
||||
properties:
|
||||
- github:
|
||||
url: https://github.com/ceph/ceph-csi
|
||||
|
Loading…
Reference in New Issue
Block a user