Skip to content

Commit

Permalink
Reduce xDS GCE interop framework to only run ping_pong (grpc#27355)
Browse files Browse the repository at this point in the history
* Reduce xDS GCE interop framework to only run ping_pong

* Revert changes in PHP and Ruby
  • Loading branch information
lidizheng committed Sep 23, 2021
1 parent 7b21fc8 commit d010d1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export PYTHONUNBUFFERED=true
GRPC_VERBOSITY=debug GRPC_TRACE=xds_client,xds_resolver,xds_cluster_manager_lb,cds_lb,xds_cluster_resolver_lb,priority_lb,xds_cluster_impl_lb,weighted_target_lb "$PYTHON" \
tools/run_tests/run_xds_tests.py \
--halt_after_fail \
--test_case="all,circuit_breaking,timeout,fault_injection" \
--test_case="ping_pong" \
--project_id=grpc-testing \
--project_num=830293263384 \
--source_image=projects/grpc-testing/global/images/xds-test-server-4 \
Expand Down
2 changes: 1 addition & 1 deletion tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ bazel build test/cpp/interop:xds_interop_client
GRPC_VERBOSITY=debug GRPC_TRACE=xds_client,xds_resolver,xds_cluster_manager_lb,cds_lb,xds_cluster_resolver_lb,priority_lb,xds_cluster_impl_lb,weighted_target_lb "$PYTHON" \
tools/run_tests/run_xds_tests.py \
--halt_after_fail \
--test_case="all,circuit_breaking,timeout,fault_injection,csds" \
--test_case="ping_pong" \
--project_id=grpc-testing \
--project_num=830293263384 \
--source_image=projects/grpc-testing/global/images/xds-test-server-4 \
Expand Down
2 changes: 1 addition & 1 deletion tools/internal_ci/linux/grpc_xds_csharp_test_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ python tools/run_tests/run_tests.py -l csharp -c opt --build_only
GRPC_VERBOSITY=debug GRPC_TRACE=xds_client,xds_resolver,xds_cluster_manager_lb,cds_lb,xds_cluster_resolver_lb,priority_lb,xds_cluster_impl_lb,weighted_target_lb "$PYTHON" \
tools/run_tests/run_xds_tests.py \
--halt_after_fail \
--test_case="all,path_matching,header_matching" \
--test_case="ping_pong" \
--project_id=grpc-testing \
--project_num=830293263384 \
--source_image=projects/grpc-testing/global/images/xds-test-server-2 \
Expand Down

0 comments on commit d010d1c

Please sign in to comment.