Skip to content

Commit c50fcb2

Browse files
authored
Do not fail-fast on linux REPL tests. (project-chip#42013)
* Do not fail-fast on linux REPL tests. * Set a timeout to jobs as well, to not wait 6 hours on hangs.
1 parent 5cd6e7f commit c50fcb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,10 +814,13 @@ jobs:
814814
repl_tests_linux_run:
815815
name: REPL Tests - Linux (RUN)
816816
needs: repl_tests_linux_build
817+
timeout-minutes: 45
817818

818819
if: github.actor != 'restyled-io[bot]'
819820

820821
strategy:
822+
# Since some of these tests can be flaky, do not fail all matrix parts when a single one fails
823+
fail-fast: false
821824
matrix:
822825
# This list is empirically created to have a reasonable time split. The "" that runs the "other"
823826
# tests is reasonably fast, the others take about 20-30 minutes each at the time this was split.

0 commit comments

Comments
 (0)