Skip to content

Commit

Permalink
github: workflows: Add a Bluetooth observer test case
Browse files Browse the repository at this point in the history
Add a new Bluetooth Observer role test case, and at the same time
consolidate the various test & platform options into a single twister
invocation. The observer test is useful since it doesn't enable SMP, and
would have helped catch a regression for EFR32 platforms.

zephyrproject-rtos/zephyr#82569
zephyrproject-rtos/zephyr#82575

Signed-off-by: Johan Hedberg <[email protected]>
  • Loading branch information
jhedberg committed Dec 5, 2024
1 parent dfcd3e1 commit 2208911
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/upstream-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,11 @@ jobs:
working-directory: zephyr-silabs
shell: bash
run: |
west twister -s sample.bluetooth.peripheral_hr -p xg27_dk2602a -v --inline-logs -K
west twister -s sample.bluetooth.peripheral_hr -p siwx917_rb4338a -v --inline-logs -K
west twister -v --inline-logs -K \
-p xg27_dk2602a \
-p siwx917_rb4338a \
-s sample.bluetooth.peripheral_hr \
-s sample.bluetooth.observer
- name: Build Rail samples
working-directory: zephyr-silabs
Expand Down

0 comments on commit 2208911

Please sign in to comment.