Skip to content

[Testing] temporarily use self hosted runners instead of 1es runners#3135

Open
tjones60 wants to merge 2 commits intomicrosoft:mainfrom
tjones60:no_1es_runners
Open

[Testing] temporarily use self hosted runners instead of 1es runners#3135
tjones60 wants to merge 2 commits intomicrosoft:mainfrom
tjones60:no_1es_runners

Conversation

@tjones60
Copy link
Copy Markdown
Contributor

An attempt to mitigate the github/1es outage

@tjones60 tjones60 requested a review from a team as a code owner March 26, 2026 00:04
Copilot AI review requested due to automatic review settings March 26, 2026 00:04
@tjones60 tjones60 requested a review from a team as a code owner March 26, 2026 00:04
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 updates OpenVMM’s GitHub pipeline runner selection to mitigate the github/1es outage by moving jobs off 1ES runner labels onto generic self-hosted runner labels (and GitHub-hosted ARM Linux where applicable).

Changes:

  • Add new self-hosted runner pool helpers for Windows/Linux “VM” runners in flowey.
  • Update checkin-gates pipeline generation to use the new VM pools instead of 1ES-based pools.
  • Regenerate GitHub workflow YAMLs to replace 1ES runs-on labels with the new label sets (and switch aarch64 Linux to ubuntu-24.04-arm).

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
flowey/flowey_hvlite/src/pipelines_shared/gh_pools.rs Adds windows_self_hosted_vm() / linux_self_hosted_vm() runner definitions.
flowey/flowey_hvlite/src/pipelines/checkin_gates.rs Switches multiple GH jobs to the new VM pools; adjusts ARM64 runner selection.
.github/workflows/openvmm-pr.yaml Regenerated workflow: replaces 1ES labels with generic self-hosted labels and uses ubuntu-24.04-arm for aarch64 Linux jobs.
.github/workflows/openvmm-pr-release.yaml Same regeneration adjustments for the PR-release workflow.
.github/workflows/openvmm-ci.yaml Same regeneration adjustments for the post-merge CI workflow.

@github-actions
Copy link
Copy Markdown

@benhillis benhillis closed this Mar 26, 2026
@tjones60 tjones60 reopened this Mar 26, 2026
@github-actions
Copy link
Copy Markdown

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