Skip to content

Commit 93aace3

Browse files
committed
explain why e2e tests is empty
Signed-off-by: kerthcet <[email protected]>
1 parent 16acbc1 commit 93aace3

File tree

1 file changed

+4
-3
lines changed
  • keps/sig-scheduling/3094-pod-topology-spread-considering-taints

1 file changed

+4
-3
lines changed

keps/sig-scheduling/3094-pod-topology-spread-considering-taints/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ For Beta and GA, add links to added tests together with links to k8s-triage for
380380
https://storage.googleapis.com/k8s-triage/index.html
381381
-->
382382

383-
- tests with policies honored/ignored in filtering
384-
- tests with policies honored/ignored in scoring
383+
- [tests](https://github.com/kubernetes/kubernetes/blob/master/pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go) with policies honored/ignored in filtering
384+
- [tests](https://github.com/kubernetes/kubernetes/blob/master/pkg/scheduler/framework/plugins/podtopologyspread/scoring_test.go) with policies honored/ignored in scoring
385385

386386
##### e2e tests
387387

@@ -394,7 +394,8 @@ https://storage.googleapis.com/k8s-triage/index.html
394394
395395
We expect no non-infra related flakes in the last month as a GA graduation criteria.
396396
-->
397-
None.
397+
None. Considering we didn't introduce any new API endpoints in this KEP and this feature only impacts the kube-scheduler,
398+
so rely on integration tests to verify the scheduling results is enough.
398399

399400

400401
### Graduation Criteria

0 commit comments

Comments
 (0)