You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the caveat already mentioned about appliability of conformance
tests (memory manager has no API endpoint to validate, so we
must check the behavior with e2e tests), tick the missing checkboxes.
Signed-off-by: Francesco Romani <[email protected]>
Copy file name to clipboardExpand all lines: keps/sig-node/1769-memory-manager/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,11 +73,11 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
73
73
-[x] (R) KEP approvers have approved the KEP status as `implementable`
74
74
-[x] (R) Design details are appropriately documented
75
75
-[x] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
76
-
-[] e2e Tests for all Beta API Operations (endpoints)
77
-
-[] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
78
-
-[] (R) Minimum Two Week Window for GA e2e tests to prove flake free
76
+
-[x] e2e Tests for all Beta API Operations (endpoints)
77
+
-[x] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
78
+
-[x] (R) Minimum Two Week Window for GA e2e tests to prove flake free
79
79
-[x] (R) Graduation criteria is in place
80
-
-[] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
80
+
-[x] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
81
81
-[x] (R) Production readiness review completed
82
82
-[x] Production readiness review approved
83
83
-[x] "Implementation History" section is up-to-date for milestone
0 commit comments