Skip to content

Commit a3d443f

Browse files
lguohanliushilongbuaa
authored andcommitted
[ci]: use native armhf and arm64 pool (sonic-net#965)
Signed-off-by: Guohan Lu <[email protected]>
1 parent d965685 commit a3d443f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.azure-pipelines/build-template.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ parameters:
1010
type: string
1111
values:
1212
- sonicbld
13+
- sonicbld-arm64
14+
- sonicbld-armhf
1315
- default
1416
default: default
1517

azure-pipelines.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ stages:
3636
- template: .azure-pipelines/build-template.yml
3737
parameters:
3838
arch: armhf
39-
timeout: 180
40-
pool: sonicbld
39+
timeout: 240
40+
pool: sonicbld-armhf
4141
sonic_slave: sonic-slave-buster-armhf
4242
swss_common_artifact_name: sonic-swss-common.armhf
4343
artifact_name: sonic-sairedis.armhf
@@ -46,8 +46,8 @@ stages:
4646
- template: .azure-pipelines/build-template.yml
4747
parameters:
4848
arch: arm64
49-
timeout: 180
50-
pool: sonicbld
49+
timeout: 240
50+
pool: sonicbld-arm64
5151
sonic_slave: sonic-slave-buster-arm64
5252
swss_common_artifact_name: sonic-swss-common.arm64
5353
artifact_name: sonic-sairedis.arm64

0 commit comments

Comments
 (0)