Skip to content

Commit ea233d0

Browse files
committed
[nrf fromlist] ci: Quarantine nRF54 board from few tests
See issues: * zephyrproject-rtos/zephyr#108566 Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no> Upstream PR #: 106289
1 parent 943b548 commit ea233d0

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/twister.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
CCACHE_IGNOREOPTIONS: '-specs=* --specs=*'
143143
BSIM_OUT_PATH: /opt/bsim/
144144
BSIM_COMPONENTS_PATH: /opt/bsim/components
145-
TWISTER_COMMON: ' --test-config tests/test_config_ci.yaml --force-color --inline-logs -v -N -M --retry-failed 3 --timeout-multiplier 2 '
145+
TWISTER_COMMON: ' --test-config tests/test_config_ci.yaml --quarantine-list tests/quarantine_ci.yaml --force-color --inline-logs -v -N -M --retry-failed 3 --timeout-multiplier 2 '
146146
WEEKLY_OPTIONS: ' -M --build-only --all --show-footprint --report-filtered -j 32'
147147
PR_OPTIONS: ' --clobber-output --integration -j 16'
148148
PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered -j 16'

tests/quarantine_ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- scenarios:
2+
- tf-m.regression.ipc.lvl1
3+
- tf-m.regression.ipc.lvl2
4+
- tf-m.regression.sfn
5+
comment: "Link to the issue: https://github.com/zephyrproject-rtos/zephyr/issues/108566"
6+
platforms:
7+
- .*\/nrf54l15\/cpuapp\/ns

0 commit comments

Comments
 (0)