Releases: pytorch/test-infra
Releases · pytorch/test-infra
v20250205-165758
20250205175711
v20250205-163646
20250205173601
v20250205-163308
20250205173224
v20250205-161117
Adds ci-queue-pct lambda code to aws/lambdas and include it to the re…
v20250204-171328
Adding documentation to help develop ALI lambdas and some useful scri…
v20250204-163312
Fixes multiregion code for autoscaler lambdas (#6231)
v20250113-171617
[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
[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
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
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