flowey: fix mi-secure CI gate pool names after rename#3203
Closed
will-j-wright wants to merge 1 commit intomicrosoft:mainfrom
Closed
flowey: fix mi-secure CI gate pool names after rename#3203will-j-wright wants to merge 1 commit intomicrosoft:mainfrom
will-j-wright wants to merge 1 commit intomicrosoft:mainfrom
Conversation
The GH pool functions were renamed (linux_self_hosted_largedisk -> linux_1es, windows_intel_self_hosted_largedisk -> windows_intel_1es) but the mi-secure gate block still referenced the old names. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
|
No need, #3201 |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Flowey’s mi-secure CI gates to use the newly renamed 1ES GitHub runner labels and ADO pool configuration, keeping generated pipelines in sync after the pool rename.
Changes:
- Switch mi-secure gate jobs in Flowey pipeline generation to
linux_1es()/windows_intel_1es()GitHub runner pools. - Regenerate ADO and GitHub Actions pipeline YAMLs to reflect the new pool names and image override labels/demands.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
flowey/flowey_hvlite/src/pipelines/checkin_gates.rs |
Updates the mi-secure gate jobs to target the new 1ES GitHub runner pool helpers. |
ci-flowey/openvmm-pr.yaml |
Regenerated ADO pipeline pool stanza to use openvmm-ado-intel-centralus + image override demands. |
.github/workflows/openvmm-pr.yaml |
Regenerated GH Actions runner labels to the renamed 1ES.Pool=... and 1ES.ImageOverride=... values. |
.github/workflows/openvmm-pr-release.yaml |
Same GH Actions runner label rename update for PR-release workflow. |
.github/workflows/openvmm-ci.yaml |
Same GH Actions runner label rename update for CI workflow. |
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.
No description provided.