-
Notifications
You must be signed in to change notification settings - Fork 349
ci(windows): scope the recovery lane to its own inputs #3914
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
7d26492
ci(windows): scope the recovery lane to its own inputs
Astro-Han eb19b48
ci(windows): cover the recovery lane's install and build inputs
Astro-Han 2f0ed7b
ci(windows): anchor the recovery filter contract to its trigger
Astro-Han 9b20b57
ci(windows): select the recovery lane inside its own job
Astro-Han cb354b4
ci(windows): scope the recovery lane and stop requiring it
Astro-Han 33f3eea
ci(windows): follow the postinstall launcher into the recovery filter
Astro-Han be898fb
docs(ci): correct the path-filter diff limit to 300 files
Astro-Han File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[P2] 从 required contexts 拿掉
windows_recovery不是解堵 Windows 队列的最小改动。后果有两层:
.asf.yaml之前,workflow 上的paths已经生效,required context 还在。不匹配路径的 PR 不会启动检查、也无法变绿,比现在「排队但能跑完」更堵。PR 正文写了这个窗口,但窗口没有上界。paths和 required 不能共存,只对 workflow-level filter 成立。Job-levelif:跳过的 job 报告 skipped,不占 windows-latest,required 视为通过。要解堵:不要在on.pull_request上加paths,保留这个 context;用单独的 select(ubuntu / 已有 planner)决定windows_recovery是否跑。相关 PR 失败仍挡;无关 PR 零 Windows runner;没有 ASF reconcile 窗口。若产品决定 recovery 就该是 advisory(对齐 sandbox / owner-platform / #3261),应先只落地
.asf.yaml、等 required 真正消失,再加paths。不要同一 squash 里两件事一起做。