about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-07-03T16·31-0400
committerglittershark <grfn@gws.fyi>2020-07-03T16·33+0000
commit6e7200cf4ec3632d56dc0afde09fabad3f5d6b32 (patch)
treedd3617913ed71388092445eddbf7d1a461441f1d
parent2900768656f813570a46003f294b44a7e9501fc2 (diff)
refactor(gs/system): Don't use whitby as a remote builder r/1193
Right now it looks like the time to copy data between local and whitby
essentially eliminates any benefit to using it as a remote builder.
Which is a shame, but ah well.

Change-Id: I71dc4782992a28b196e262d40acc1bbc0b883529
Reviewed-on: https://cl.tvl.fyi/c/depot/+/898
Reviewed-by: glittershark <grfn@gws.fyi>
Reviewed-by: BuildkiteCI
Tested-by: BuildkiteCI
-rw-r--r--users/glittershark/system/system/modules/tvl.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/users/glittershark/system/system/modules/tvl.nix b/users/glittershark/system/system/modules/tvl.nix
index fb91d4895a..aebe43f52f 100644
--- a/users/glittershark/system/system/modules/tvl.nix
+++ b/users/glittershark/system/system/modules/tvl.nix
@@ -2,15 +2,6 @@
 
 {
   nix = {
-    buildMachines = [{
-      hostName = "whitby.tvl.fyi";
-      sshUser = "grfn";
-      sshKey = "/root/.ssh/id_rsa.whitby";
-      system = "x86_64-linux";
-      maxJobs = 64;
-      supportedFeatures = ["big-parallel"];
-    }];
-
     binaryCaches = ["ssh://nix-ssh@whitby.tvl.fyi"];
     binaryCachePublicKeys = ["cache.tvl.fyi:fd+9d1ceCPvDX/xVhcfv8nAa6njEhAGAEe+oGJDEeoc="];
   };