mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Revert "Move MacOS inductor tests to M2-15 runner (#150228)"
This reverts commit b1b58708b2.
Reverted https://github.com/pytorch/pytorch/pull/150228 on behalf of https://github.com/malfet due to Should not have ignored lint signal ([comment](https://github.com/pytorch/pytorch/pull/150228#issuecomment-2762794366))
This commit is contained in:
parent
b1b58708b2
commit
ccfde4dadf
|
|
@ -21,9 +21,6 @@ on:
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: torchbench_perf_mps
|
default: torchbench_perf_mps
|
||||||
pull_request:
|
|
||||||
paths:
|
|
||||||
- .github/workflows/inductor-perf-test-nightly-macos.yml
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
|
||||||
|
|
@ -45,7 +42,7 @@ jobs:
|
||||||
python-version: 3.9.12
|
python-version: 3.9.12
|
||||||
test-matrix: |
|
test-matrix: |
|
||||||
{ include: [
|
{ include: [
|
||||||
{ config: "perf_smoketest", shard: 1, num_shards: 1, runner: "macos-m2-15" },
|
{ config: "perf_smoketest", shard: 1, num_shards: 1, runner: "macos-m1-14" },
|
||||||
]}
|
]}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user