Skip to content

Commit

Permalink
workflows: Fix execution of samples/net/wifi
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jerome-pouiller authored and jhedberg committed Sep 25, 2024
1 parent e550606 commit 5c639ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
EXTRA_TWISTER_FLAGS="--short-build-path -O/tmp/twister-out"
fi
west twister --test sample.basic.helloworld -p siwx917_rb4338a -v --inline-logs $EXTRA_TWISTER_FLAGS
west twister --test sample.net.wifi -p siwx917_rb4338a -v --inline-logs $EXTRA_TWISTER_FLAGS
west twister --test sample.net.wifi -p siwx917_rb4338a -v --inline-logs -K $EXTRA_TWISTER_FLAGS
2 changes: 1 addition & 1 deletion .github/workflows/upstream-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
EXTRA_TWISTER_FLAGS="--short-build-path -O/tmp/twister-out"
fi
west twister -T ../zephyr/samples -s sample.basic.helloworld -p siwx917_rb4338a -v --inline-logs $EXTRA_TWISTER_FLAGS
west twister -T ../zephyr/samples -s sample.net.wifi -p siwx917_rb4338a -v --inline-logs $EXTRA_TWISTER_FLAGS
west twister -T ../zephyr/samples -s sample.net.wifi -p siwx917_rb4338a -v --inline-logs -K $EXTRA_TWISTER_FLAGS
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ toolchain:
supported:
- gpio
- i2c
- wifi
vendor: silabs

0 comments on commit 5c639ba

Please sign in to comment.