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/BUILD b/scouting/BUILD
index c98c741..d6c09b2 100644
--- a/scouting/BUILD
+++ b/scouting/BUILD
@@ -10,6 +10,9 @@
"//scouting/webserver",
"//scouting/www:static_files",
],
+ tags = [
+ "no-remote-cache",
+ ],
visibility = ["//visibility:public"],
deps = [
"@bazel_tools//tools/bash/runfiles",
@@ -23,6 +26,9 @@
"//scouting/testing:scouting_test_servers",
],
runner = "scouting_test_runner.js",
+ tags = [
+ "no-remote-cache",
+ ],
)
apache_wrapper(
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"],
)