From e852fe823119a10a0173902408f4071d1ddaac37 Mon Sep 17 00:00:00 2001 From: Liam Girdwood Date: Fri, 27 Mar 2026 20:42:51 +0000 Subject: [PATCH] github: workflows: emove zmain build test This just adds more noise than signal to the CI results. Signed-off-by: Liam Girdwood --- .github/workflows/zephyr.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/zephyr.yml b/.github/workflows/zephyr.yml index 9b724fbc8aab..b4c6ad3f748c 100644 --- a/.github/workflows/zephyr.yml +++ b/.github/workflows/zephyr.yml @@ -113,7 +113,6 @@ jobs: # Search "zephyr_revision" and see below what they expand to. zephyr_revision: [ mnfst, # special value: don't override sof/west.yml - zmain, # Zephyr's main branch ] # Using groups to avoid spamming the small results box with too # many lines. Pay attention to COMMAS. @@ -167,15 +166,7 @@ jobs: if [ 'mnfst' = '${{ matrix.zephyr_revision }}' ]; then rem_rev=$(git -C zephyr rev-parse HEAD) else - case '${{ matrix.zephyr_revision }}' in - 'zmain') rem_rev='main' ;; - *) echo 'Unknown matrix.zephyr_revision'; exit 1 ;; - esac - ( cd sof/submanifests/ - sed -e "s#=sof_zephyr_revision_override=#${rem_rev}#" \ - sof-ci-jenkins/zephyr-override-template.yml > test-zephyr-main.yml - ) - time west update --narrow --fetch-opt=--filter=tree:0 + echo 'Unknown matrix.zephyr_revision'; exit 1 fi # Get some tags to fix `git describe` hence BUILD_VERSION, etc.