Skip to content

Commit

Permalink
buildscripts: update xds test server arg (#6816) (#6826)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgribkoff authored Mar 13, 2020
1 parent 2c2ae3c commit b3ddccf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion buildscripts/kokoro/xds.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# Location of the continuous shell script in repository.
build_file: "grpc-java/buildscripts/kokoro/xds.sh"
timeout_mins: 60
timeout_mins: 90
8 changes: 4 additions & 4 deletions buildscripts/kokoro/xds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ if [[ -f /VERSION ]]; then
cat /VERSION
fi

sudo apt-get install -y python3-pip
sudo python3 -m pip install grpcio grpcio-tools google-api-python-client google-auth-httplib2

cd github

pushd grpc-java/interop-testing
Expand All @@ -22,4 +19,7 @@ python3 grpc/tools/run_tests/run_xds_tests.py \
--project_id=grpc-testing \
--gcp_suffix=$(date '+%s') \
--verbose \
--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}'
--client_cmd="grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-client \
--server=xds-experimental:///{server_uri} \
--stats_port={stats_port} \
--qps={qps}"

0 comments on commit b3ddccf

Please sign in to comment.