Skip to content

Commit 5c639ba

Browse files
jerome-pouillerjhedberg
authored andcommitted
workflows: Fix execution of samples/net/wifi
siwx917_rb4338a is not listed in the field "platform_allow" of samples/net/wifi/sample.yaml. So we have to pass -K to twister for execution of this test. Wifi capability was also missed from siwx917_rb4338a.yaml. Signed-off-by: Jérôme Pouiller <[email protected]>
1 parent e550606 commit 5c639ba

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
EXTRA_TWISTER_FLAGS="--short-build-path -O/tmp/twister-out"
4545
fi
4646
west twister --test sample.basic.helloworld -p siwx917_rb4338a -v --inline-logs $EXTRA_TWISTER_FLAGS
47-
west twister --test sample.net.wifi -p siwx917_rb4338a -v --inline-logs $EXTRA_TWISTER_FLAGS
47+
west twister --test sample.net.wifi -p siwx917_rb4338a -v --inline-logs -K $EXTRA_TWISTER_FLAGS

.github/workflows/upstream-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ jobs:
5757
EXTRA_TWISTER_FLAGS="--short-build-path -O/tmp/twister-out"
5858
fi
5959
west twister -T ../zephyr/samples -s sample.basic.helloworld -p siwx917_rb4338a -v --inline-logs $EXTRA_TWISTER_FLAGS
60-
west twister -T ../zephyr/samples -s sample.net.wifi -p siwx917_rb4338a -v --inline-logs $EXTRA_TWISTER_FLAGS
60+
west twister -T ../zephyr/samples -s sample.net.wifi -p siwx917_rb4338a -v --inline-logs -K $EXTRA_TWISTER_FLAGS

boards/silabs/radio_boards/siwx917_rb4338a/siwx917_rb4338a.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ toolchain:
1111
supported:
1212
- gpio
1313
- i2c
14+
- wifi
1415
vendor: silabs

0 commit comments

Comments
 (0)