File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,16 @@ parameters:
1818 type : boolean
1919 default : false
2020
21+ - name : pool
22+ type : string
23+ default : sonic-ubuntu-1c
24+
2125jobs :
2226- job :
2327 displayName : vstest
2428 timeoutInMinutes : ${{ parameters.timeout }}
2529
26- pool : sonic-common
30+ pool : ${{ parameters.pool }}
2731
2832 steps :
2933 - script : |
Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ stages:
146146 jobs :
147147 - template : .azure-pipelines/test-docker-sonic-vs-template.yml
148148 parameters :
149+ pool : sonic-ubuntu-1c
149150 log_artifact_name : log
150151
151152- stage : TestAsan
@@ -154,6 +155,7 @@ stages:
154155 jobs :
155156 - template : .azure-pipelines/test-docker-sonic-vs-template.yml
156157 parameters :
158+ pool : sonic-ubuntu-1c
157159 docker_sonic_vs_name : docker-sonic-vs-asan
158160 log_artifact_name : log-asan
159161 asan : true
You can’t perform that action at this time.
0 commit comments