From e0a5998eb1536bd2180384e34661efea11ac852b Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Mon, 12 Jun 2017 11:42:55 -0700 Subject: [PATCH] GitHub JJB verifies should be concurrent While doing some work pushing multiple different patches to a GitHub project it was discovered that the GitHub JJB verify jobs were not configured for concurrency. Change-Id: I48af8b1722a8223916324f49151fec88aa8e32b3 Signed-off-by: Andrew Grimberg --- jjb/lf-ci-jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/lf-ci-jobs.yaml b/jjb/lf-ci-jobs.yaml index b5f45dc3..f32547d7 100644 --- a/jjb/lf-ci-jobs.yaml +++ b/jjb/lf-ci-jobs.yaml @@ -241,6 +241,7 @@ - job-template: name: '{project-name}-jjb-verify' id: github-jjb-verify + concurrent: true <<: *lf_jjb_verify_merge # yamllint disable-line rule:key-duplicates <<: *lf_jjb_merge_builders -- 2.16.6