File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 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