Skip to content

Commit a7ab2a2

Browse files
committed
expand
Signed-off-by: Anas Nashif <[email protected]>
1 parent d9c4078 commit a7ab2a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codechecker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -98,7 +98,7 @@ jobs:
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

Comments
 (0)