aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-10-12 12:48:39 +0200
committerOliver Smith <osmith@sysmocom.de>2022-10-13 10:51:55 +0200
commit1449f02cf6a3e3ed344349dfa27b6d3ad3b51949 (patch)
tree3a7beba48a73c4e09aee773fca0019856344e5ab
parentd602a298d4f859dcea44f95e061d2b09095f59d9 (diff)
jobs/gerrit-verifications: set pipeline concurrent
Allow running multiple gerrit-verification pipelines of the same project at the same time to use the jenkins nodes more efficiently. Note that the concurrent setting of the build jobs are not changed. Some projects have this set to false, and for those, there will be no more than one build job running at the same time. The build job gets started from the pipeline, along with other jobs like lint and deb/rpm package building. Related: OS#2385 Change-Id: Ie2a19013e73d96a937e8f83c815c6a82cfe0768d
-rw-r--r--jobs/gerrit-verifications.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index 9e65c40..36646f8 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -359,6 +359,7 @@
- job-template:
name: 'gerrit-{repos}'
project-type: pipeline
+ concurrent: true
parameters:
- bool:
name: PIPELINE_BUILD