File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
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 :
19- group : test-runner-v2-linux-x64-4xlarge
18+ runs-on : ubuntu-24.04
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'
6565 git log --pretty=oneline | head -n 10
6666 west init -l . || true
6767 west config --global update.narrow true
68- west config manifest.group-filter -- +ci,+ optional
68+ west config manifest.group-filter -- +ci,- optional,-hal,-babblesim
6969 # In some cases modules are left in a state where they can't be
7070 # updated (i.e. when we cancel a job and the builder is killed),
7171 # So first retry to update, if that does not work, remove all modules
9696 export ZEPHYR_TOOLCHAIN_VARIANT=llvm
9797 pip install codechecker==v6.25.1
9898
99- west build -b mimxrt1064_evk samples/basic/blinky -- -DZEPHYR_SCA_VARIANT=codechecker -DCODECHECKER_EXPORT=sarif
99+ west build -b native_sim samples/synchronization -- -DZEPHYR_SCA_VARIANT=codechecker -DCODECHECKER_EXPORT=sarif
100100
101101 - name : Print ccache stats
102102 if : always()
You can’t perform that action at this time.
0 commit comments