File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments