From 390a589afb6a38925b2d6da25a3df3d4f84a9bf7 Mon Sep 17 00:00:00 2001 From: Preston Van Loon Date: Thu, 8 Oct 2020 00:17:35 -0700 Subject: [PATCH] Disable BES in CI (#7462) Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com> --- .buildkite-bazelrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.buildkite-bazelrc b/.buildkite-bazelrc index 02952f06a..850289b65 100644 --- a/.buildkite-bazelrc +++ b/.buildkite-bazelrc @@ -40,9 +40,6 @@ test --config=kafka_enabled # Disable blst for CI tests. test --define blst_enabled=true -build --bes_backend=grpcs://builds.prylabs.net:1985 -build --bes_results_url=https://builds.prylabs.net/invocation/ - # Disable flaky test detection for fuzzing. test:fuzz --flaky_test_attempts=1