From dbf663e1b382ba5bb59b228b489689cfb6d864ea Mon Sep 17 00:00:00 2001 From: Lizan Zhou Date: Wed, 20 May 2020 10:01:37 +0000 Subject: [PATCH] bazelci: no rbe for coverage Signed-off-by: Lizan Zhou --- .bazelci/presubmit.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 3cdb1ad2c30a3..196fca8c5b4ea 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -21,7 +21,6 @@ tasks: - "//test/integration/..." - "//test/exe/..." test_flags: - - "--config=remote-clang" - - "--config=remote-ci" + - "--action_env=CC=clang" + - "--action_env=CXX=clang++" - "--config=coverage" - - "--jobs=75"