buildscripts: add xds_v3 buildscripts

This commit is contained in:
ZHANG Dapeng 2021-01-19 15:01:21 -08:00 committed by GitHub
parent 29753f2009
commit 56fc8b8626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 1 deletions

View File

@ -30,14 +30,15 @@ JAVA_OPTS=-Djava.util.logging.config.file=grpc-java/buildscripts/xds_logging.pro
python3 grpc/tools/run_tests/run_xds_tests.py \
--test_case="all,path_matching,header_matching,circuit_breaking" \
--project_id=grpc-testing \
--project_num=830293263384 \
--source_image=projects/grpc-testing/global/images/xds-test-server-3 \
--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-server \
--gcp_suffix=$(date '+%s') \
--verbose \
${XDS_V3_OPT} \
--client_cmd="grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-client \
--server=xds:///{server_uri} \
--stats_port={stats_port} \
--qps={qps} \
{rpcs_to_send} \
{metadata_to_send}"

View File

@ -0,0 +1,11 @@
# Config file for internal CI
# Location of the continuous shell script in repository.
build_file: "grpc-java/buildscripts/kokoro/xds_v3.sh"
timeout_mins: 90
action {
define_artifacts {
regex: "**/*sponge_log.*"
regex: "github/grpc/reports/**"
}
}

3
buildscripts/kokoro/xds_v3.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
XDS_V3_OPT="--xds_v3_support" xds.sh