Make criteria for unquarantining tests more strict#66518
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the test-quarantine agentic workflow guidance to be more conservative about when tests are automatically unquarantined, and refreshes generated workflow lock files using a newer gh aw compiler version.
Changes:
- Tighten unquarantine eligibility: require
[QuarantinedTest]to be present for 60+ days (was 30+). - Add a rule to permanently exclude tests from automated unquarantining if they’ve ever been re-quarantined.
- Recompile
*.lock.ymlworkflows with the latestgh awoutput and add the new.github/agents/agentic-workflows.agent.mddispatcher agent doc.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/test-quarantine.md | Updates unquarantine criteria (60-day minimum, never re-unquarantine re-quarantined tests) and rules text. |
| .github/workflows/test-quarantine.lock.yml | Regenerated compiled workflow/lock output with updated tool/runtime scaffolding. |
| .github/workflows/issue-triage-agent.lock.yml | Regenerated compiled workflow/lock output with updated tool/runtime scaffolding. |
| .github/workflows/cswin32-update.lock.yml | Regenerated compiled workflow/lock output with updated tool/runtime scaffolding. |
| .github/workflows/community-pr-issue-check.lock.yml | Regenerated compiled workflow/lock output with updated tool/runtime scaffolding. |
| .github/workflows/browsertesting-deps-update.lock.yml | Regenerated compiled workflow/lock output with updated tool/runtime scaffolding. |
| .github/aw/actions-lock.json | Bumps the pinned github/gh-aw-actions/setup version/sha used by gh-aw. |
| .github/agents/agentic-workflows.agent.md | Adds an agent dispatcher doc for working with gh-aw workflows. |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
.github/agents/agentic-workflows.agent.md(automatically added bygh awextension, useful for creating future agentic workflows)gh aw