remove last localkube bootstrapper test reference

pull/3014/head
Aaron Prindle 2018-06-19 11:49:21 -07:00 committed by dlorenc
parent 2998411912
commit f9a29cb768
1 changed files with 3 additions and 4 deletions

View File

@ -21,15 +21,14 @@
# MINIKUBE_LOCATION: GIT_COMMIT from upstream build. # MINIKUBE_LOCATION: GIT_COMMIT from upstream build.
# COMMIT: Actual commit ID from upstream build # COMMIT: Actual commit ID from upstream build
# EXTRA_BUILD_ARGS (optional): Extra args to be passed into the minikube integrations tests # EXTRA_BUILD_ARGS (optional): Extra args to be passed into the minikube integrations tests
# access_token: The Github API access token. Injected by the Jenkins credential provider. # access_token: The Github API access token. Injected by the Jenkins credential provider.
set -e set -e
OS_ARCH="darwin-amd64" OS_ARCH="darwin-amd64"
VM_DRIVER="virtualbox" VM_DRIVER="virtualbox"
JOB_NAME="OSX-Virtualbox" JOB_NAME="OSX-Virtualbox"
EXTRA_ARGS="--bootstrapper=localkube" EXTRA_ARGS="--bootstrapper=kubeadm"
EXTRA_START_ARGS="--kubernetes-version=file://$PWD/out/localkube"
# Download files and set permissions # Download files and set permissions
source common.sh source common.sh