Skip to content

Commit 3764361

Browse files
committed
document azure.max_parallel
1 parent a9a9f64 commit 3764361

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/maintainer/conda_forge_yml.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ mapping for Azure-specific configuration options. For example:
7979
# toggle for freeing up some extra space on the default Azure Pipelines
8080
# linux image before running the Docker container for building
8181
free_disk_space: False
82+
# limit the amount of CI jobs running concurrently at a given time
83+
# each OS will get its proportional share of the configured value
84+
max_parallel: 25
8285
8386
.. _self-hosted_azure-config:
8487

0 commit comments

Comments
 (0)