Skip to content

Commit 66113a1

Browse files
golowanowfabiobaltieri
authored andcommitted
ci: twister: run with '--overflow-as-errors'
Execute Twister with `--overflow-as-errors` to treat all memory overflows (FLASH,ROM,RAM,ICCM,DCCM,SRAM) detected on build as errors instead of skipped. Signed-off-by: Dmitrii Golovanov <[email protected]>
1 parent af4e875 commit 66113a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 --no-detailed-test-id --force-color --inline-logs -v -N -M --retry-failed 3 --timeout-multiplier 2 '
145+
TWISTER_COMMON: ' --test-config tests/test_config_ci.yaml --no-detailed-test-id --force-color --inline-logs -v -N -M --retry-failed 3 --timeout-multiplier 2 --overflow-as-errors'
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'

0 commit comments

Comments
 (0)