Skip to content

Commit 55c0bc5

Browse files
authored
[ez][disabled tests] Fix historical records json not being uploaded to s3 in upload disable tests workflow (#6711)
Missed a step in #6687 for uploading the json as an artifact so the next job could pick it up Example failure https://github.com/pytorch/test-infra/actions/runs/15471922333/job/43558541041
1 parent 41e0f08 commit 55c0bc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update_disabled_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
disabled-tests-condensed.json
9999
disabled-jobs.json
100100
unstable-jobs.json
101+
for_historical_records.json
101102
102103
# NB: Use our self-hosted runner to upload the files to S3, the runners already
103104
# have access to the bucket

0 commit comments

Comments
 (0)