Skip to content

Commit b917f15

Browse files
Aaishpraleofang
andauthored
Update src/maintainer/conda_forge_yml.rst
Co-authored-by: Leo Fang <[email protected]>
1 parent d3cda04 commit b917f15

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

src/maintainer/conda_forge_yml.rst

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -87,20 +87,15 @@ Below is the configuration for setting up a self-hosted Azure agent:
8787
.. code-block:: yaml
8888
8989
azure:
90-
user_or_org: nsls2forge
91-
project_name: nsls2forge
92-
for local GPU runners
9390
settings_linux:
94-
pool:
95-
name: BNL-machines
96-
demands:
97-
- gpu -equals true
98-
workspace:
99-
clean: all
100-
strategy:
101-
maxParallel: 2
102-
variables:
103-
cutensor_path: /home/ci_agent/libcutensor_1.0.1/
91+
pool:
92+
name: your_local_pool_name
93+
demands:
94+
- some_key -equals some_value
95+
workspace:
96+
clean: all
97+
strategy:
98+
maxParallel: 1
10499
105100
You can also use `Azure virtual machine scale set agents <https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/scale-set-agents?view=azure-devops>`_
106101
for autoscaling agents as they are cheaper to run than permanently active agents.

0 commit comments

Comments
 (0)