Skip to content

Conversation

@radical
Copy link
Member

@radical radical commented Dec 2, 2025

Fixes - the main run-tests job was getting skipped whenever build_packages job was skipped.

Changes the frequency of the Quarantined tests workflow to every 4 hours. This is a temporary measure so we can quickly collect data on flakiness, to cover missed coverage over past few weeks.

- Add !cancelled() && !failure() condition to run_tests job so it
  proceeds when build_packages is skipped (requiresNugets is false)
- Update results job failure check to not fail when build_packages
  is skipped, since that's expected behavior
Copilot AI review requested due to automatic review settings December 2, 2025 22:51
@radical radical added the area-engineering-systems infrastructure helix infra engineering repo stuff label Dec 2, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 2, 2025

🚀 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/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 13304

Or

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

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the Outerloop and Quarantine test workflows by addressing a condition bug that caused test jobs to be skipped when the package build job was skipped, and adjusts the Quarantine test schedule frequency.

  • Fixes the run_tests job condition to prevent it from being skipped when build_packages is skipped (which happens when tests don't require NuGet packages)
  • Updates the final results job to explicitly check individual job statuses, properly handling the case where build_packages being skipped is expected
  • Changes the Quarantine tests schedule from twice daily to every 4 hours for increased data collection

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/tests-quarantine.yml Updates cron schedule from twice daily to every 4 hours
.github/workflows/specialized-test-runner.yml Fixes job conditions to handle skipped build_packages jobs correctly and makes dependency failure checks more explicit

@radical radical changed the title [CI] Fix Outerloop workflow, and run the workflows every two hours [CI] Fix Outerloop workflow, and run the workflows every four hours Dec 2, 2025
@radical radical enabled auto-merge (squash) December 2, 2025 23:18
@radical radical changed the title [CI] Fix Outerloop workflow, and run the workflows every four hours [CI] Fix workflows, and run Quarantined tests every four hours Dec 2, 2025
@radical radical added this to the 13.1 milestone Dec 2, 2025
@radical radical merged commit 71ff6ef into dotnet:main Dec 3, 2025
330 of 333 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-engineering-systems infrastructure helix infra engineering repo stuff

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants