Skip to content

Commit b731768

Browse files
committed
quarantine: Update platform names, add new entries
- `native_sim/native` needs to be used now instead of `native_sim` - add entries for failing samples and tests that are to be handled after the upmerge: * sample.mcumgr.smp_svr.ram_load.* * nrf_modem_dect_phy_pcc_event * secure_storage.psa.its.secure_storage.* * sample.net.prometheus - remove `native_posix` Signed-off-by: Maciej Perkowski <[email protected]> Signed-off-by: Andrzej Głąbek <[email protected]>
1 parent 7e73106 commit b731768

File tree

5 files changed

+39
-25
lines changed

5 files changed

+39
-25
lines changed

scripts/quarantine_integration.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@
973973
- applications.asset_tracker_v2.debug
974974
- applications.asset_tracker_v2.nrf_cloud
975975
platforms:
976-
- native_sim
976+
- native_sim/native
977977
comment: "Configurations excluded to limit resources usage in integration builds"
978978

979979
- scenarios:
@@ -1484,6 +1484,3 @@
14841484
- thingy53/nrf5340/cpuapp/ns
14851485
comment: "Configurations excluded to limit resources usage in integration builds"
14861486

1487-
- platforms:
1488-
- native_posix
1489-
comment: "native_posix will be removed soon - native_sim platform is the default simulator now"

scripts/quarantine_no_optimization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
- scenarios:
99
- nrf5340_audio.sd_card_test
1010
platforms:
11-
- native_sim
11+
- native_sim/native
1212
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-30885"

scripts/quarantine_windows_mac.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
- platforms:
1111
- native_.*
12-
- qemu_cortex_m3
13-
- qemu_x86
12+
- qemu_cortex_m3.*
13+
- qemu_x86.*
1414
comment: "Cannot build samples for Native POSIX and QEMU on Windows OS"
1515

1616
- scenarios:

scripts/quarantine_zephyr.yaml

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
- sample.modules.lvgl.demo_widgets
5858
- sample.smf.smf_calculator
5959
platforms:
60-
- native_sim
60+
- native_sim/native
6161
- native_sim/native/64
6262
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-24924"
6363

@@ -193,16 +193,29 @@
193193
- net.sockets.tls13.psk_kex.tickets
194194
- net.sockets.tls13.ephemeral_kex.tickets
195195
platforms:
196-
- native_sim
196+
- native_sim/native
197197
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-30873"
198198

199199
- scenarios:
200200
- drivers.power_domain.build.pm
201201
- drivers.power_domain.build
202202
platforms:
203-
- native_sim
203+
- native_sim/native
204204
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-30877"
205205

206+
- scenarios:
207+
- sample.mcumgr.smp_svr.ram_load.*
208+
platforms:
209+
- nrf52840dk/nrf52840
210+
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-24488"
211+
212+
- scenarios:
213+
- net.iface.iid.stable
214+
platforms:
215+
- [email protected]/nrf9160/ns
216+
- nrf5340dk/nrf5340/cpuapp/ns
217+
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-31574"
218+
206219
# --------------------------------- Won't fix section -----------------------------------
207220

208221
- scenarios:
@@ -448,12 +461,19 @@
448461
- nrf54l15dk/nrf54l15/cpuapp
449462
comment: "partition manager configuration need to be fixed/provided"
450463

451-
- platforms:
452-
- native_posix
453-
comment: "native_posix will be removed soon - native_sim platform is the default simulator now"
454-
455464
- scenarios:
456465
- drivers.hwinfo.api
457466
platforms:
458467
- [email protected]/nrf54h20/cpuppr
459-
comment: Unsupported device
468+
comment: "Unsupported device"
469+
470+
- scenarios:
471+
- secure_storage.psa.its.secure_storage.*
472+
platforms:
473+
- qemu_cortex_m3/ti_lm3s6965
474+
- mps2/an521/cpu0
475+
comment: "redundant due to natve_sim already in scope"
476+
477+
- scenarios:
478+
- sample.net.prometheus
479+
comment: "not compatible with NCS (Frank Audun Kvamtro)"

scripts/quarantine_zephyr_integration.yaml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- modem.modem_cmux
1010
- modem.modem_ppp
1111
platforms:
12-
- native_sim
12+
- native_sim/native
1313
comment: "Configurations excluded to limit resources usage in integration builds"
1414

1515
- scenarios:
@@ -25,7 +25,7 @@
2525
- net.lwm2m.block_transfer
2626
platforms:
2727
28-
- native_sim
28+
- native_sim/native
2929
comment: "Configurations excluded to limit resources usage in integration builds"
3030

3131
- scenarios:
@@ -80,7 +80,7 @@
8080
- bluetooth.shell.audio.no_vcs_vcp_vol_ctlr
8181
- bluetooth.shell.audio.no_voc
8282
platforms:
83-
- native_sim
83+
- native_sim/native
8484
comment: "Configurations excluded to limit resources usage in integration builds"
8585

8686
- scenarios:
@@ -94,7 +94,7 @@
9494
- crypto.tinycrypt.hmac_prng
9595
platforms:
9696
- mps2_an521
97-
- native_sim
97+
- native_sim/native
9898
- nrf52840dk/nrf52840
9999
- nrf52dk/nrf52832
100100
- nrf5340dk/nrf5340/cpuapp
@@ -108,7 +108,7 @@
108108
- scenarios:
109109
- crypto.hash
110110
platforms:
111-
- native_sim
111+
- native_sim/native
112112
comment: "Configurations excluded to limit resources usage in integration builds"
113113

114114
- scenarios:
@@ -147,7 +147,7 @@
147147
- scenarios:
148148
- net.conn_mgr.conn
149149
platforms:
150-
- native_sim
150+
- native_sim/native
151151
- nrf52840dk/nrf52840
152152
- nrf5340dk/nrf5340/cpuapp
153153
comment: "Configurations excluded to limit resources usage in integration builds"
@@ -156,7 +156,7 @@
156156
- net.conn_mgr.dad
157157
- net.conn_mgr.nodad
158158
platforms:
159-
- native_sim
159+
- native_sim/native
160160
- nrf52840dk/nrf52840
161161
- nrf5340dk/nrf5340/cpuapp
162162
comment: "Configurations excluded to limit resources usage in integration builds"
@@ -269,6 +269,3 @@
269269
- nrf52dk/nrf52832
270270
comment: "Configurations excluded to limit resources usage in integration builds"
271271

272-
- platforms:
273-
- native_posix
274-
comment: "native_posix will be removed soon - native_sim platform is the default simulator now"

0 commit comments

Comments
 (0)