mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Add --ssh-user to conformance script as well
This commit is contained in:
parent
88257cfb19
commit
cb4ea07229
@ -33,7 +33,7 @@ TIMEOUT=${TIMEOUT:-"45m"}
|
||||
mkdir -p ${ARTIFACTS}
|
||||
|
||||
go run test/e2e_node/runner/remote/run_remote.go conformance \
|
||||
--logtostderr --vmodule=*=4 --ssh-env="gce" \
|
||||
--logtostderr --vmodule=*=4 --ssh-env="gce" --ssh-user="$GCE_USER" \
|
||||
--zone="$GCE_ZONE" --project="$GCE_PROJECT" --hosts="$GCE_HOSTS" \
|
||||
--images="$GCE_IMAGES" --image-project="$GCE_IMAGE_PROJECT" \
|
||||
--image-config-file="$GCE_IMAGE_CONFIG_PATH" --cleanup="$CLEANUP" \
|
||||
|
Loading…
Reference in New Issue
Block a user