Skip to content

Commit e199a39

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

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:
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
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

0 commit comments

Comments
 (0)