From cb4ea0722961123edef2d406c987925de87b1e30 Mon Sep 17 00:00:00 2001 From: Sen Lu Date: Fri, 20 Jan 2017 16:07:13 -0800 Subject: [PATCH] Add --ssh-user to conformance script as well --- test/e2e_node/jenkins/conformance/conformance-jenkins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e_node/jenkins/conformance/conformance-jenkins.sh b/test/e2e_node/jenkins/conformance/conformance-jenkins.sh index 751768eb06c..bcf66d79cb1 100755 --- a/test/e2e_node/jenkins/conformance/conformance-jenkins.sh +++ b/test/e2e_node/jenkins/conformance/conformance-jenkins.sh @@ -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" \