From 86375adf9e5b5d127ceff0b2f2ef6ff9c67d0afa Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Fri, 23 Oct 2020 09:03:23 +0200 Subject: [PATCH] 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 --- jobs/jjb-validate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/jjb-validate.yaml b/jobs/jjb-validate.yaml index 0098b6533..379795428 100644 --- a/jobs/jjb-validate.yaml +++ b/jobs/jjb-validate.yaml @@ -2,7 +2,7 @@ - job: name: jjb-validate project-type: pipeline - concurrent: true + concurrent: false properties: - github: url: https://github.com/ceph/ceph-csi