Skip to content

Releases: pytorch/test-infra

v20241028-191320

28 Oct 19:15
0e5e84f
Compare
Choose a tag to compare
adding tests for when max_available is not present in scale-config, n…

v20241025-175554

25 Oct 17:57
aa4554a
Compare
Choose a tag to compare
`max_available` in scale-config.yaml with negative values disable max…

v20241024-165834

24 Oct 17:00
Compare
Choose a tag to compare
Fix merge conflict

v20241022-180405

22 Oct 18:05
12eeae0
Compare
Choose a tag to compare
Bump body-parser from 1.20.2 to 1.20.3 in /terraform-aws-github-runne…

v20241022-163419

22 Oct 16:36
aaad4c9
Compare
Choose a tag to compare
Fix scaleUp not waiting for rateLimit response and improved testing (…

v20241021-181609

21 Oct 18:18
881a1af
Compare
Choose a tag to compare
[EZ] Correct the repo that's used when logging the scale-config used …

v20241021-174401

21 Oct 17:45
82093fe
Compare
Choose a tag to compare
Specify scale-config file used when logging failures (#5791)

To help with debugging

v20241018-152153

18 Oct 15:23
dc78e2a
Compare
Choose a tag to compare
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

18 Oct 15:05
62aa6b8
Compare
Choose a tag to compare
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

26 Sep 19:22
e7f50fd
Compare
Choose a tag to compare
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]>