Fix release number

This commit is contained in:
Caleb Woodbine 2020-02-27 13:35:22 +13:00
parent 40dadaaa9c
commit 67fb7c5989
2 changed files with 2 additions and 2 deletions

View File

@ -1715,7 +1715,7 @@
restricted by given CPU limits MUST launch. Priority 1 - 3 Pods MUST spawn first
followed by Priority 4 Pod. The ReplicaSets with Replicas MUST contain the expected
number of Replicas.
release: v1.17
release: v1.18
file: test/e2e/scheduling/preemption.go
- testname: Scheduler, resource limits
codename: '[sig-scheduling] SchedulerPredicates [Serial] validates resource limits

View File

@ -500,7 +500,7 @@ var _ = SIGDescribe("SchedulerPreemption [Serial]", func() {
})
/*
Release: v1.17
Release: v1.18
Testname: Pod preemption verification
Description: Four levels of Pods in ReplicaSets with different levels of Priority, restricted by given CPU limits MUST launch. Priority 1 - 3 Pods MUST spawn first followed by Priority 4 Pod. The ReplicaSets with Replicas MUST contain the expected number of Replicas.
*/