From bd35dfaad9a92aee47df68457fc195465c097022 Mon Sep 17 00:00:00 2001 From: Adele Zhou Date: Mon, 9 Jul 2018 15:09:54 -0700 Subject: [PATCH] Do not upload results to bigquery for pull requests. --- tools/internal_ci/linux/pull_request/grpc_asan_on_foundry.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/internal_ci/linux/pull_request/grpc_asan_on_foundry.sh b/tools/internal_ci/linux/pull_request/grpc_asan_on_foundry.sh index 791c56c0869..2aebb65552e 100644 --- a/tools/internal_ci/linux/pull_request/grpc_asan_on_foundry.sh +++ b/tools/internal_ci/linux/pull_request/grpc_asan_on_foundry.sh @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -export UPLOAD_TEST_RESULTS=true EXTRA_FLAGS="--copt=-gmlt --strip=never --copt=-fsanitize=address --linkopt=-fsanitize=address --test_timeout=3600" github/grpc/tools/internal_ci/linux/grpc_bazel_on_foundry_base.sh "${EXTRA_FLAGS}"