Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .azure-pipelines/build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ parameters:
- name: pool
type: string
values:
- sonicbld-1es
- sonicso1ES-amd64
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the renaming needed? Please provide context in the commit message.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is because of changes that are being made in the CI pipelines. Specifically, Ubuntu 24.04 hosts will be used with the new agent pool.

- sonicbld_8c
- sonicbld-arm64
- sonicbld-armhf
default: sonicbld-1es
- sonicso1ES-arm64
- sonicso1ES-armhf
default: sonicso1ES-amd64

- name: timeout
type: number
Expand Down
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ stages:
- template: .azure-pipelines/build-template.yml
parameters:
arch: arm64
pool: sonicbld-arm64
pool: sonicso1ES-arm64
sonic_slave: sonic-slave-bookworm-arm64
artifact_name: sonic-linux-kernel.arm64
linux_deb_pattern: linux-image-*-unsigned_*deb

- template: .azure-pipelines/build-template.yml
parameters:
arch: armhf
pool: sonicbld-armhf
pool: sonicso1ES-armhf
sonic_slave: sonic-slave-bookworm-armhf
artifact_name: sonic-linux-kernel.armhf
linux_deb_pattern: linux-image-*-armmp_*deb
Expand All @@ -39,7 +39,7 @@ stages:
parameters:
arch: arm64
platform: pensando
pool: sonicbld-arm64
pool: sonicso1ES-arm64
sonic_slave: sonic-slave-bookworm-arm64
artifact_name: sonic-linux-kernel.pensando.arm64
linux_deb_pattern: linux-image-*-unsigned_*deb
Expand Down