Switch all remaining e2e tests to kubeadm.
parent
e37d6157eb
commit
0b4e5631df
|
@ -28,8 +28,6 @@ set -e
|
|||
OS_ARCH="linux-amd64"
|
||||
VM_DRIVER="kvm2"
|
||||
JOB_NAME="Linux-KVM"
|
||||
EXTRA_ARGS="--bootstrapper=localkube"
|
||||
EXTRA_START_ARGS="--kubernetes-version=file://$PWD/out/localkube"
|
||||
|
||||
# Download files and set permissions
|
||||
source common.sh
|
||||
|
|
|
@ -28,8 +28,6 @@ set -e
|
|||
OS_ARCH="linux-amd64"
|
||||
VM_DRIVER="virtualbox"
|
||||
JOB_NAME="Linux-VirtualBox"
|
||||
EXTRA_ARGS="--bootstrapper=localkube"
|
||||
EXTRA_START_ARGS="--kubernetes-version=file://$PWD/out/localkube"
|
||||
|
||||
# Download files and set permissions
|
||||
source common.sh
|
||||
|
|
Loading…
Reference in New Issue