ci: twister: do not report skipped tests
Do not report skipped tests to reduce size of report and to make it parseable. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
dd651c0323
commit
02eb06f85e
1 changed files with 3 additions and 3 deletions
6
.github/workflows/twister.yaml
vendored
6
.github/workflows/twister.yaml
vendored
|
@ -122,9 +122,9 @@ jobs:
|
|||
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.2
|
||||
CLANG_ROOT_DIR: /usr/lib/llvm-12
|
||||
TWISTER_COMMON: ' --inline-logs -v -N -M --retry-failed 3 '
|
||||
DAILY_OPTIONS: ' -M --build-only --all '
|
||||
PR_OPTIONS: ' --clobber-output --integration '
|
||||
PUSH_OPTIONS: ' --clobber-output -M '
|
||||
DAILY_OPTIONS: ' -M --build-only --all --no-skipped-report'
|
||||
PR_OPTIONS: ' --clobber-output --integration --no-skipped-report'
|
||||
PUSH_OPTIONS: ' --clobber-output -M --no-skipped-report'
|
||||
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
|
||||
BASE_REF: ${{ github.base_ref }}
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue