ci: Split platform matrix in zephyr.yml workflow#10482
ci: Split platform matrix in zephyr.yml workflow#10482kv2019i merged 1 commit intothesofproject:mainfrom
Conversation
b90132c to
86a1c33
Compare
|
Hopefully see more green in CI results with this. |
86a1c33 to
852025c
Compare
f3aede3 to
b9be260
Compare
Separates platform entries in the configuration array to reduce reduce the number of platfroms run per runner as we are approaching size limits from building too many at a time. Signed-off-by: Christopher Turner <christopher.g.turner@intel.com>
b9be260 to
d9a7ce8
Compare
There was a problem hiding this comment.
Pull request overview
This PR splits platform matrix entries in the Zephyr CI workflow to reduce the number of platforms built per runner, addressing size limits from building too many platforms simultaneously.
Changes:
- Split grouped platform entries in IPC_platforms matrix into separate lines
- Split grouped platform entries in platforms matrix into separate lines
- Updated test validation logic to match the new platform split
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # Temporary testbed for Zephyr development. | ||
| tgl tgl-h, | ||
| tgl, | ||
| tgl-h |
There was a problem hiding this comment.
Missing trailing comma after 'tgl-h'. This inconsistency with other array entries could cause parsing issues.
| tgl-h | |
| tgl-h, |
| # legacy | ||
| tgl tgl-h, | ||
| tgl, | ||
| tgl-h |
There was a problem hiding this comment.
Missing trailing comma after 'tgl-h'. This inconsistency with other array entries could cause parsing issues.
|
The Jenkins CI build fail https://sof-ci.01.org/sofpr/PR10482/build18513/build/index.html is not realted to this PR, ignoring that and merging. |
Separates platform entries in the configuration array to reduce reduce the number of platfroms run per runner as we are approaching size limits from building too many at a time.
Signed-off-by: Christopher Turner christopher.g.turner@intel.com