Skip to content

Commit

Permalink
quarantine: Update native_sim target name, add mcumgr ram_load entry
Browse files Browse the repository at this point in the history
`native_sim/native` needs to be used now instead of `native_sim`.
Support for MCUboot RAM load mode is to be added later so for now
the related test scenario in the mcumgr sample is quarantined.

Signed-off-by: Maciej Perkowski <[email protected]>
Signed-off-by: Andrzej Głąbek <[email protected]>
  • Loading branch information
anangl committed Jan 30, 2025
1 parent c32951c commit a50d6bb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion scripts/quarantine_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@
- applications.asset_tracker_v2.debug
- applications.asset_tracker_v2.nrf_cloud
platforms:
- native_sim
- native_sim/native
comment: "Configurations excluded to limit resources usage in integration builds"

- scenarios:
Expand Down
2 changes: 1 addition & 1 deletion scripts/quarantine_no_optimization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
- scenarios:
- nrf5340_audio.sd_card_test
platforms:
- native_sim
- native_sim/native
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-30885"
12 changes: 9 additions & 3 deletions scripts/quarantine_zephyr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
- sample.modules.lvgl.demo_widgets
- sample.smf.smf_calculator
platforms:
- native_sim
- native_sim/native
- native_sim/native/64
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-24924"

Expand Down Expand Up @@ -193,16 +193,22 @@
- net.sockets.tls13.psk_kex.tickets
- net.sockets.tls13.ephemeral_kex.tickets
platforms:
- native_sim
- native_sim/native
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-30873"

- scenarios:
- drivers.power_domain.build.pm
- drivers.power_domain.build
platforms:
- native_sim
- native_sim/native
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-30877"

- scenarios:
- sample.mcumgr.smp_svr.ram_load.*
platforms:
- nrf52840dk/nrf52840
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-24488"

# --------------------------------- Won't fix section -----------------------------------

- scenarios:
Expand Down
14 changes: 7 additions & 7 deletions scripts/quarantine_zephyr_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- modem.modem_cmux
- modem.modem_ppp
platforms:
- native_sim
- native_sim/native
comment: "Configurations excluded to limit resources usage in integration builds"

- scenarios:
Expand All @@ -25,7 +25,7 @@
- net.lwm2m.block_transfer
platforms:
- [email protected]/nrf9160
- native_sim
- native_sim/native
comment: "Configurations excluded to limit resources usage in integration builds"

- scenarios:
Expand Down Expand Up @@ -80,7 +80,7 @@
- bluetooth.shell.audio.no_vcs_vcp_vol_ctlr
- bluetooth.shell.audio.no_voc
platforms:
- native_sim
- native_sim/native
comment: "Configurations excluded to limit resources usage in integration builds"

- scenarios:
Expand All @@ -94,7 +94,7 @@
- crypto.tinycrypt.hmac_prng
platforms:
- mps2_an521
- native_sim
- native_sim/native
- nrf52840dk/nrf52840
- nrf52dk/nrf52832
- nrf5340dk/nrf5340/cpuapp
Expand All @@ -108,7 +108,7 @@
- scenarios:
- crypto.hash
platforms:
- native_sim
- native_sim/native
comment: "Configurations excluded to limit resources usage in integration builds"

- scenarios:
Expand Down Expand Up @@ -147,7 +147,7 @@
- scenarios:
- net.conn_mgr.conn
platforms:
- native_sim
- native_sim/native
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
comment: "Configurations excluded to limit resources usage in integration builds"
Expand All @@ -156,7 +156,7 @@
- net.conn_mgr.dad
- net.conn_mgr.nodad
platforms:
- native_sim
- native_sim/native
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
comment: "Configurations excluded to limit resources usage in integration builds"
Expand Down

0 comments on commit a50d6bb

Please sign in to comment.