Skip to content

Commit ea322cc

Browse files
committed
ci: twister: use ci specific test configuration
Use a CI specific test configuration that forces samples to be built in integration mode. Signed-off-by: Anas Nashif <[email protected]>
1 parent 3272cb1 commit ea322cc

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
@@ -48,7 +48,7 @@ jobs:
4848
CCACHE_IGNOREOPTIONS: '-specs=* --specs=*'
4949
BSIM_OUT_PATH: /opt/bsim/
5050
BSIM_COMPONENTS_PATH: /opt/bsim/components
51-
TWISTER_COMMON: '--no-detailed-test-id --force-color --inline-logs -v -N -M --retry-failed 3 --timeout-multiplier 2 '
51+
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 '
5252
WEEKLY_OPTIONS: ' -M --build-only --all --show-footprint --report-filtered'
5353
PR_OPTIONS: ' --clobber-output --integration'
5454
PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered'

0 commit comments

Comments
 (0)