Skip to content

Commit 3b8e363

Browse files
authored
buildscripts: update xds test server arg (#6816)
1 parent 46eac47 commit 3b8e363

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

buildscripts/kokoro/xds.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# Location of the continuous shell script in repository.
44
build_file: "grpc-java/buildscripts/kokoro/xds.sh"
5-
timeout_mins: 60
5+
timeout_mins: 90

buildscripts/kokoro/xds.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ if [[ -f /VERSION ]]; then
55
cat /VERSION
66
fi
77

8-
sudo apt-get install -y python3-pip
9-
sudo python3 -m pip install grpcio grpcio-tools google-api-python-client google-auth-httplib2
10-
118
cd github
129

1310
pushd grpc-java/interop-testing
@@ -22,4 +19,7 @@ python3 grpc/tools/run_tests/run_xds_tests.py \
2219
--project_id=grpc-testing \
2320
--gcp_suffix=$(date '+%s') \
2421
--verbose \
25-
--client_cmd='grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-client --server=xds-experimental:///{service_host}:{service_port} --stats_port={stats_port} --qps={qps}'
22+
--client_cmd="grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-client \
23+
--server=xds-experimental:///{server_uri} \
24+
--stats_port={stats_port} \
25+
--qps={qps}"

0 commit comments

Comments
 (0)