Skip to content

Commit a286871

Browse files
committed
1 parent f552ee8 commit a286871

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/android-perf.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,14 +307,15 @@ jobs:
307307
308308
# TODO (huydhn): Remove v2 schema once the benchmark dashboard finishes the migration
309309
- 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
311311
with:
312312
benchmark-results-dir: benchmark-results/v2
313313
dry-run: false
314314
schema-version: v2
315315

316+
# TODO: Switch back to main after https://github.com/pytorch/test-infra/pull/5994 lands
316317
- 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
318319
with:
319320
benchmark-results-dir: benchmark-results/v3
320321
dry-run: false

.github/workflows/apple-perf.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,14 +381,15 @@ jobs:
381381
382382
# TODO (huydhn): Remove v2 schema once the benchmark dashboard finishes the migration
383383
- 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
385385
with:
386386
benchmark-results-dir: benchmark-results/v2
387387
dry-run: false
388388
schema-version: v2
389389

390+
# TODO: Switch back to main after https://github.com/pytorch/test-infra/pull/5994 lands
390391
- 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
392393
with:
393394
benchmark-results-dir: benchmark-results/v3
394395
dry-run: false

0 commit comments

Comments
 (0)