osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/29706 )
Change subject: jobs/gerrit-verifications: set pipeline concurrent ......................................................................
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 --- M jobs/gerrit-verifications.yml 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve osmith: Looks good to me, approved msuraev: Looks good to me, but someone else must approve
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