mirror of https://github.com/grpc/grpc-java.git
buildscripts: add xds_v3 buildscripts
This commit is contained in:
parent
29753f2009
commit
56fc8b8626
|
|
@ -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 \
|
python3 grpc/tools/run_tests/run_xds_tests.py \
|
||||||
--test_case="all,path_matching,header_matching,circuit_breaking" \
|
--test_case="all,path_matching,header_matching,circuit_breaking" \
|
||||||
--project_id=grpc-testing \
|
--project_id=grpc-testing \
|
||||||
|
--project_num=830293263384 \
|
||||||
--source_image=projects/grpc-testing/global/images/xds-test-server-3 \
|
--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 \
|
--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-server \
|
||||||
--gcp_suffix=$(date '+%s') \
|
--gcp_suffix=$(date '+%s') \
|
||||||
--verbose \
|
--verbose \
|
||||||
|
${XDS_V3_OPT} \
|
||||||
--client_cmd="grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-client \
|
--client_cmd="grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-client \
|
||||||
--server=xds:///{server_uri} \
|
--server=xds:///{server_uri} \
|
||||||
--stats_port={stats_port} \
|
--stats_port={stats_port} \
|
||||||
--qps={qps} \
|
--qps={qps} \
|
||||||
{rpcs_to_send} \
|
{rpcs_to_send} \
|
||||||
{metadata_to_send}"
|
{metadata_to_send}"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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/**"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
XDS_V3_OPT="--xds_v3_support" xds.sh
|
||||||
Loading…
Reference in New Issue