Skip to content

Commit

Permalink
ci: twister: add missed invocation of --no-detailed-test-id
Browse files Browse the repository at this point in the history
Commit c14b022 (ci: twister: add --no-detailed-test-id)
added --no-detailed-test-id to workflow invocations for test plan
generations, but missed one invocation, causing CI to fail to find
tests within the testplan. Add the option to the other invocation of
`test_plan.py`

Signed-off-by: Daniel DeGrasse <[email protected]>
  • Loading branch information
danieldegrasse committed Nov 22, 2024
1 parent c14b022 commit f111052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/twister.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
rm -f testplan.json
export ZEPHYR_BASE=${PWD}
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
python3 ./scripts/ci/test_plan.py -c origin/${BASE_REF}.. --pull-request
python3 ./scripts/ci/test_plan.py -c origin/${BASE_REF}.. --pull-request --no-detailed-test-id
./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} --load-tests testplan.json ${TWISTER_COMMON} ${PR_OPTIONS}
if [ "${{matrix.subset}}" = "1" -a ${{needs.twister-build-prep.outputs.fullrun}} = 'True' ]; then
./scripts/zephyr_module.py --twister-out module_tests.args
Expand Down

0 comments on commit f111052

Please sign in to comment.