Releases: pytorch/test-infra
Releases · pytorch/test-infra
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]>
v20240924-163756
Add metric for GitHub API Rate Limit (#5654) This captures the rate limit values from GitHub for the ALI account user/process. We can use this to graph and track how much of the API rate limit is used by the CI infrastructure and flag when we are getting too close to the overall limit. Closes: pytorch/ci-infra#273 Signed-off-by: Thanh Ha <[email protected]> Co-authored-by: Jean Schmidt <[email protected]>
v20240916-152841
Fix incorrect path to runner-binaries-syncer (#5670) Change #5615 had an incorrect path for the runner-binaries-syncer index.js file. This change fixes the pathing issue. Signed-off-by: Thanh Ha <[email protected]>