diff options
-rw-r--r-- | nix/buildkite/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/buildkite/default.nix b/nix/buildkite/default.nix index f8d69b23991c..e0c947deae91 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 = { |