Skip to content

Commit 1fd51bb

Browse files
committed
Use build agent pool sonic-ubuntu-1c instead of sonic-common
1 parent 9137103 commit 1fd51bb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.azure-pipelines/test-docker-sonic-vs-template.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
2125
jobs:
2226
- job:
2327
displayName: vstest
2428
timeoutInMinutes: ${{ parameters.timeout }}
2529

26-
pool: sonic-common
30+
pool: ${{ parameters.pool }}
2731

2832
steps:
2933
- script: |

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)