Skip to content

Commit 97e45bf

Browse files
committed
ci: twister: retry build errors
Retry build errors as well, we get some sporadic build errors on windows/mac that pass if we retry. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 239961e commit 97e45bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1848,6 +1848,7 @@ jobs:
18481848
# Run tests with twister
18491849
TWISTER="${ZEPHYR_ROOT}/scripts/twister"
18501850
${TWISTER} -v -N --force-color --inline-logs --retry-failed 3 \
1851+
--retry-build-errors \
18511852
--force-toolchain \
18521853
--no-detailed-test-id \
18531854
--subset ${{ matrix.subset }}/${{ env.SUBSET_COUNT }} \

0 commit comments

Comments
 (0)