Commit 4d5fc4b
committed
ci: split a port with more than 256 boards into several matrix jobs
GitHub allows 256 configurations per matrix and build-boards.yml runs
one matrix per port. espressif reached 257 boards, so every full build
fails with "Strategy for job 'board' produced 257 configurations".
ci_set_matrix.py now splits such a port into equal parts listed like
ports (espressif-1, espressif-2) and a "split_ports" map lets build.yml
hand the real port name to build-boards.yml, so the toolchain setup is
unchanged. Ports below the limit and the per-board job names are not
affected.
Fixes adafruit#113241 parent e6bf001 commit 4d5fc4b
2 files changed
Lines changed: 19 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| 72 | + | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| |||
267 | 270 | | |
268 | 271 | | |
269 | 272 | | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
270 | 287 | | |
271 | 288 | | |
| 289 | + | |
272 | 290 | | |
273 | 291 | | |
274 | 292 | | |
| |||
0 commit comments