diff options
author | Adele Zhou <adelez@google.com> | 2018-07-09 15:09:54 -0700 |
---|---|---|
committer | Adele Zhou <adelez@google.com> | 2018-07-09 15:09:54 -0700 |
commit | bd35dfaad9a92aee47df68457fc195465c097022 (patch) | |
tree | 96511f2b6c9cf96042e8485aeb59328f10e54b8f /tools/internal_ci | |
parent | a046f6e3ee23174024028145f9ece96eeebe674b (diff) |
Do not upload results to bigquery for pull requests.
Diffstat (limited to 'tools/internal_ci')
-rw-r--r-- | tools/internal_ci/linux/pull_request/grpc_asan_on_foundry.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 791c56c086..2aebb65552 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}" |