about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/buildkite/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/buildkite/default.nix b/nix/buildkite/default.nix
index f8d69b2399..e0c947deae 100644
--- a/nix/buildkite/default.nix
+++ b/nix/buildkite/default.nix
@@ -117,7 +117,7 @@ in rec {
   # Buildkite backend which struggles to process more than a specific
   # number of chunks at once.
   pipelineChunks = name: steps:
-    attrValues (mapAttrs (makePipelineChunk name) (chunksOf 256 steps));
+    attrValues (mapAttrs (makePipelineChunk name) (chunksOf 192 steps));
 
   # Create a pipeline structure for the given targets.
   mkPipeline = {