Skip to content

Commit 0b824be

Browse files
authored
Update flaky-tests.md
- Zero-flake policy - Update resources
1 parent ce04e02 commit 0b824be

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@ 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, jobs must not automatically retry on test failures,
14+
this was effectivily implemented and announced in 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+
17+
For more information about deflaking Kubernetes tests, you can watch:
18+
- @liggitt's [presentation from Kubernetes SIG Testing - 2020-08-25](https://www.youtube.com/watch?v=Ewp8LNY_qTg).
19+
- @aojea's [presentation from Kubernetes SIG Testing - 2022-11-15](https://www.youtube.com/watch?v=x2Lj-ldR0AA&t=2660s).
20+
- @aojea's [Contributor Summit: "The art of deflaking Kubernetes tests"](https://sched.co/1LXGm).
1521

1622
**Table of Contents**
1723

0 commit comments

Comments
 (0)