tools/appsre: disable packer parallel builds
This commit is contained in:
parent
819a63e50e
commit
6df494f810
1 changed files with 2 additions and 1 deletions
|
|
@ -19,4 +19,5 @@ image_users = [$PACKER_IMAGE_USERS]
|
|||
EOF2
|
||||
fi
|
||||
|
||||
/usr/bin/packer build "$PACKER_ONLY_EXCEPT" /osbuild-composer/templates/packer
|
||||
# disable parallel builds as it fails consistently while waiting for AMI
|
||||
/usr/bin/packer build -parallel-builds=1 "$PACKER_ONLY_EXCEPT" /osbuild-composer/templates/packer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue