Skip to content

Commit a4f72e8

Browse files
committed
ci: twister_blackbox: do not fetch HALs and unused modules
Those would fill the runner disk space and would abort the workflow. Signed-off-by: Anas Nashif <[email protected]>
1 parent 9b03f03 commit a4f72e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/twister_tests_blackbox.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
echo "$HOME/.local/bin" >> $GITHUB_PATH
4444
4545
west init -l . || true
46+
west config manifest.group-filter -- -hal,-tools,-bootloader,-babblesim
47+
west config manifest.project-filter -- -nrf_hw_models
4648
west config --global update.narrow true
4749
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)
4850
west forall -c 'git reset --hard HEAD'

0 commit comments

Comments
 (0)