File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ extends:
89
89
parameters :
90
90
PROJECT_NAME : ' V2 Library'
91
91
PROJECT_DIRECTORY : ' azure_functions_worker_v2'
92
+ PoolName : 1es-pool-azfunc-public
92
93
93
94
94
95
@@ -107,4 +108,5 @@ extends:
107
108
- template : /eng/templates/jobs/ci-library-unit-tests.yml@self
108
109
parameters :
109
110
PROJECT_NAME : ' V1 Library'
110
- PROJECT_DIRECTORY : ' azure_functions_worker_v1'
111
+ PROJECT_DIRECTORY : ' azure_functions_worker_v1'
112
+ PoolName : 1es-pool-azfunc-public
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ parameters:
5
5
jobs :
6
6
- job : " TestPython"
7
7
displayName : " Run ${{ parameters.PROJECT_NAME }} Unit Tests"
8
+
9
+ pool :
10
+ name : ${{ parameters.PoolName }}
11
+ image : 1es-ubuntu-22.04
12
+ os : linux
8
13
9
14
strategy :
10
15
matrix :
You can’t perform that action at this time.
0 commit comments