Skip to content

Commit b44a946

Browse files
committed
workaround
Signed-off-by: Anas Nashif <[email protected]>
1 parent 8d216a1 commit b44a946

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codechecker.yml

Lines changed: 4 additions & 4 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:
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'
@@ -65,7 +65,7 @@ jobs:
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
@@ -96,7 +96,7 @@ jobs:
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()

0 commit comments

Comments
 (0)