File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ concurrency:
1515jobs :
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'
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
You can’t perform that action at this time.
0 commit comments