Skip to content

Releases: pytorch/test-infra

v20250205-165758

05 Feb 17:00
Compare
Choose a tag to compare
20250205175711

v20250205-163646

05 Feb 16:37
Compare
Choose a tag to compare
20250205173601

v20250205-163308

05 Feb 16:34
Compare
Choose a tag to compare
20250205173224

v20250205-161117

05 Feb 16:13
Compare
Choose a tag to compare
Adds ci-queue-pct lambda code to aws/lambdas and include it to the re…

v20250204-171328

04 Feb 17:15
88e4f1e
Compare
Choose a tag to compare
Adding documentation to help develop ALI lambdas and some useful scri…

v20250204-163312

04 Feb 16:35
4e1f892
Compare
Choose a tag to compare
Fixes multiregion code for autoscaler lambdas (#6231)

v20250113-171617

13 Jan 17:17
80fbd83
Compare
Choose a tag to compare
[CI] Enable SPACES formatter/linter (#6161)

Enables the linter that checks for trailing spaces

Add one file that probably shouldn't be linted

Apply changes via `lintrunner -a --take SPACES --all-files`

v20250110-224800

10 Jan 22:52
f4a275b
Compare
Choose a tag to compare
[CI] Enable NEWLINE linter (#6162)

* Copy over newlines_linter.py from
https://github.com/pytorch/pytorch/blob/a94ec0a9a5ac91fcd9f69d6640ab0fe1efd068ae/tools/linter/adapters/newlines_linter.py
* Enable NEWLINE linter in CI
* Adds some files to the ignore list that probably shouldn't be changed
* Applies the linter `lintrunner -a --all-files --take NEWLINE`

We should move some of the adapter to some common place at some point,
or make it so that init will take them from pytorch automatically

v20241216-232848

16 Dec 23:30
7d2feba
Compare
Choose a tag to compare
Fix a bug when swapfile doesn't exist (#6068)

I made a mistake in https://github.com/pytorch/test-infra/pull/6066 and
should have checked if the file exists first.

v20241216-213021

16 Dec 21:32
dc41aa1
Compare
Choose a tag to compare
Clean up existing swapfile before trying to allocate a new one (#6066)

Fix a potential bug from
https://github.com/pytorch/test-infra/pull/6058, here is what I see in
the CI when it happens
https://github.com/pytorch/pytorch/actions/runs/12360769784/job/34497379880?pr=143316#step:5:165