Releases: pytorch/test-infra
Releases · pytorch/test-infra
v20241028-191320
adding tests for when max_available is not present in scale-config, n…
v20241025-175554
`max_available` in scale-config.yaml with negative values disable max…
v20241024-165834
Fix merge conflict
v20241022-180405
Bump body-parser from 1.20.2 to 1.20.3 in /terraform-aws-github-runne…
v20241022-163419
Fix scaleUp not waiting for rateLimit response and improved testing (…
v20241021-181609
[EZ] Correct the repo that's used when logging the scale-config used …
v20241021-174401
Specify scale-config file used when logging failures (#5791) To help with debugging
v20241018-152153
Enable non-org autoscaler to read scale-config from any repo (#5767) Enable putting scale-config in test-infra, even for non-organization runners. Before, only scale-configs for organization-scoped runners could be put in arbitrary repos Significant change: - `scale_config_repo` no longer defaults to test-infra. You now _have_ to specify a value if you're using org runners. Non-org runners will default to the job's repo. pytorch-gha-infra and ci-infra will need to be updated accordingly. Testing: Deployed these changes to LF canary, terminated all lf-c instances, and verified that creating a new pull request there would still result in instances getting provisioned
v20241018-150321
Add min-available runners to scale-config (#5713) This change allows the min-available runners to be configured more specifically by the runner type rather than as a single global setting. Issue: pytorch/ci-infra#275 Signed-off-by: Thanh Ha <[email protected]>
v20240926-192032
Create Makefiles for test-infra ALI lambdas (#5695) Create Makefiles for the ALI lambda functions so that we can make sure that CI and Local dev use the same commands to build and test. Issue: pytorch/ci-infra#274 Signed-off-by: Thanh Ha <[email protected]>