mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-02 03:46:41 +00:00
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>