You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/maintainer/conda_forge_yml.rst
+8-13Lines changed: 8 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,20 +87,15 @@ Below is the configuration for setting up a self-hosted Azure agent:
87
87
.. code-block:: yaml
88
88
89
89
azure:
90
-
user_or_org: nsls2forge
91
-
project_name: nsls2forge
92
-
for local GPU runners
93
90
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
104
99
105
100
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>`_
106
101
for autoscaling agents as they are cheaper to run than permanently active agents.
0 commit comments