ci: fix ImageOverride in ADO pool demands#3264
Merged
babayet2 merged 1 commit intomicrosoft:release/1.7.2511from Apr 13, 2026
Merged
ci: fix ImageOverride in ADO pool demands#3264babayet2 merged 1 commit intomicrosoft:release/1.7.2511from
babayet2 merged 1 commit intomicrosoft:release/1.7.2511from
Conversation
Backport of microsoft#3251 to release/1.7.2511. The ADO pipeline demands used '1ES.ImageOverride' which is the GitHub Actions syntax. ADO pipelines require 'ImageOverride' without the '1ES.' prefix for image overrides to be respected. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
smalis-msft
approved these changes
Apr 13, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Fixes Azure DevOps pool demand syntax so agent image overrides are correctly honored (backport of #3251).
Changes:
- Updated ADO pool demand key from
1ES.ImageOverridetoImageOverridein the shared pool helper. - Updated all occurrences of the demand string in the
openvmm-pr.yamlADO pipeline jobs.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| flowey/flowey_hvlite/src/pipelines_shared/ado_pools.rs | Corrects the generated ADO pool demand string for image overrides. |
| ci-flowey/openvmm-pr.yaml | Corrects pool demands entries across jobs to use the ADO-compatible ImageOverride key. |
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.
Backport of #3251 to release/1.7.2511.
The ADO pipeline demands used '1ES.ImageOverride' which is the GitHub Actions syntax. ADO pipelines require 'ImageOverride' without the '1ES.' prefix for image overrides to be respected.