@@ -67,13 +67,13 @@ jobs:
6767 git log --pretty=oneline | head -n 10
6868 west init -l . || true
6969 west config --global update.narrow true
70- west config manifest.group-filter -- +ci,-optional,-hal,-babblesim
70+ west config manifest.group-filter -- +ci,-optional
7171 # In some cases modules are left in a state where they can't be
7272 # updated (i.e. when we cancel a job and the builder is killed),
7373 # So first retry to update, if that does not work, remove all modules
7474 # and start over. (Workaround until we implement more robust module
7575 # west caching).
76- # west update --path-cache /repo-cache/zephyrproject 2>&1 1> west.log || west update --path-cache /repo-cache/zephyrproject 2>&1 1> west2.log || ( rm -rf ../modules ../bootloader ../tools && west update --path-cache /repo-cache/zephyrproject)
76+ west update --path-cache /repo-cache/zephyrproject 2>&1 1> west.log || west update --path-cache /repo-cache/zephyrproject 2>&1 1> west2.log || ( rm -rf ../modules ../bootloader ../tools && west update --path-cache /repo-cache/zephyrproject)
7777
7878 echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat SDK_VERSION )" >> $GITHUB_ENV
7979
9898 sudo apt-get install -y jq
9999 export PATH=/usr/lib/llvm-16/bin/:$PATH
100100
101- ./scripts/twister -i --force-color -N -v --build-only --timeout-multiplier 2 -p qemu_x86 -T tests/kernel/threads
101+ ./scripts/twister -i --force-color -N -v --build-only --timeout-multiplier 2 -p qemu_x86 -p mps2/an385 -p native_sim - T tests/kernel/threads -T tests/drivers
102102
103103 #sarif copy --output results.sarif $(find twister-out -name "codechecker.sarif")
104104 jq -s '{ "$schema": "https://json.schemastore.org/sarif-2.1.0", "version": "2.1.0", "runs": map(.runs) | add }' $(find twister-out -name "codechecker.sarif") > results.sarif
0 commit comments