From a990f6f98717bb6d2a8a4034bce0092d54d27256 Mon Sep 17 00:00:00 2001 From: Lidi Zheng Date: Tue, 13 Jul 2021 15:48:55 -0700 Subject: [PATCH] Revert gRPC Python Kokoro cfg (#26678) --- .../linux/pull_request/grpc_basictests_python.cfg | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/tools/internal_ci/linux/pull_request/grpc_basictests_python.cfg b/tools/internal_ci/linux/pull_request/grpc_basictests_python.cfg index 32690365e9b..b4e91c2a7e2 100644 --- a/tools/internal_ci/linux/pull_request/grpc_basictests_python.cfg +++ b/tools/internal_ci/linux/pull_request/grpc_basictests_python.cfg @@ -14,16 +14,17 @@ # Config file for the internal CI (in protobuf text format) -# [DO-NOT-SUBMIT] hijacking the GitHub Check to run xds tests. -build_file: "grpc/tools/internal_ci/linux/grpc_xds.sh" -timeout_mins: 360 -env_vars { - key: "BAZEL_SCRIPT" - value: "tools/internal_ci/linux/grpc_xds_v3_bazel_test_in_docker.sh" -} +# Location of the continuous shell script in repository. +build_file: "grpc/tools/internal_ci/linux/grpc_run_tests_matrix.sh" +timeout_mins: 60 action { define_artifacts { regex: "**/*sponge_log.*" regex: "github/grpc/reports/**" } } + +env_vars { + key: "RUN_TESTS_FLAGS" + value: "-f basictests linux python --inner_jobs 16 -j 2 --internal_ci --max_time=3600" +}