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 :
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
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
You can’t perform that action at this time.
0 commit comments