about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-08-31T23·15+0100
committertazjin <mail@tazj.in>2020-08-31T23·21+0000
commit2afa22e51223ab1651bead4d0cd267f69e73aa7c (patch)
tree8c1ca7f7ea5a6c4f8a12320b361b2130be97c97c /ops
parentfcb014e43db8e1e21341d86534a5fcfe014140bb (diff)
feat(whitby): Double the number of Buildkite agents r/1751
Allow 16 things to happen in parallel, which is useful now that the
CI granularity is on a per-target level.

Change-Id: Ie65dd119ea0666618fbb249613e70a68276db834
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1902
Reviewed-by: glittershark <grfn@gws.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to 'ops')
-rw-r--r--ops/nixos/whitby/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/nixos/whitby/default.nix b/ops/nixos/whitby/default.nix
index 4a65b542f3..4b7d27b41b 100644
--- a/ops/nixos/whitby/default.nix
+++ b/ops/nixos/whitby/default.nix
@@ -186,7 +186,7 @@ in lib.fix(self: {
       tokenPath = "/etc/secrets/buildkite-agent-token";
       hooks.post-command = "${buildkiteHooks}/bin/post-command";
     };
-  }) (range 1 8));
+  }) (range 1 16));
 
   # Start a local SMTP relay to Gmail (used by gerrit)
   services.depot.smtprelay = {