From: Anil Belur Date: Fri, 28 Apr 2017 07:26:57 +0000 (+1000) Subject: Make packer jobs build sequentially X-Git-Tag: release/carbon~90^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=514da68ea959e926bafc996521a434af8fc9147a;p=releng%2Fbuilder.git Make packer jobs build sequentially This unclutters the console logs and makes it easier to read/parse the logs. Change-Id: Ia8043efec15081af476de4721ffd9eb9c47d2889 Signed-off-by: Anil Belur --- diff --git a/jjb/releng-macros.yaml b/jjb/releng-macros.yaml index b1b8823f8..f7d78e20b 100644 --- a/jjb/releng-macros.yaml +++ b/jjb/releng-macros.yaml @@ -524,6 +524,7 @@ export PACKER_LOG_PATH="packer-build.log" && \ packer.io build -color=false -var-file=$CLOUDENV \ -var-file=../packer/vars/{platform}.json \ + -parallel=false \ ../packer/templates/{template}.json - builder: