Skip to content

Commit 7e1d176

Browse files
nashifgchwier
authored andcommitted
[nrf fromtree] ci: do not pull babblesim in twister test workflow
No need to pull babblesim and nrf_hw_models when doing twister testing. Signed-off-by: Anas Nashif <[email protected]> (cherry picked from commit cfd5469)
1 parent 18b2e9e commit 7e1d176

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/twister_tests_blackbox.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
4545
west init -l . || true
4646
# we do not depend on any hals, tools or bootloader, save some time and space...
47-
west config manifest.group-filter -- -hal,-tools,-bootloader
47+
west config manifest.group-filter -- -hal,-tools,-bootloader,-babblesim
48+
west config manifest.project-filter -- -nrf_hw_models
4849
west config --global update.narrow true
4950
west update --path-cache /github/cache/zephyrproject 2>&1 1> west.update.log || west update --path-cache /github/cache/zephyrproject 2>&1 1> west.update.log || ( rm -rf ../modules ../bootloader ../tools && west update --path-cache /github/cache/zephyrproject)
5051
west forall -c 'git reset --hard HEAD'

0 commit comments

Comments
 (0)