Skip to content

Allow test result uploads to continue on error#17524

Draft
Copilot wants to merge 8 commits into
mainfrom
copilot/fix-github-actions-build-job
Draft

Allow test result uploads to continue on error#17524
Copilot wants to merge 8 commits into
mainfrom
copilot/fix-github-actions-build-job

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 27, 2026

Description

Test result artifact uploads should not fail test workflows when upload infrastructure is unavailable or flaky.

  • Test result uploads
    • Added continue-on-error: true to test result upload steps in:
      • .github/workflows/tests.yml
      • .github/workflows/run-tests.yml
      • .github/workflows/specialized-test-runner.yml
      • .github/workflows/tests-daily-smoke.yml
    • Confirmed deployment test uploads already had this behavior.

Checklist

  • Is this feature complete?
    • Yes. Ready to ship.
    • No. Follow-up changes expected.
  • Are you including unit tests for the changes and scenario tests if relevant?
    • Yes
    • No
  • Did you add public API?
    • Yes
      • If yes, did you have an API Review for it?
        • Yes
        • No
      • Did you add <remarks /> and <code /> elements on your triple slash comments?
        • Yes
        • No
    • No
  • Does the change make any security assumptions or guarantees?
    • Yes
      • If yes, have you done a threat model and had a security review?
        • Yes
        • No
    • No

Copilot AI and others added 2 commits May 27, 2026 04:53
Co-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>
Co-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>
Copilot AI and others added 2 commits May 27, 2026 05:01
Co-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>
Co-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions job Build Improve deployment workflow resilience May 27, 2026
Copilot AI and others added 2 commits May 27, 2026 05:28
Co-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>
Co-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>
Copilot AI changed the title Improve deployment workflow resilience Apply NuGet retry settings to shared CI builds May 27, 2026
Co-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>
Copilot AI changed the title Apply NuGet retry settings to shared CI builds Allow test result uploads to continue on error May 27, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 17524

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 17524"

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.

2 participants