From 1f6f05c1720c332d598eab5be7e6ad6e511f62ba Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 4 Dec 2024 23:25:31 +0200 Subject: [PATCH] github: workflows: Add a Bluetooth observer test case 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. https://github.com/zephyrproject-rtos/zephyr/issues/82569 https://github.com/zephyrproject-rtos/zephyr/pull/82575 Signed-off-by: Johan Hedberg --- .github/workflows/upstream-build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upstream-build.yml b/.github/workflows/upstream-build.yml index 8bea405..07a1673 100644 --- a/.github/workflows/upstream-build.yml +++ b/.github/workflows/upstream-build.yml @@ -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