Releases: pytorch/test-infra
Releases · pytorch/test-infra
v20251222-234600
[autorevert] Filter out disabled workflows in workflow resolver (#7617) Autorevert had trouble dispatching `inductor` workflow. Turns out, we have an old deleted workflow with the same name: https://github.com/pytorch/pytorch/actions/workflows/inductor-cu126.yml The short term fix (this PR) is to filter out disabled workflows from the cache, and warn about naming conflicts. ### Testing ``` python -m pytorch_auto_revert autorevert-checker inductor --hours 18 --hud-html --as-of "2025-12-22 23:25:05" ``` Successfully dispatched workflow inductor for commit 270863426366da61609430dffb479a452311d02b (run: https://github.com/pytorch/pytorch/actions/workflows/inductor.yml?query=branch%3Atrunk%2F270863426366da61609430dffb479a452311d02b Successfully dispatched workflow inductor for commit 9be4f54558636a68d068b40d424c1bf129f17f59 (run: https://github.com/pytorch/pytorch/actions/workflows/inductor.yml?query=branch%3Atrunk%2F9be4f54558636a68d068b40d424c1bf129f17f59)
v20251222-182013
[autorevert] Add support for job and test filtering in workflow resta…
v20251218-224414
[autorevert] Add option to simulate run at a specific timestamp (#7609) Adds an optional param `--as-of <UTC date[time]>` that will set internal clock (NOW) in CH queries (specifically, commits and jobs), allowing to virtually go back in time, and perform restarts / reverts. When set ` --hours N` lookback window becomes relative to the `as-of` timestamp. Testing: ``` 1049 python -m pytorch_auto_revert --dry-run autorevert-checker pull --hours 12 --hud-html 1049 python -m pytorch_auto_revert --dry-run autorevert-checker pull --hours 12 --hud-html --as-of "2025-12-18 15:31" 1052 python -m pytorch_auto_revert --dry-run autorevert-checker pull --hours 12 --hud-html --as-of "2025-12-18 06:13" ```
v20251216-210532
[BE]Remove Todo (#7600)
v20251216-203334-custom
[CI] migrate to GH APP for create release tag workflow (#7598) Create release tag was failing to authenticate. I could not track down the token it was using, so I decided to take the time to do the right thing and fix the authentication to use a proper github app. https://github.com/organizations/pytorch/settings/apps/pytorch-releasing-tagging-bot --------- Signed-off-by: Jean Schmidt <[email protected]>
v20251216-202541-custom
Merge 2be1eb06ded9a66051252d0599b417cef37b7ef0 into bd9e09e6a4d82bc82…
v20251212-223117
[autorevert][QoL] Add workflow filter to HUD command for state retrie…
v20251209-175101
[AUTOREVERT] fixing setup_client function call (#7567) recent changes introduced a breakage, that was hard to test Signed-off-by: Jean Schmidt <[email protected]>
v20251209-004752
[AUTOREVERT] ensuring gh installation_id is int as required by GH cli…
v20251204-173645
[AUTOREVERT] tune entry point for cli and event bridge, enabling prov…