trying 6
parent
0c1796e202
commit
1e189815fd
|
@ -28,7 +28,7 @@ set -e
|
||||||
OS_ARCH="linux-amd64"
|
OS_ARCH="linux-amd64"
|
||||||
VM_DRIVER="kvm2"
|
VM_DRIVER="kvm2"
|
||||||
JOB_NAME="Linux-KVM"
|
JOB_NAME="Linux-KVM"
|
||||||
PARALLEL_COUNT=2
|
PARALLEL_COUNT=6
|
||||||
|
|
||||||
# Download files and set permissions
|
# Download files and set permissions
|
||||||
source ./common.sh
|
source ./common.sh
|
||||||
|
|
|
@ -28,7 +28,7 @@ set -e
|
||||||
OS_ARCH="linux-amd64"
|
OS_ARCH="linux-amd64"
|
||||||
VM_DRIVER="virtualbox"
|
VM_DRIVER="virtualbox"
|
||||||
JOB_NAME="Linux-VirtualBox"
|
JOB_NAME="Linux-VirtualBox"
|
||||||
PARALLEL_COUNT=2
|
PARALLEL_COUNT=6
|
||||||
|
|
||||||
# Download files and set permissions
|
# Download files and set permissions
|
||||||
source ./common.sh
|
source ./common.sh
|
||||||
|
|
|
@ -31,7 +31,7 @@ VM_DRIVER="hyperkit"
|
||||||
JOB_NAME="OSX-Hyperkit"
|
JOB_NAME="OSX-Hyperkit"
|
||||||
EXTRA_ARGS="--bootstrapper=kubeadm"
|
EXTRA_ARGS="--bootstrapper=kubeadm"
|
||||||
EXTRA_START_ARGS=""
|
EXTRA_START_ARGS=""
|
||||||
PARALLEL_COUNT=2
|
PARALLEL_COUNT=6
|
||||||
|
|
||||||
# Download files and set permissions
|
# Download files and set permissions
|
||||||
source common.sh
|
source common.sh
|
||||||
|
|
|
@ -29,7 +29,7 @@ OS_ARCH="darwin-amd64"
|
||||||
VM_DRIVER="virtualbox"
|
VM_DRIVER="virtualbox"
|
||||||
JOB_NAME="OSX-Virtualbox"
|
JOB_NAME="OSX-Virtualbox"
|
||||||
EXTRA_ARGS="--bootstrapper=kubeadm"
|
EXTRA_ARGS="--bootstrapper=kubeadm"
|
||||||
PARALLEL_COUNT=2
|
PARALLEL_COUNT=6
|
||||||
|
|
||||||
# Download files and set permissions
|
# Download files and set permissions
|
||||||
source common.sh
|
source common.sh
|
||||||
|
|
Loading…
Reference in New Issue