Skip to content

Commit 18249aa

Browse files
committed
hack/update-conformance-yaml.sh
adds [Serial] tags to some tests that schedule lots of pods
1 parent 1eab303 commit 18249aa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/conformance/testdata/conformance.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@
511511
file: test/e2e/apimachinery/garbage_collector.go
512512
- testname: Garbage Collector, delete replication controller, after owned pods
513513
codename: '[sig-api-machinery] Garbage collector should keep the rc around until
514-
all its pods are deleted if the deleteOptions says so [Conformance]'
514+
all its pods are deleted if the deleteOptions says so [Serial] [Conformance]'
515515
description: Create a replication controller with maximum allocatable Pods between
516516
10 and 100 replicas. Once RC is created and the all Pods are created, delete RC
517517
with deleteOptions.PropagationPolicy set to Foreground. Deleting the Replication
@@ -528,7 +528,8 @@
528528
file: test/e2e/apimachinery/garbage_collector.go
529529
- testname: Garbage Collector, multiple owners
530530
codename: '[sig-api-machinery] Garbage collector should not delete dependents that
531-
have both valid owner and owner that''s waiting for dependents to be deleted [Conformance]'
531+
have both valid owner and owner that''s waiting for dependents to be deleted [Serial]
532+
[Conformance]'
532533
description: Create a replication controller RC1, with maximum allocatable Pods
533534
between 10 and 100 replicas. Create second replication controller RC2 and set
534535
RC2 as owner for half of those replicas. Once RC1 is created and the all Pods
@@ -549,7 +550,7 @@
549550
file: test/e2e/apimachinery/garbage_collector.go
550551
- testname: Garbage Collector, delete replication controller, propagation policy orphan
551552
codename: '[sig-api-machinery] Garbage collector should orphan pods created by rc
552-
if delete options say so [Conformance]'
553+
if delete options say so [Serial] [Conformance]'
553554
description: Create a replication controller with maximum allocatable Pods between
554555
10 and 100 replicas. Once RC is created and the all Pods are created, delete RC
555556
with deleteOptions.PropagationPolicy set to Orphan. Deleting the Replication Controller

0 commit comments

Comments
 (0)