Skip to content

Releases: pytorch/test-infra

v20251222-234600

22 Dec 23:47
0460f9d

Choose a tag to compare

[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

22 Dec 18:21
38c46f2

Choose a tag to compare

[autorevert] Add support for job and test filtering in workflow resta…

v20251218-224414

18 Dec 22:45
83fa301

Choose a tag to compare

[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

16 Dec 21:07
3bcb127

Choose a tag to compare

[BE]Remove Todo (#7600)

v20251216-203334-custom

16 Dec 20:35
6d41d42

Choose a tag to compare

[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

16 Dec 20:27
090fcfb

Choose a tag to compare

Merge 2be1eb06ded9a66051252d0599b417cef37b7ef0 into bd9e09e6a4d82bc82…

v20251212-223117

12 Dec 22:33
4e2a4f8

Choose a tag to compare

[autorevert][QoL] Add workflow filter to HUD command for state retrie…

v20251209-175101

09 Dec 17:52
615f2f3

Choose a tag to compare

[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

09 Dec 00:49
b688d1d

Choose a tag to compare

[AUTOREVERT] ensuring gh installation_id is int as required by GH cli…

v20251204-173645

04 Dec 17:38
3e8a3be

Choose a tag to compare

[AUTOREVERT] tune entry point for cli and event bridge, enabling prov…