diff --git a/.bazelrc b/.bazelrc index c9e535d..c8ad09c 100644 --- a/.bazelrc +++ b/.bazelrc @@ -17,7 +17,7 @@ build:toplevel --remote_download_outputs=toplevel build:remote --config=toplevel build:remote --remote_cache=grpc://buildcache.default.svc.cluster.local:9092 -build:remote --experimental_remote_asset_api --experimental_remote_downloader=grpc://buildcache.default.svc.cluster.local:9092 +build:remote --experimental_remote_downloader=grpc://buildcache.default.svc.cluster.local:9092 build:remote --noremote_upload_local_results build:remote --remote_timeout=3600 build:remote --bes_results_url=https://bz.build.resf.org/invocation/ diff --git a/infrastructure/bazel-remote/003-deployment.yaml b/infrastructure/bazel-remote/003-deployment.yaml index 727d46f..df875b8 100644 --- a/infrastructure/bazel-remote/003-deployment.yaml +++ b/infrastructure/bazel-remote/003-deployment.yaml @@ -34,6 +34,7 @@ spec: - --s3.endpoint=s3.us-east-2.amazonaws.com - --max_size=98 - --dir=/buildcache + - --experimental_remote_asset_api ports: - name: http containerPort: 8080