From 20a5bd7168794bd304cc6f94ee6792084d41554e Mon Sep 17 00:00:00 2001 From: Eric Gribkoff Date: Thu, 19 Nov 2020 20:38:47 -0800 Subject: [PATCH] Revert "to revert: run on kokoro" This reverts commit 3f1165fbfb681923df7d0db91a1d6c4983c1b700. --- tools/internal_ci/linux/grpc_python_bazel_test.cfg | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/tools/internal_ci/linux/grpc_python_bazel_test.cfg b/tools/internal_ci/linux/grpc_python_bazel_test.cfg index 6d94b565d4e..feae924330e 100644 --- a/tools/internal_ci/linux/grpc_python_bazel_test.cfg +++ b/tools/internal_ci/linux/grpc_python_bazel_test.cfg @@ -1,4 +1,4 @@ -# Copyright 2020 gRPC authors. +# Copyright 2018 gRPC authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,15 +15,9 @@ # Config file for the internal CI (in protobuf text format) # Location of the continuous shell script in repository. -build_file: "grpc/tools/internal_ci/linux/grpc_xds.sh" -timeout_mins: 150 +build_file: "grpc/tools/internal_ci/linux/grpc_bazel.sh" +timeout_mins: 240 env_vars { key: "BAZEL_SCRIPT" - value: "tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh" -} -action { - define_artifacts { - regex: "**/*sponge_log.*" - regex: "github/grpc/reports/**" - } + value: "tools/internal_ci/linux/grpc_python_bazel_test_in_docker.sh" }