File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed
Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ concurrency:
99jobs :
1010 clang-build :
1111 if : github.repository_owner == 'zephyrproject-rtos'
12- runs-on :
13- group : zephyr-runner-v2-linux-x64-4xlarge
12+ runs-on : ubuntu-22.04
13+ # group: zephyr-runner-v2-linux-x64-4xlarge
1414 container :
1515 image : ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
1616 options : ' --entrypoint /bin/bash'
6666 git log --pretty=oneline | head -n 10
6767 west init -l . || true
6868 west config --global update.narrow true
69- west config manifest.group-filter -- +ci,+optional
69+ west config manifest.group-filter -- +ci,+optional,-hal,-babblesim
7070 # In some cases modules are left in a state where they can't be
7171 # updated (i.e. when we cancel a job and the builder is killed),
7272 # So first retry to update, if that does not work, remove all modules
9090 ccache -p
9191 ccache -z -s -vv
9292
93- - name : Update BabbleSim to manifest revision
94- run : |
95- export BSIM_VERSION=$( west list bsim -f {revision} )
96- echo "Manifest points to bsim sha $BSIM_VERSION"
97- cd /opt/bsim_west/bsim
98- git fetch -n origin ${BSIM_VERSION}
99- git -c advice.detachedHead=false checkout ${BSIM_VERSION}
100- west update
101- make everything -s -j 8
102-
10393 - name : Run Tests with Twister
10494 id : twister
10595 run : |
You can’t perform that action at this time.
0 commit comments