ci: twister: report filter suites in weekly run
For analysis purposes, report filtered in weekly run. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
43b112a309
commit
088670d605
1 changed files with 1 additions and 1 deletions
2
.github/workflows/twister.yaml
vendored
2
.github/workflows/twister.yaml
vendored
|
|
@ -45,7 +45,7 @@ jobs:
|
||||||
BSIM_OUT_PATH: /opt/bsim/
|
BSIM_OUT_PATH: /opt/bsim/
|
||||||
BSIM_COMPONENTS_PATH: /opt/bsim/components
|
BSIM_COMPONENTS_PATH: /opt/bsim/components
|
||||||
TWISTER_COMMON: '--no-detailed-test-id --force-color --inline-logs -v -N -M --retry-failed 3 --timeout-multiplier 2 '
|
TWISTER_COMMON: '--no-detailed-test-id --force-color --inline-logs -v -N -M --retry-failed 3 --timeout-multiplier 2 '
|
||||||
DAILY_OPTIONS: ' -M --build-only --all --show-footprint'
|
DAILY_OPTIONS: ' -M --build-only --all --show-footprint --report-filtered'
|
||||||
PR_OPTIONS: ' --clobber-output --integration'
|
PR_OPTIONS: ' --clobber-output --integration'
|
||||||
PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered'
|
PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered'
|
||||||
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
|
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue