Releases: pytorch/test-infra
Releases · pytorch/test-infra
v20250623-195601-custom
Merge 7f13fc2d64f55086f62117cd2586b3b3d710e077 into f2c6cbeba65e94e87…
v20250623-183344
[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
v20250620-194514
v20250618-200324
Revert just windows part of Compress user data file (#6792) Trying to mitigate windows outage
v20250618-010156
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
[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
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
[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
[pytorchbot] Remove reference to the `close` command (#6757) The command was removed in #6749. This PR removes it from the help section. cc @clee2000