Skip to content

Commit

Permalink
[nrf fromtree] ci: do not pull babblesim in twister test workflow
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
nashif authored and carlescufi committed Nov 29, 2024
1 parent 2149857 commit b476270
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/twister_tests_blackbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
west init -l . || true
# we do not depend on any hals, tools or bootloader, save some time and space...
west config manifest.group-filter -- -hal,-tools,-bootloader
west config manifest.group-filter -- -hal,-tools,-bootloader,-babblesim
west config manifest.project-filter -- -nrf_hw_models
west config --global update.narrow true
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)
west forall -c 'git reset --hard HEAD'
Expand Down

0 comments on commit b476270

Please sign in to comment.