Skip to content

Commit 9f5ef47

Browse files
committed
ci: twister: also report filtered instances
For statistical purposes and to improve over all coverage, report filtered suites so we can see trends in elasticsearch and act on them. Signed-off-by: Anas Nashif <[email protected]>
1 parent 40cd35e commit 9f5ef47

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
@@ -148,7 +148,7 @@ jobs:
148148
TWISTER_COMMON: ' --force-color --inline-logs -v -N -M --retry-failed 3 --timeout-multiplier 2 '
149149
DAILY_OPTIONS: ' -M --build-only --all --show-footprint'
150150
PR_OPTIONS: ' --clobber-output --integration'
151-
PUSH_OPTIONS: ' --clobber-output -M --show-footprint'
151+
PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered'
152152
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
153153
BASE_REF: ${{ github.base_ref }}
154154
steps:

0 commit comments

Comments
 (0)