Skip to content

Commit e325342

Browse files
committed
test
Signed-off-by: Anas Nashif <[email protected]>
1 parent 0e151df commit e325342

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
@@ -15,8 +15,8 @@ concurrency:
1515
jobs:
1616
Codechecker:
1717
if: github.repository_owner == 'zephyrproject-rtos'
18-
runs-on: ubuntu-24.04
19-
#group: test-runner-v2-linux-x64-4xlarge
18+
runs-on:
19+
group: test-runner-v2-linux-x64-4xlarge
2020
container:
2121
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
2222
options: '--entrypoint /bin/bash'
@@ -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 samples/hello_world
101+
./scripts/twister -i --force-color -N -v --build-only --timeout-multiplier 2 -p qemu_x86 -T tests/kernel/threads
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)