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>

No differences found