Commit 24d9a27
committed
CI: macos-x86_64 smoke is continue-on-error + 30 min timeout
GitHub's macos-13 (Intel) hosted runners are in chronic short
supply. The smoke-install job for the macos-x86_64 wheel can sit
queued for an hour or more before being picked up, which has been
stalling Wheels (003) runs even though every wheel built cleanly
and publish-release ran 1 minute in.
Two safety nets:
- `continue-on-error: true` on the macos-x86_64 matrix row so a
failed / stalled smoke does not mark the whole run failed.
- `timeout-minutes: 30` so a row that never gets a runner is
eventually cancelled by GitHub instead of sitting indefinitely.
The macos-x86_64 BUILD step still runs on the arm64 macos-latest
via maturin cross-compile and stays a hard gate; only the on-host
install verification is best-effort.1 parent cfc575f commit 24d9a27
1 file changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
119 | 129 | | |
120 | 130 | | |
121 | 131 | | |
122 | 132 | | |
123 | 133 | | |
124 | 134 | | |
125 | 135 | | |
126 | | - | |
| 136 | + | |
127 | 137 | | |
128 | 138 | | |
129 | 139 | | |
| |||
0 commit comments