File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -307,14 +307,15 @@ jobs:
307
307
308
308
# TODO (huydhn): Remove v2 schema once the benchmark dashboard finishes the migration
309
309
- name : Upload the benchmark results (v2)
310
- uses : pytorch/test-infra/.github/actions/upload-benchmark-results@main
310
+ uses : pytorch/test-infra/.github/actions/upload-benchmark-results@fix-get-job-id
311
311
with :
312
312
benchmark-results-dir : benchmark-results/v2
313
313
dry-run : false
314
314
schema-version : v2
315
315
316
+ # TODO: Switch back to main after https://github.com/pytorch/test-infra/pull/5994 lands
316
317
- name : Upload the benchmark results (v3)
317
- uses : pytorch/test-infra/.github/actions/upload-benchmark-results@main
318
+ uses : pytorch/test-infra/.github/actions/upload-benchmark-results@fix-get-job-id
318
319
with :
319
320
benchmark-results-dir : benchmark-results/v3
320
321
dry-run : false
Original file line number Diff line number Diff line change @@ -381,14 +381,15 @@ jobs:
381
381
382
382
# TODO (huydhn): Remove v2 schema once the benchmark dashboard finishes the migration
383
383
- name : Upload the benchmark results (v2)
384
- uses : pytorch/test-infra/.github/actions/upload-benchmark-results@main
384
+ uses : pytorch/test-infra/.github/actions/upload-benchmark-results@fix-get-job-id
385
385
with :
386
386
benchmark-results-dir : benchmark-results/v2
387
387
dry-run : false
388
388
schema-version : v2
389
389
390
+ # TODO: Switch back to main after https://github.com/pytorch/test-infra/pull/5994 lands
390
391
- name : Upload the benchmark results (v3)
391
- uses : pytorch/test-infra/.github/actions/upload-benchmark-results@main
392
+ uses : pytorch/test-infra/.github/actions/upload-benchmark-results@fix-get-job-id
392
393
with :
393
394
benchmark-results-dir : benchmark-results/v3
394
395
dry-run : false
You can’t perform that action at this time.
0 commit comments