Commit 00b27d8
committed
Isolate Poetry validation into its own release-only job
The Poetry-based validation was sourced inline inside the main
manywheel matrix job in validate-linux-binaries.yml, gated by a
5-condition check, and Poetry itself was installed from its dev
branch (poetry@main). When Poetry's main branch regressed, the
whole binary-validation job went red for the stable-CUDA Python
3.11 combination, masking the actual binary signal.
Three coordinated changes:
1. Split the Poetry test into a standalone linux-poetry job
modeled on the existing linux-amazon-2023 job. The new job
only runs on inputs.channel == 'release' and exports a fixed
Python 3.11 / stable-CUDA combination, matching what the old
inline gate selected.
2. Drop the inline `source validate_poetry.sh` block from the
main matrix job so Poetry ecosystem churn can no longer flake
binary validation.
3. In validate_poetry.sh, pin Poetry to a released version via
POETRY_VERSION (default 2.4.1, env-overridable) instead of
installing from poetry@main, and replace `--quiet` with
`--no-interaction` so resolution errors are no longer
silently swallowed.
Authored with Claude Code.1 parent eea0e12 commit 00b27d8
2 files changed
Lines changed: 42 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
27 | | - | |
| 31 | + | |
28 | 32 | | |
29 | | - | |
| 33 | + | |
30 | 34 | | |
31 | | - | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
155 | 148 | | |
156 | 149 | | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
157 | 180 | | |
158 | 181 | | |
159 | 182 | | |
| |||
0 commit comments