We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a9f64 commit 3764361Copy full SHA for 3764361
src/maintainer/conda_forge_yml.rst
@@ -79,6 +79,9 @@ mapping for Azure-specific configuration options. For example:
79
# toggle for freeing up some extra space on the default Azure Pipelines
80
# linux image before running the Docker container for building
81
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
85
86
.. _self-hosted_azure-config:
87
0 commit comments