Skip to content

Commit 1df815c

Browse files
authored
Merge pull request #2027 from minrk/doc-azure-timeout-minutes
document azure.timeout_minutes
2 parents 0ba1bc2 + 160e9d8 commit 1df815c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/maintainer/conda_forge_yml.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@ mapping for Azure-specific configuration options. For example:
8585
# limit the amount of CI jobs running concurrently at a given time
8686
# each OS will get its proportional share of the configured value
8787
max_parallel: 25
88+
# set the timeoutInMinutes field for jobs in the azure pipeline.
89+
# jobs that take longer than this will be cancelled.
90+
# default: 360 (6 hours)
91+
timeout_minutes: 360
92+
# can also be set per-platform via
93+
# settings_linux:
94+
# timeoutInMinutes: 360
95+
8896
8997
9098
.. _self-hosted_azure-config:
@@ -103,6 +111,7 @@ Below is an example configuration for setting up a self-hosted Azure agent for L
103111
clean: all
104112
strategy:
105113
maxParallel: 1
114+
timeoutInMinutes: 360
106115
107116
.. _azure-swapfile:
108117

0 commit comments

Comments
 (0)