Skip to content

Commit ece86e2

Browse files
authored
Merge pull request #7538 from aojea/patch-1
Update flaky-tests.md
2 parents 6a51e97 + d5650fe commit ece86e2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

contributors/devel/sig-testing/flaky-tests.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,15 @@ writing our tests defensively. When flakes are identified, we should prioritize
1010
addressing them, either by fixing them or quarantining them off the critical
1111
path.
1212

13-
For more information about deflaking Kubernetes tests, watch @liggitt's
14-
[presentation from Kubernetes SIG Testing - 2020-08-25](https://www.youtube.com/watch?v=Ewp8LNY_qTg).
13+
The project has a "zero-flake" policy. Test jobs must not automatically retry on test failures.
14+
This was announced and implemented in effect from 2019:
15+
[No more ginkgo.flakeAttempts=2 for e2e tests as of 2019-12-13](https://groups.google.com/g/kubernetes-dev/c/NNmEGUsJObg/m/dmI2mVc_AAAJ)
16+
(and then confirmed as policy in 2023).
17+
18+
For more information about deflaking Kubernetes tests, you can watch:
19+
- @liggitt's [presentation from Kubernetes SIG Testing - 2020-08-25](https://www.youtube.com/watch?v=Ewp8LNY_qTg).
20+
- @aojea's [presentation from Kubernetes SIG Testing - 2022-11-15](https://www.youtube.com/watch?v=x2Lj-ldR0AA&t=2660s).
21+
- @aojea's [Contributor Summit: "The art of deflaking Kubernetes tests"](https://sched.co/1LXGm).
1522

1623
**Table of Contents**
1724

0 commit comments

Comments
 (0)