[release/13.2] Fix duplicate deployment tests in CI matrix#15208
Merged
eerhardt merged 1 commit intorelease/13.2from Mar 13, 2026
Merged
[release/13.2] Fix duplicate deployment tests in CI matrix#15208eerhardt merged 1 commit intorelease/13.2from
eerhardt merged 1 commit intorelease/13.2from
Conversation
The deployment test project was missing RunOnGithubActionsMacOS=false, so the test matrix expansion generated entries for both Linux and macOS. Since deployment-tests.yml hardcodes runs-on: 8-core-ubuntu-latest, both copies ran on Ubuntu, causing each test to appear twice in the /deployment-test comment (half as passed, half as failed). Setting RunOnGithubActionsMacOS=false ensures each test class generates exactly one matrix entry (Linux only), matching the workflow's intent. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 15208Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 15208" |
Member
|
/deployment-test |
Contributor
Author
|
🚀 Deployment tests starting on PR #15208... This will deploy to real Azure infrastructure. Results will be posted here when complete. |
Contributor
Author
🎬 CLI E2E Test RecordingsThe following terminal recordings are available for commit
📹 Recordings uploaded automatically from CI run #23054228391 |
Contributor
Author
|
❌ Deployment E2E Tests failed Summary: 24 passed, 2 failed, 0 cancelled Passed Tests
Failed Tests
🎬 Terminal Recordings
|
eerhardt
approved these changes
Mar 13, 2026
Contributor
Author
|
❌ Deployment E2E Tests failed Summary: 25 passed, 2 failed, 0 cancelled Passed Tests
Failed Tests
🎬 Terminal Recordings
|
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 #15200 to release/13.2
/cc @eerhardt
Customer Impact
Test infrastructure change.
Testing
Risk
Regression?