diff options
author | Vincent Ambo <mail@tazj.in> | 2020-08-31T23·15+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-08-31T23·21+0000 |
commit | 2afa22e51223ab1651bead4d0cd267f69e73aa7c (patch) | |
tree | 8c1ca7f7ea5a6c4f8a12320b361b2130be97c97c /ops/nixos/whitby | |
parent | fcb014e43db8e1e21341d86534a5fcfe014140bb (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/nixos/whitby')
-rw-r--r-- | ops/nixos/whitby/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/nixos/whitby/default.nix b/ops/nixos/whitby/default.nix index 4a65b542f388..4b7d27b41b83 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 = { |