From 35be9b6184552a02469b97dfec339112bffc651c Mon Sep 17 00:00:00 2001 From: Mustafa Gezen Date: Sun, 30 Oct 2022 05:19:32 +0100 Subject: [PATCH] It's bazel-remote not bazelrc (experimental_remote_api) --- .bazelrc | 2 +- infrastructure/bazel-remote/003-deployment.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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