Skip to content

Commit 8d564f1

Browse files
committed
Ready to land
1 parent a286871 commit 8d564f1

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/android-perf.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,15 +307,14 @@ 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@fix-get-job-id
310+
uses: pytorch/test-infra/.github/actions/upload-benchmark-results@main
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
317316
- name: Upload the benchmark results (v3)
318-
uses: pytorch/test-infra/.github/actions/upload-benchmark-results@fix-get-job-id
317+
uses: pytorch/test-infra/.github/actions/upload-benchmark-results@main
319318
with:
320319
benchmark-results-dir: benchmark-results/v3
321320
dry-run: false

.github/workflows/apple-perf.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,15 +381,14 @@ 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@fix-get-job-id
384+
uses: pytorch/test-infra/.github/actions/upload-benchmark-results@main
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
391390
- name: Upload the benchmark results (v3)
392-
uses: pytorch/test-infra/.github/actions/upload-benchmark-results@fix-get-job-id
391+
uses: pytorch/test-infra/.github/actions/upload-benchmark-results@main
393392
with:
394393
benchmark-results-dir: benchmark-results/v3
395394
dry-run: false

0 commit comments

Comments
 (0)