Skip to content

Commit a1e930b

Browse files
committed
add e2e test criteria for GA
Signed-off-by: Itamar Holder <[email protected]>
1 parent 7734a8e commit a1e930b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

keps/sig-node/2400-node-swap/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,19 @@ For beta 1:
854854
- Add e2e tests that verify pod-level control of swap utilization.
855855
- Add e2e tests that verify swap performance with pods using a tmpfs.
856856

857+
For beta 2:
858+
859+
- Add Node-conformance tests for basic swap validation. To avoid disrupting node conformance lanes, only the
860+
cgroup knobs are validated to be defined as expected with no real memory stress or swap use.
861+
- Add a lane dedicated for swap testing, including stress tests and other tests that might be disruptive and intensive.
862+
These lanes are called "swap-conformance", and are (and should remain) consistently green:
863+
- [kubelet-swap-conformance-fedora-serial](https://testgrid.k8s.io/sig-node-kubelet#kubelet-swap-conformance-fedora-serial): Green.
864+
- [kubelet-swap-conformance-ubuntu-serial](https://testgrid.k8s.io/sig-node-kubelet#kubelet-swap-conformance-ubuntu-serial): Green.
865+
866+
For GA:
867+
868+
- Ensure that all e2e tests, especially swap-conformance tests, are consistently green.
869+
857870
### Graduation Criteria
858871

859872
#### Alpha

0 commit comments

Comments
 (0)