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
This commit is contained in:
Oliver Smith 2022-10-12 12:48:39 +02:00
parent d602a298d4
commit 1449f02cf6
1 changed files with 1 additions and 0 deletions

View File

@ -359,6 +359,7 @@
- job-template:
name: 'gerrit-{repos}'
project-type: pipeline
concurrent: true
parameters:
- bool:
name: PIPELINE_BUILD