Trying settings parallel 2
parent
5fb29ebae7
commit
0c1796e202
|
|
@ -28,7 +28,7 @@ set -e
|
|||
OS_ARCH="linux-amd64"
|
||||
VM_DRIVER="kvm2"
|
||||
JOB_NAME="Linux-KVM"
|
||||
PARALLEL_COUNT=3
|
||||
PARALLEL_COUNT=2
|
||||
|
||||
# Download files and set permissions
|
||||
source ./common.sh
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ set -e
|
|||
OS_ARCH="linux-amd64"
|
||||
VM_DRIVER="virtualbox"
|
||||
JOB_NAME="Linux-VirtualBox"
|
||||
PARALLEL_COUNT=4
|
||||
PARALLEL_COUNT=2
|
||||
|
||||
# Download files and set permissions
|
||||
source ./common.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue