Skip to content

Conversation

@liushilongbuaa
Copy link
Contributor

@liushilongbuaa liushilongbuaa commented Nov 12, 2025

What I did
Migrate pipeline agent pool to latest.
Old agent pool are deprecated
Why I did it

How I verified it

Details if related

@mssonicbld
Copy link
Collaborator

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@liushilongbuaa liushilongbuaa marked this pull request as ready for review November 12, 2025 03:21
Copilot AI review requested due to automatic review settings November 12, 2025 03:21
Copilot finished reviewing on behalf of liushilongbuaa November 12, 2025 03:22
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR migrates Azure Pipeline agent pools from deprecated sonicbld-* pools to new sonicso1ES-* pools across all pipeline configuration files.

Key Changes:

  • Updated agent pool references from sonicbld-1es, sonicbld-armhf, and sonicbld-arm64 to their new counterparts
  • Changes applied consistently across main pipeline configuration and template files
  • All three architectures (amd64, armhf, arm64) are updated

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
azure-pipelines.yml Updated pool references for all build stages (Build, BuildAsan, BuildArm) to use new agent pool names
.azure-pipelines/gcov.yml Updated pool parameter values to include new amd64 pool name
.azure-pipelines/build-template.yml Updated pool parameter validation values to reflect all new pool names

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +13 to +15
- sonicso1ES-amd64
- sonicso1ES-armhf
- sonicso1ES-arm64
Copy link

Copilot AI Nov 12, 2025

Choose a reason for hiding this comment

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

The pool name 'sonicso1ES' appears to have an unusual naming pattern. Please verify this is the correct agent pool name. It looks like it might be a typo - did you mean 'sonic1ES' instead of 'sonicso1ES'? The 'so' portion appears duplicated from 'sonic'.

Suggested change
- sonicso1ES-amd64
- sonicso1ES-armhf
- sonicso1ES-arm64
- sonic1ES-amd64
- sonic1ES-armhf
- sonic1ES-arm64

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants