@@ -308,31 +308,43 @@ Integration tests are contained in k8s.io/kubernetes/test/integration.
308
308
Integration tests allow control of the configuration parameters used to start the binaries under test.
309
309
This is different from e2e tests which do not allow configuration of parameters.
310
310
Doing this allows testing non-default options and multiple different and potentially conflicting command line options.
311
+ For more details, see https://github.com/kubernetes/community/blob/master/contributors/devel/sig-testing/testing-strategy.md
312
+
313
+ If integration tests are not necessary or useful, explain why.
311
314
-->
312
315
313
316
<!--
314
317
This question should be filled when targeting a release.
315
318
For Alpha, describe what tests will be added to ensure proper quality of the enhancement.
316
319
317
- For Beta and GA, add links to added tests together with links to k8s-triage for those tests:
318
- https://storage.googleapis.com/k8s-triage/index.html
320
+ For Beta and GA, document that tests have been written,
321
+ have been executed regularly, and have been stable.
322
+ This can be done with:
323
+ - permalinks to the GitHub source code
324
+ - links to the periodic job (typically https://testgrid.k8s.io/sig-release-master-blocking#integration-master), filtered by the test name
325
+ - a search in the Kubernetes bug triage tool (https://storage.googleapis.com/k8s-triage/index.html)
319
326
-->
320
327
321
- - < test >: < link to test coverage >
328
+ - [ test name ] ( https://github.com/kubernetes/kubernetes/blob/2334b8469e1983c525c0c6382125710093a25883/test/integration/... ) : [ integration master ] ( https://testgrid.k8s.io/sig-release-master-blocking#integration-master?include-filter-by-regex=MyCoolFeature ) , [ triage search ] ( https://storage.googleapis.com/k8s-triage/index.html?test=MyCoolFeature )
322
329
323
330
##### e2e tests
324
331
325
332
<!--
326
333
This question should be filled when targeting a release.
327
334
For Alpha, describe what tests will be added to ensure proper quality of the enhancement.
328
335
329
- For Beta and GA, add links to added tests together with links to k8s-triage for those tests:
330
- https://storage.googleapis.com/k8s-triage/index.html
336
+ For Beta and GA, document that tests have been written,
337
+ have been executed regularly, and have been stable.
338
+ This can be done with:
339
+ - permalinks to the GitHub source code
340
+ - links to the periodic job (typically a job owned by the SIG responsible for the feature), filtered by the test name
341
+ - a search in the Kubernetes bug triage tool (https://storage.googleapis.com/k8s-triage/index.html)
331
342
332
343
We expect no non-infra related flakes in the last month as a GA graduation criteria.
344
+ If e2e tests are not necessary or useful, explain why.
333
345
-->
334
346
335
- - < test >: < link to test coverage >
347
+ - [ test name ] ( https://github.com/kubernetes/kubernetes/blob/2334b8469e1983c525c0c6382125710093a25883/test/e2e/... ) : [ SIG ... ] ( https://testgrid.k8s.io/sig-...?include-filter-by-regex=MyCoolFeature ) , [ triage search ] ( https://storage.googleapis.com/k8s-triage/index.html?test=MyCoolFeature )
336
348
337
349
### Graduation Criteria
338
350
0 commit comments