Skip to content

Commit c6cbe81

Browse files
committed
Add rbe_readonly
1 parent bdc8d90 commit c6cbe81

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.bazelrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ build --bes_backend=grpcs://remote.buildbuddy.io
1313

1414
build:rbe --platforms=//:docker_image_platform
1515
build:rbe --host_platform=//:docker_image_platform
16+
build:rbe --remote_cache=grpcs://remote.buildbuddy.io
17+
build:rbe --remote_timeout=10m
1618

19+
build:rbe_readonly --config=rbe
20+
build:rbe_readonly --noremote_upload_local_results
1721

1822
# Don't let environment variables pollute the build
1923
# PATH is part of the action input and can lead to massive cache misses

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
password: ${{ secrets.GH_TOKEN }}
3131

3232
- name: Build and test
33-
run: bazel build --remote_header=x-buildbuddy-api-key=${{ secrets.BUILDBUDDY_TEST }} --remote_cache=grpcs://remote.buildbuddy.io --remote_timeout=10m --remote_executor=grpcs://remote.buildbuddy.io --config=rbe //...
33+
run: bazel build --remote_header=x-buildbuddy-api-key=${{ secrets.BUILDBUDDY_TEST }} --remote_executor=grpcs://remote.buildbuddy.io --config=rbe //...

0 commit comments

Comments
 (0)