Skip to content

Releases: pytorch/test-infra

v20250623-195601-custom

23 Jun 19:58
1fab7cd

Choose a tag to compare

Merge 7f13fc2d64f55086f62117cd2586b3b3d710e077 into f2c6cbeba65e94e87…

v20250623-183344

23 Jun 18:35
f2c6cbe

Choose a tag to compare

[BE][lambdas] Use matrix for python lambda release to dedup code (#6809)

The python lambda releases are mostly the same, so convert them into a
matrix to reduce code duplication and the chance of copy paste error

Notes:
* oss_ci_cur wasn't the list of jobs needed for the finish release job
* benchmark-results-uploader was using ncipollo/release-action@v1 but
the matrix strategy uses a specific commit that is supposedly v1.16.0


Testing:
Ran
https://github.com/pytorch/test-infra/actions/workflows/lambda-release-tag-runners.yml
from this branch
https://github.com/pytorch/test-infra/actions/runs/15786667588
Created release:
https://github.com/pytorch/test-infra/releases/tag/v20250620-194933

I will update the README to explain how to use the matrix strategy if
this gets approved

Also can I also petition to have the tag to include part of the commit
sha?

v20250620-194933

20 Jun 19:51

Choose a tag to compare

v20250620-194514

20 Jun 19:45

Choose a tag to compare

v20250618-200324

18 Jun 20:06
0d6c81c

Choose a tag to compare

Revert just windows part of Compress user data file (#6792)

Trying to mitigate windows outage

v20250618-010156

18 Jun 01:03
5c2b3e6

Choose a tag to compare

Compress user data file (#6788)

The user data file is getting large enough to reach AWS's 16kb limit,
which prevents us from being able to do terraform deploys.

However, if you compress the file then AWS only counts the compressed
size towards that limit and takes care of automatically decompressing it
for you.

Compressing all our user data files accordingly

v20250613-210006

13 Jun 21:02
5cc5536

Choose a tag to compare

[Wiz Sensor] Fix typo in variable name (#6765)

Realized the variable name had accidentally left in the plural form
instead of singular.

This is a safe change to make right now since this variable doesn't
actually have a value passed in to it yet

v20250613-195557

13 Jun 19:58
8015a5c

Choose a tag to compare

Overlap date for oss_ci_cur (#6762)

since our clickhouse data is replaceingMergeTable, it is safe to fetch
the partial latest data for current day, and refetch data from previous
day

---------

Signed-off-by: Yang Wang <[email protected]>

v20250613-191109

13 Jun 19:13
b32b7d6

Choose a tag to compare

[pytorchbot] Remove reference to the `close` command (#6757)

The command was removed in #6749. This PR removes it from the help
section.

cc @clee2000

v20250613-184602

13 Jun 18:48
b32b7d6

Choose a tag to compare

[pytorchbot] Remove reference to the `close` command (#6757)

The command was removed in #6749. This PR removes it from the help
section.

cc @clee2000