Skip to content

Commit

Permalink
Merge pull request #2027 from minrk/doc-azure-timeout-minutes
Browse files Browse the repository at this point in the history
document azure.timeout_minutes
  • Loading branch information
beckermr authored Nov 1, 2023
2 parents 0ba1bc2 + 160e9d8 commit 1df815c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/maintainer/conda_forge_yml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ mapping for Azure-specific configuration options. For example:
# limit the amount of CI jobs running concurrently at a given time
# each OS will get its proportional share of the configured value
max_parallel: 25
# set the timeoutInMinutes field for jobs in the azure pipeline.
# jobs that take longer than this will be cancelled.
# default: 360 (6 hours)
timeout_minutes: 360
# can also be set per-platform via
# settings_linux:
# timeoutInMinutes: 360
.. _self-hosted_azure-config:
Expand All @@ -103,6 +111,7 @@ Below is an example configuration for setting up a self-hosted Azure agent for L
clean: all
strategy:
maxParallel: 1
timeoutInMinutes: 360
.. _azure-swapfile:

Expand Down

0 comments on commit 1df815c

Please sign in to comment.