From eae0209d6ac280c1fb8a5dfd8743612c8c18ab03 Mon Sep 17 00:00:00 2001 From: Simon Mavi Stewart Date: Mon, 19 Jun 2023 11:05:50 +0100 Subject: [PATCH] [ci] tweaking the engflow ci build --- .github/workflows/{ci-remote.yml => ci-rbe.yml} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename .github/workflows/{ci-remote.yml => ci-rbe.yml} (59%) diff --git a/.github/workflows/ci-remote.yml b/.github/workflows/ci-rbe.yml similarity index 59% rename from .github/workflows/ci-remote.yml rename to .github/workflows/ci-rbe.yml index 62e36e97e40e4..e15ae32558ed8 100644 --- a/.github/workflows/ci-remote.yml +++ b/.github/workflows/ci-rbe.yml @@ -10,5 +10,6 @@ jobs: uses: ./.github/workflows/bazel.yml with: name: Cache - cache-key: java - run: bazel test --config=remote-ci --test_size_filters=small --keep_going //java/... //py/... + cache-key: rbe + disk-cache: false + run: bazel test --config=remote --keep_going //java/...