ci: twister: add workaround until module test data is fixed [REVERTME]
Workaround for CI to not fail on building mcuboot tests. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
422d612cdc
commit
b8957692fc
1 changed files with 2 additions and 1 deletions
3
.github/workflows/twister.yaml
vendored
3
.github/workflows/twister.yaml
vendored
|
|
@ -137,7 +137,8 @@ jobs:
|
|||
if [ "${{matrix.subset}}" = "1" ]; then
|
||||
./scripts/zephyr_module.py --twister-out module_tests.args
|
||||
if [ -s module_tests.args ]; then
|
||||
./scripts/twister +module_tests.args --outdir module_tests ${TWISTER_COMMON} ${PUSH_OPTIONS}
|
||||
# FIXME: workaround for modules with invalid test data
|
||||
./scripts/twister +module_tests.args --outdir module_tests ${TWISTER_COMMON} ${PUSH_OPTIONS} --integration
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue