We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd8fa1 commit c2c6d1bCopy full SHA for c2c6d1b
contributors/devel/sig-testing/testing-strategy.md
@@ -47,7 +47,12 @@ of masking legit bugs that will be present in clusters running in production.
47
48
### Testing Strategy for Specific Features/Areas
49
50
-If your focus is on a specific feature or area within Kubernetes, consider this strategy:
+If your focus is on a specific feature or area within Kubernetes, it is your responsibility
51
+to ensure that tests for that a) run in the CI and b) remain healthy.
52
+SIG Testing provides the *tooling* for running tests, but is not
53
+responsible for *running* specific tests.
54
+
55
+ Consider this strategy:
56
57
1. **Periodic Jobs:**
58
- Run expensive E2E tests periodically (e.g., every 6 hours).
0 commit comments