Skip to content

Commit b88aef7

Browse files
committed
do not west update
Signed-off-by: Anas Nashif <[email protected]>
1 parent bdc49bc commit b88aef7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/twister-prep.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ jobs:
6666
git clean -f -d
6767
git log --pretty=oneline | head -n 10
6868
west init -l . || true
69-
west config manifest.group-filter -- +ci,+optional,-hal
70-
west config --global update.narrow true
71-
west update --path-cache /repo-cache/zephyrproject 2>&1 1> west.update.log || west update --path-cache /repo-cache/zephyrproject 2>&1 1> west.update.log || ( rm -rf ../modules ../bootloader ../tools && west update --path-cache /repo-cache/zephyrproject)
72-
west forall -c 'git reset --hard HEAD'
69+
#west config manifest.group-filter -- +ci,+optional,-hal
70+
#west config --global update.narrow true
71+
#west update --path-cache /repo-cache/zephyrproject 2>&1 1> west.update.log || west update --path-cache /repo-cache/zephyrproject 2>&1 1> west.update.log || ( rm -rf ../modules ../bootloader ../tools && west update --path-cache /repo-cache/zephyrproject)
72+
#west forall -c 'git reset --hard HEAD'
7373
74-
echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat SDK_VERSION )" >> $GITHUB_ENV
74+
#echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat SDK_VERSION )" >> $GITHUB_ENV
7575
7676
- name: Generate Test Plan with Twister
7777
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)