From 2afa22e51223ab1651bead4d0cd267f69e73aa7c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 1 Sep 2020 00:15:13 +0100 Subject: [PATCH] feat(whitby): Double the number of Buildkite agents 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 Tested-by: BuildkiteCI --- ops/nixos/whitby/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/nixos/whitby/default.nix b/ops/nixos/whitby/default.nix index 4a65b542f..4b7d27b41 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 = {