From cb9ee3411ffcbe1e5a8953f90e8838528c1b8a5c Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Fri, 5 Apr 2019 10:56:06 -0700 Subject: [PATCH] ci: simplify RBE execution (#29731) Run all targets with RBE config. Previously we filtered out one target, //tools/ts-api-guardian:tests, and ran that with a different bazelrc PR Close #29731 --- .circleci/config.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0a89c9cb30..dc1097322c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -170,10 +170,7 @@ jobs: # Setup remote execution and run RBE-compatible tests. - *setup_bazel_remote_execution - - run: yarn bazel test //... --build_tag_filters=-ivy-only --test_tag_filters=-ivy-only,-local - # Now run RBE incompatible tests locally. - - run: sudo cp .circleci/bazel.rc /etc/bazel.bazelrc - - run: yarn bazel test //... --build_tag_filters=-ivy-only,local --test_tag_filters=-ivy-only,local + - run: yarn bazel test //... --build_tag_filters=-ivy-only --test_tag_filters=-ivy-only # Temporary job to test what will happen when we flip the Ivy flag to true test_ivy_aot: