Skip to content

Commit e852fe8

Browse files
committed
github: workflows: emove zmain build test
This just adds more noise than signal to the CI results. Signed-off-by: Liam Girdwood <[email protected]>
1 parent aadcea2 commit e852fe8

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/zephyr.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ jobs:
113113
# Search "zephyr_revision" and see below what they expand to.
114114
zephyr_revision: [
115115
mnfst, # special value: don't override sof/west.yml
116-
zmain, # Zephyr's main branch
117116
]
118117
# Using groups to avoid spamming the small results box with too
119118
# many lines. Pay attention to COMMAS.
@@ -167,15 +166,7 @@ jobs:
167166
if [ 'mnfst' = '${{ matrix.zephyr_revision }}' ]; then
168167
rem_rev=$(git -C zephyr rev-parse HEAD)
169168
else
170-
case '${{ matrix.zephyr_revision }}' in
171-
'zmain') rem_rev='main' ;;
172-
*) echo 'Unknown matrix.zephyr_revision'; exit 1 ;;
173-
esac
174-
( cd sof/submanifests/
175-
sed -e "s#=sof_zephyr_revision_override=#${rem_rev}#" \
176-
sof-ci-jenkins/zephyr-override-template.yml > test-zephyr-main.yml
177-
)
178-
time west update --narrow --fetch-opt=--filter=tree:0
169+
echo 'Unknown matrix.zephyr_revision'; exit 1
179170
fi
180171
181172
# Get some tags to fix `git describe` hence BUILD_VERSION, etc.

0 commit comments

Comments
 (0)