Skip to content

Commit 0b3eac3

Browse files
committed
.github/zephyr: build LNL and PTL on Windows too
Because why would they be tested only on Linux. Also: - Bump -d(ebug) build to something newer: LNL - Group MTL and LNL to save one line Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent 42403a1 commit 0b3eac3

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.github/workflows/zephyr.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,10 @@ jobs:
114114
IPC_platforms: [
115115
# - IPC3 default
116116
imx8 imx8x imx8m imx8ulp,
117-
# - IPC4 default
118-
mtl, lnl, ptl,
117+
# - IPC4 default, released
118+
mtl lnl,
119+
# active development
120+
ptl,
119121
# Temporary testbed for Zephyr development.
120122
tgl tgl-h,
121123
]
@@ -126,7 +128,7 @@ jobs:
126128
# specify one extra -d combination without affecting the main matrix
127129
- build_opts: -d
128130
zephyr_revision: mnfst
129-
IPC_platforms: mtl
131+
IPC_platforms: lnl
130132

131133
# This is "duplication of effort" but it makes sure no one
132134
# breaks --all, see for instance #9262 and previous commit.
@@ -241,15 +243,18 @@ jobs:
241243
platforms: [
242244
# - IPC3 default
243245
imx8 imx8x imx8m imx8ulp,
244-
# - IPC4 default
245-
mtl,
246+
# - IPC4 default, released
247+
mtl lnl,
248+
# active development
249+
ptl,
250+
# legacy
246251
tgl tgl-h,
247252
]
248253
build_opts: [""]
249254
# Sparse matrices are complicated, see comments on Linux matrix above.
250255
include:
251256
- build_opts: -d
252-
platforms: mtl
257+
platforms: lnl
253258

254259

255260
steps:

0 commit comments

Comments
 (0)