Skip to content

Commit d13b348

Browse files
ffromaniTal-or
authored andcommitted
node: memmgr: tick missing checkboxes
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]>
1 parent 6d60f7a commit d13b348

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

keps/sig-node/1769-memory-manager/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
7373
- [x] (R) KEP approvers have approved the KEP status as `implementable`
7474
- [x] (R) Design details are appropriately documented
7575
- [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
7979
- [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)
8181
- [x] (R) Production readiness review completed
8282
- [x] Production readiness review approved
8383
- [x] "Implementation History" section is up-to-date for milestone

0 commit comments

Comments
 (0)