Skip to content

ci: switch Copilot PR checks to GitHub-hosted runners#308267

Merged
Yoyokrazy merged 2 commits intomainfrom
copilot/querulous-snake
Apr 7, 2026
Merged

ci: switch Copilot PR checks to GitHub-hosted runners#308267
Yoyokrazy merged 2 commits intomainfrom
copilot/querulous-snake

Conversation

@Yoyokrazy
Copy link
Copy Markdown
Collaborator

What changed

Moves the Copilot-specific PR jobs in .github/workflows/pr.yml off the 1ES self-hosted pools and onto the same GitHub-hosted images used by the rest of the workflow:

  • Copilot - Check Test Cacheubuntu-22.04
  • Copilot - Check Telemetryubuntu-22.04
  • Copilot - Test (Linux)ubuntu-22.04
  • Copilot - Test (Windows)windows-2022

Why

These jobs were failing due to runner shutdowns on the 1ES pools rather than due to actual test or concurrency issues. This aligns the Copilot checks with the earlier migration of the other PR jobs to GitHub-hosted runners.

Notes

No workflow logic changed beyond the runner selection.

Move the Copilot PR checks off the 1ES self-hosted pools and onto the same GitHub-hosted Ubuntu and Windows images used by the rest of the workflow.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 7, 2026 17:17
@Yoyokrazy Yoyokrazy marked this pull request as ready for review April 7, 2026 17:19
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 7, 2026

Screenshot Changes

Base: a08bf15b Current: f6a9c5c1

Changed (5)

chat/chatQuestionCarousel/SingleTextQuestion/Light
Before After
before after
chat/aiCustomizations/aiCustomizationManagementEditor/InstructionsTab/Light
Before After
before after
chat/aiCustomizations/aiCustomizationManagementEditor/HooksTab/Dark
Before After
before after
chat/aiCustomizations/aiCustomizationManagementEditor/PluginBrowseMode/Dark
Before After
before after
chat/aiCustomizations/aiCustomizationManagementEditor/McpServersTabNarrow/Light
Before After
before after

Copy link
Copy Markdown
Contributor

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 the Copilot-specific pull request jobs in the main PR workflow from 1ES self-hosted runner pools to standard GitHub-hosted runner images, aligning them with the rest of the CI workflow and avoiding failures caused by 1ES runner shutdowns.

Changes:

  • Switch Copilot “Check Test Cache”, “Check Telemetry”, and “Test (Linux)” jobs to ubuntu-22.04.
  • Switch Copilot “Test (Windows)” job to windows-2022.
Show a summary per file
File Description
.github/workflows/pr.yml Updates runs-on for the Copilot PR jobs to use GitHub-hosted runner images.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 1

@Yoyokrazy Yoyokrazy marked this pull request as draft April 7, 2026 17:31
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@Yoyokrazy Yoyokrazy marked this pull request as ready for review April 7, 2026 18:01
@Yoyokrazy Yoyokrazy merged commit 5267dfd into main Apr 7, 2026
23 checks passed
@Yoyokrazy Yoyokrazy deleted the copilot/querulous-snake branch April 7, 2026 18:01
@vs-code-engineering vs-code-engineering bot added this to the 1.116.0 milestone Apr 7, 2026
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.

3 participants