From 2aaee2e5853ed89c099722d8d29dfeae60d2f61a Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Thu, 27 Jun 2024 01:35:58 +0000 Subject: [PATCH] .github: add a test for xtensa-build-zephyr.py --all Add a test to avoid --all breakages like the one in commit 05bfc36dacbd ("ptl: Add initial PTL configuration"), reported in #9262 See also previous commit. Signed-off-by: Marc Herbert --- .github/workflows/zephyr.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/zephyr.yml b/.github/workflows/zephyr.yml index 354efb207f0f..87db31007675 100644 --- a/.github/workflows/zephyr.yml +++ b/.github/workflows/zephyr.yml @@ -123,6 +123,11 @@ jobs: zephyr_revision: mnfst IPC_platforms: mtl + # This is "duplication of effort" but it makes sure no one + # breaks --all, see for instance #9262 and previous commit. + - zephyr_revision: mnfst + IPC_platforms: --all + steps: - uses: actions/checkout@v4 # Download a full clone to fix `git describe`, sof_version.h and