Commit 165acc0
Make Fantom CI retries rerun the test suite (#58672)
Summary:
Pull Request resolved: #58672
Fantom CI retries used Jest's `--onlyFailures` cache after a failed full-suite run. Process-level failures such as `SIGSEGV` are not recorded as failed test results, so Jest selected no tests and both retries exited immediately.
Run the full Fantom suite on each retry so transient runner crashes get real retry attempts.
Changelog: [Internal]
___
Differential Revision: D121570534
fbshipit-source-id: 7d325eb8786848cbb018d9db6fea7e51650bb9e11 parent 88b9c3f commit 165acc0
1 file changed
Lines changed: 3 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 30 | + | |
| 31 | + | |
38 | 32 | | |
39 | 33 | | |
40 | | - | |
| 34 | + | |
41 | 35 | | |
42 | 36 | | |
43 | 37 | | |
| |||
0 commit comments