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(