Skip to content

Commit

Permalink
samples/tests: Limit tests to known platforms
Browse files Browse the repository at this point in the history
Weekly builds will try running on a lot of platforms that aren't
necessarily supported.  Until there is better support for this, specify
an explicit list f platforms to support.

Signed-off-by: David Brown <[email protected]>
  • Loading branch information
d3zd3z committed Nov 13, 2024
1 parent b049091 commit 7af3db4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions samples/hello_world/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ common:
- "Hello world from Rust on (.*)"
tags: rust
filter: CONFIG_RUST_SUPPORTED
platform_allow:
- qemu_cortex_m0
- qemu_cortex_m3
- qemu_riscv32
- qemu_riscv32/qemu_virt_riscv32/smp
- qemu_riscv64
- qemu_riscv64/qemu_virt_riscv64/smp
- nrf52840dk/nrf52840
tests:
sample.rust.helloworld:
tags: introduction
8 changes: 8 additions & 0 deletions tests/time/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
common:
filter: CONFIG_RUST_SUPPORTED
platform_allow:
- qemu_cortex_m0
- qemu_cortex_m3
- qemu_riscv32
- qemu_riscv32/qemu_virt_riscv32/smp
- qemu_riscv64
- qemu_riscv64/qemu_virt_riscv64/smp
- nrf52840dk/nrf52840
tests:
test.rust.time:
harness: console
Expand Down

0 comments on commit 7af3db4

Please sign in to comment.