Remove Concurrency From JJB Merge Job 97/46597/2
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Thu, 2 Nov 2017 23:06:09 +0000 (16:06 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 12 Jan 2018 18:37:08 +0000 (18:37 +0000)
Currently multiple jjb merge jobs can run at once causing a
race-condition which Jenkins exposes as a 401 Unauthorized.

Throttling the number of jobs in total to 1 should prevent this from
happening in the future.

Change-Id: I4c99d9f49db0baf26b3d077354afd2fea93d1740
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
jjb/releng/releng-ci-jobs.yml

index c4b7c8d..ef99f5a 100644 (file)
           project: '{project}'
           branch: 'master'
 
+    properties:
+      - throttle:
+          max-per-node: 1
+          max-total: 1
+          option: 'project'
+
     scm:
       - git-scm