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-12 12:54:22 +0200
commit12cd5272b356e4126ca6b37aaae8ea3a93bd055e (patch)
tree1db8eff1b8a64274bd51991c96047880c1265cc9
parent24eb44eaccf0b680de958447b47a564db83229a6 (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 d087337..31e58ed 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