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 <anas.nashif@intel.com>
This commit is contained in:
parent
40cd35e56d
commit
9f5ef47184
1 changed files with 1 additions and 1 deletions
2
.github/workflows/twister.yaml
vendored
2
.github/workflows/twister.yaml
vendored
|
|
@ -148,7 +148,7 @@ jobs:
|
|||
TWISTER_COMMON: ' --force-color --inline-logs -v -N -M --retry-failed 3 --timeout-multiplier 2 '
|
||||
DAILY_OPTIONS: ' -M --build-only --all --show-footprint'
|
||||
PR_OPTIONS: ' --clobber-output --integration'
|
||||
PUSH_OPTIONS: ' --clobber-output -M --show-footprint'
|
||||
PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered'
|
||||
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
|
||||
BASE_REF: ${{ github.base_ref }}
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue