Skip to content

Commit 435d520

Browse files
committed
filter
Signed-off-by: Anas Nashif <[email protected]>
1 parent ef19fb9 commit 435d520

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/twister-prep.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ 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,-nrf_hw_models
69+
west config manifest.group-filter -- +ci,+optional,-hal
70+
west config manifest.project-filter -- -nrf_hw_models
7071
west config --global update.narrow true
7172
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)
7273
west forall -c 'git reset --hard HEAD'

0 commit comments

Comments
 (0)