From 676175245fb11255112843d404fa621e4b1abd4b Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Thu, 15 Dec 2022 10:46:06 -0800 Subject: [PATCH 1/2] .github/zephyr: use a single job for both tgl and tgl-h The list is getting too long and the "checks" box in the Github User Interface is small. Fixes commit 543acc124d4b (".github/workflows: add tgl-h IPC4 build") Signed-off-by: Marc Herbert --- .github/workflows/zephyr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/zephyr.yml b/.github/workflows/zephyr.yml index 1ca25a44c90f..32138578f708 100644 --- a/.github/workflows/zephyr.yml +++ b/.github/workflows/zephyr.yml @@ -21,8 +21,8 @@ jobs: imx8 imx8x imx8m, # - IPC4 default mtl, - # Some IPC3 platforms support IPC4 too. - -i IPC4 tgl, -i IPC4 tgl-h, + # Temporary testbed for Zephyr development. + -i IPC4 tgl tgl-h, ] zephyr_revision: [ manifest_revision, From 32dddb05fc36c00ba442ca31ac3489a0489a74df Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Thu, 15 Dec 2022 10:45:36 -0800 Subject: [PATCH 2/2] .github/zephyr: re-add TGL IPC3 build for now Partial revert of commit 687c6f305e46 (".github: workflow: removed legacy RTOS platforms from Zephyr build") that was a bit too "enthousiastic". When someone breaks the Zephyr+IPC3 build we'd like to: 1. notice, 2. tell whether it's Intel-specific, IMX-specific or not specific. This is a one-line change and unlike testing, building is "free". It can be removed in a second when/if that becomes a burden. Signed-off-by: Marc Herbert --- .github/workflows/zephyr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/zephyr.yml b/.github/workflows/zephyr.yml index 32138578f708..2f55bdcdf8e8 100644 --- a/.github/workflows/zephyr.yml +++ b/.github/workflows/zephyr.yml @@ -19,6 +19,7 @@ jobs: IPC_platforms: [ # - IPC3 default imx8 imx8x imx8m, + tgl tgl-h, # UNSUPPORTED! Will be removed # - IPC4 default mtl, # Temporary testbed for Zephyr development.