Skip to content

Commit

Permalink
add e2e test criteria for GA
Browse files Browse the repository at this point in the history
Signed-off-by: Itamar Holder <[email protected]>
  • Loading branch information
iholder101 committed Jun 9, 2024
1 parent 4889dbd commit 015f24b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions keps/sig-node/2400-node-swap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,18 @@ For beta 1:
- Add e2e tests that verify pod-level control of swap utilization.
- Add e2e tests that verify swap performance with pods using a tmpfs.

For beta 2:

- Add Node-conformance tests for basic swap validation. To avoid disrupting node conformance lanes, only the
cgroup knobs are validated to be defined as expected with no real memory stress or swap use.

For GA:

- Add a lane dedicated for swap testing, including stress tests and other tests that might be disruptive and intensive.
These lanes are called "swap-conformance", and are (and should remain) consistently green:
- [kubelet-swap-conformance-fedora-serial](https://testgrid.k8s.io/sig-node-kubelet#kubelet-swap-conformance-fedora-serial): Green.
- [kubelet-swap-conformance-ubuntu-serial](https://testgrid.k8s.io/sig-node-kubelet#kubelet-swap-conformance-ubuntu-serial): Green.

### Graduation Criteria

#### Alpha
Expand Down

0 comments on commit 015f24b

Please sign in to comment.