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:
Anas Nashif 2022-03-03 07:58:32 -05:00
commit 02eb06f85e

View file

@ -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: