Skip to content

Commit

Permalink
[ci]: use native arm64 and armhf pool (#2013)
Browse files Browse the repository at this point in the history
Signed-off-by: Guohan Lu <lguohan@gmail.com>
  • Loading branch information
lguohan committed Nov 8, 2021
1 parent e14a071 commit 70da9af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .azure-pipelines/build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ parameters:
type: string
values:
- sonicbld
- sonicbld-armhf
- sonicbld-arm64
- default
default: default

Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ stages:
parameters:
arch: armhf
timeout: 240
pool: sonicbld
pool: sonicbld-armhf
sonic_slave: sonic-slave-buster-armhf
buildimage_artifact_name: sonic-buildimage.marvell-armhf
buildimage_pipeline: 141
Expand All @@ -45,7 +45,7 @@ stages:
parameters:
arch: arm64
timeout: 240
pool: sonicbld
pool: sonicbld-arm64
sonic_slave: sonic-slave-buster-arm64
swss_common_artifact_name: sonic-swss-common.arm64
buildimage_artifact_name: sonic-buildimage.centec-arm64
Expand Down

0 comments on commit 70da9af

Please sign in to comment.