fix(test): retire missing candidate janitor definition - #1715
Merged
Conversation
Remove the deleted candidate Janitor definition from the compiler smoke lane while keeping the weekly release-backed Janitor documented and active. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: b40cd06a-aa1f-40d5-aa92-8a8bb6c070b7
|
Azure Pipelines: 2 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
🔍 Rust PR ReviewSummary: Looks good — clean housekeeping change, no Rust code modified. Findings✅ What Looks Good
No bugs, security concerns, or logic issues found. The PR does exactly what the description says.
|
Use the proven smoke model, pin a valid canary assignee, and allow only the reporter labels already supplied by configuration. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: b40cd06a-aa1f-40d5-aa92-8a8bb6c070b7
Contributor
🔍 Rust PR ReviewSummary: Looks good — clean, well-scoped maintenance fix with consistent updates across all affected files. Findings✅ What Looks Good
No bugs, security concerns, or logic issues found.
|
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.
Summary
2557from the compiler-smoke fixture set2548documented as the weekly coverage laneWhy
The candidate compiler smoke currently fails before exercising its children because definition
2557no longer exists. The live candidate definitions onmainare2554,2555,2556, and2558.Definition
2564belongs to the still-open custom-safe-output work in #1508 and cannot be used bymainuntil that feature lands. This PR restores the current lane without weakening or changing the weekly release-backed Janitor pipeline.The first live run of this branch confirmed all four definitions queue successfully, then exposed pre-existing fixture drift: the canary inherited an invalid assignee and both agent-driven fixtures were using the less reliable smoke model. The small hardening changes here match the configuration already proven green by #1508.
Validation
npm test -- --run src/compiler-smoke-e2e— 188 tests passednpm run typechecknpm run build:compiler-smoke-e2e628003passed all four child pipelines