File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Location of the continuous shell script in repository.
4
4
build_file: " grpc-java/buildscripts/kokoro/xds.sh"
5
- timeout_mins: 60
5
+ timeout_mins: 90
Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ if [[ -f /VERSION ]]; then
5
5
cat /VERSION
6
6
fi
7
7
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
-
11
8
cd github
12
9
13
10
pushd grpc-java/interop-testing
@@ -22,4 +19,7 @@ python3 grpc/tools/run_tests/run_xds_tests.py \
22
19
--project_id=grpc-testing \
23
20
--gcp_suffix=$( date ' +%s' ) \
24
21
--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}"
You can’t perform that action at this time.
0 commit comments