Limit parallel builds due to resource congestion
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
e10c265676
commit
b3f358953b
@ -23,7 +23,7 @@ steps:
|
|||||||
packer/windowsserver2019.json
|
packer/windowsserver2019.json
|
||||||
- |
|
- |
|
||||||
packer build \
|
packer build \
|
||||||
-on-error=cleanup \
|
-on-error=cleanup -parallel-builds=1 \
|
||||||
-var-file=packer/variables.vsphere.json \
|
-var-file=packer/variables.vsphere.json \
|
||||||
-var vm_name=$DRONE_BUILD_NUMBER-${DRONE_COMMIT_SHA:0:10} \
|
-var vm_name=$DRONE_BUILD_NUMBER-${DRONE_COMMIT_SHA:0:10} \
|
||||||
-var vm_guestos=server2019 \
|
-var vm_guestos=server2019 \
|
||||||
|
Loading…
Reference in New Issue
Block a user