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:
Niels de Vos 2020-10-23 09:03:23 +02:00 committed by mergify[bot]
parent 51fa5cca48
commit 86375adf9e

View File

@ -2,7 +2,7 @@
- job: - job:
name: jjb-validate name: jjb-validate
project-type: pipeline project-type: pipeline
concurrent: true concurrent: false
properties: properties:
- github: - github:
url: https://github.com/ceph/ceph-csi url: https://github.com/ceph/ceph-csi