remove last localkube bootstrapper test reference
parent
2998411912
commit
f9a29cb768
|
@ -21,15 +21,14 @@
|
|||
# MINIKUBE_LOCATION: GIT_COMMIT from upstream build.
|
||||
# COMMIT: Actual commit ID from upstream build
|
||||
# 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
|
||||
OS_ARCH="darwin-amd64"
|
||||
VM_DRIVER="virtualbox"
|
||||
JOB_NAME="OSX-Virtualbox"
|
||||
EXTRA_ARGS="--bootstrapper=localkube"
|
||||
EXTRA_START_ARGS="--kubernetes-version=file://$PWD/out/localkube"
|
||||
EXTRA_ARGS="--bootstrapper=kubeadm"
|
||||
|
||||
# Download files and set permissions
|
||||
source common.sh
|
||||
source common.sh
|
||||
|
|
Loading…
Reference in New Issue