Skip to content
Open
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
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
parameters:
arch: amd64
pool:
vmImage: 'ubuntu-20.04'
vmImage: 'ubuntu-latest'
Copy link
Contributor

Choose a reason for hiding this comment

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

@yijingyan2 why change this to latest?

Copy link
Contributor Author

@yijingyan2 yijingyan2 Nov 17, 2025

Choose a reason for hiding this comment

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

Hi @StormLiangMS, ubuntu-20.04 is not provided by azdevops. By using ubuntu-latest, we don't have to migrate to the newest one in the future.

codeCoverage: false
containerImage: sonicdev-microsoft.azurecr.io:443/sonic-slave-bookworm:latest
- template: .azure-pipelines/build.yml
parameters:
arch: arm64
pool: sonicbld-arm64
pool: sonicso1ES-arm64
containerImage: sonicdev-microsoft.azurecr.io:443/sonic-slave-bookworm-arm64:latest
- template: .azure-pipelines/build.yml
parameters:
arch: armhf
pool: sonicbld-armhf
pool: sonicso1ES-armhf
containerImage: sonicdev-microsoft.azurecr.io:443/sonic-slave-bookworm-armhf:latest