Commit 10e2eec
Skip AOTI tests on macOS CI and bump job timeout to 120 min
Summary:
AOTI tests (llama3_2_vision and select extension/llm tests) hang
indefinitely on macOS CI runners after the PyTorch 2.12 pin update.
The hang is in native C/C++ code (inductor compilation / dlopen),
which prevents faulthandler from producing a traceback. Diagnosis
is ongoing in pytorch#19886.
Skip the affected tests and bump the macOS job timeout from the
default 90 to 120 minutes to add margin (observed completion at
~79 min with skips applied).
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 915a82d commit 10e2eec
2 files changed
Lines changed: 14 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
17 | 28 | | |
18 | 29 | | |
19 | 30 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments