Skip to content

Commit

Permalink
[ci]: use native armhf and arm64 pool (sonic-net#965)
Browse files Browse the repository at this point in the history
Signed-off-by: Guohan Lu <lguohan@gmail.com>
  • Loading branch information
lguohan authored Nov 8, 2021
1 parent 04793b1 commit eba6a1b
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 @@ -10,6 +10,8 @@ parameters:
type: string
values:
- sonicbld
- sonicbld-arm64
- sonicbld-armhf
- 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 @@ -37,7 +37,7 @@ stages:
parameters:
arch: armhf
timeout: 240
pool: sonicbld
pool: sonicbld-armhf
sonic_slave: sonic-slave-buster-armhf
swss_common_artifact_name: sonic-swss-common.armhf
artifact_name: sonic-sairedis.armhf
Expand All @@ -47,7 +47,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
artifact_name: sonic-sairedis.arm64
Expand Down

0 comments on commit eba6a1b

Please sign in to comment.