[Testing] temporarily use self hosted runners instead of 1es runners#3135
Open
tjones60 wants to merge 2 commits intomicrosoft:mainfrom
Open
[Testing] temporarily use self hosted runners instead of 1es runners#3135tjones60 wants to merge 2 commits intomicrosoft:mainfrom
tjones60 wants to merge 2 commits intomicrosoft:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
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-gatespipeline generation to use the new VM pools instead of 1ES-based pools. - Regenerate GitHub workflow YAMLs to replace 1ES
runs-onlabels with the new label sets (and switch aarch64 Linux toubuntu-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. |
31fd1c3 to
2c46ab3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
An attempt to mitigate the github/1es outage