Use the new remote cache on the data server
This points to data-fast so we can move it around however at a future
time easily with DNS magic. This is a 10 Gbps link to a bazel-remote
instance running a gRPC cache. This should cache lockless queue test
once and for all.
Change-Id: Iaee7b2471d7eed668ffd83d379f9f154658b4b24
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/scouting/www/BUILD b/scouting/www/BUILD
index 4c2f931..6743736 100644
--- a/scouting/www/BUILD
+++ b/scouting/www/BUILD
@@ -13,6 +13,9 @@
html_assets = [
"favicon.ico",
],
+ tags = [
+ "no-remote-cache",
+ ],
deps = [
"//:node_modules/@angular/animations",
"//scouting/www/driver_ranking",
@@ -35,6 +38,9 @@
"dev": "",
"third_party/y2023": "pictures",
},
+ tags = [
+ "no-remote-cache",
+ ],
visibility = ["//visibility:public"],
)