Skip to content

Commit

Permalink
ci: Do not remove artifacts when running twister
Browse files Browse the repository at this point in the history
This removes the the `-M` (runtime artifact cleanup) parameter from
twister invocation because it causes instability when running on
Windows and the artifacts for the passing tests are already cleaned up
without it.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
  • Loading branch information
stephanosio committed Sep 24, 2024
1 parent 6ab5b2d commit 7ac5935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1602,7 +1602,7 @@ jobs:
# Run tests with twister
TWISTER="${ZEPHYR_ROOT}/scripts/twister"
${TWISTER} -v -N -M --force-color --inline-logs --retry-failed 3 \
${TWISTER} -v -N --force-color --inline-logs --retry-failed 3 \
--force-toolchain \
--subset ${{ matrix.subset }}/${{ env.SUBSET_COUNT }} \
${HOST_ARGS} \
Expand Down

0 comments on commit 7ac5935

Please sign in to comment.