Skip to content

Commit 70da9af

Browse files
authored
[ci]: use native arm64 and armhf pool (sonic-net#2013)
Signed-off-by: Guohan Lu <[email protected]>
1 parent e14a071 commit 70da9af

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.azure-pipelines/build-template.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ parameters:
1111
type: string
1212
values:
1313
- sonicbld
14+
- sonicbld-armhf
15+
- sonicbld-arm64
1416
- default
1517
default: default
1618

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ stages:
3232
parameters:
3333
arch: armhf
3434
timeout: 240
35-
pool: sonicbld
35+
pool: sonicbld-armhf
3636
sonic_slave: sonic-slave-buster-armhf
3737
buildimage_artifact_name: sonic-buildimage.marvell-armhf
3838
buildimage_pipeline: 141
@@ -45,7 +45,7 @@ stages:
4545
parameters:
4646
arch: arm64
4747
timeout: 240
48-
pool: sonicbld
48+
pool: sonicbld-arm64
4949
sonic_slave: sonic-slave-buster-arm64
5050
swss_common_artifact_name: sonic-swss-common.arm64
5151
buildimage_artifact_name: sonic-buildimage.centec-arm64

0 commit comments

Comments
 (0)