Skip to content

Commit

Permalink
scripts: Extend Zephyr samples/tests quarantine
Browse files Browse the repository at this point in the history
New sample/test build variants for already known issues were added to
Zephyr, therefore extend the quarantine with those.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
  • Loading branch information
rlubos committed Mar 14, 2024
1 parent d31e536 commit 1576890
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions scripts/quarantine_zephyr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,22 @@
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-24923"

- scenarios:
- drivers.display.default
- drivers.display.read_write.sdl.argb8888
- drivers.display.read_write.sdl.bgr565
- drivers.display.read_write.sdl.mono01
- drivers.display.read_write.sdl.mono01.lsbfirst
- drivers.display.read_write.sdl.mono10
- drivers.display.read_write.sdl.mono10.lsbfirst
- drivers.display.read_write.sdl.rgb565
- drivers.display.read_write.sdl.rgb888
- sample.display.builtin
- sample.display.lvgl.gui
- sample.modules.lvgl.accelerometer_chart
- sample.modules.lvgl.demo_music
- sample.modules.lvgl.demo_benchmark
- sample.modules.lvgl.demo_stress
- sample.modules.lvgl.demo_widgets
platforms:
- native_posix
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-24924"
Expand All @@ -75,7 +86,9 @@

- scenarios:
- sample.mgmt.osdp.control_panel
- sample.mgmt.osdp.control_panel_sc
- sample.mgmt.osdp.peripheral_device
- sample.mgmt.osdp.peripheral_device_sc
platforms:
- nrf5340dk_nrf5340_cpuapp_ns
- nrf9160dk_nrf9160_ns
Expand Down

0 comments on commit 1576890

Please sign in to comment.