Skip to content

Commit 088670d

Browse files
nashifkartben
authored andcommitted
ci: twister: report filter suites in weekly run
For analysis purposes, report filtered in weekly run. Signed-off-by: Anas Nashif <[email protected]>
1 parent 43b112a commit 088670d

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
@@ -45,7 +45,7 @@ jobs:
4545
BSIM_OUT_PATH: /opt/bsim/
4646
BSIM_COMPONENTS_PATH: /opt/bsim/components
4747
TWISTER_COMMON: '--no-detailed-test-id --force-color --inline-logs -v -N -M --retry-failed 3 --timeout-multiplier 2 '
48-
DAILY_OPTIONS: ' -M --build-only --all --show-footprint'
48+
DAILY_OPTIONS: ' -M --build-only --all --show-footprint --report-filtered'
4949
PR_OPTIONS: ' --clobber-output --integration'
5050
PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered'
5151
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)