Skip to content

Commit d1caabd

Browse files
committed
Switch events conformance metadata from v1.19 to v1.20
1 parent fbe806e commit d1caabd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/conformance/testdata/conformance.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,15 +815,15 @@
815815
description: A set of events is created with a label selector which MUST be found
816816
when listed. The set of events is deleted and MUST NOT show up when listed by
817817
its label selector.
818-
release: v1.19
818+
release: v1.20
819819
file: test/e2e/apimachinery/events.go
820820
- testname: Event resource lifecycle
821821
codename: '[sig-api-machinery] Events should ensure that an event can be fetched,
822822
patched, deleted, and listed [Conformance]'
823823
description: Create an event, the event MUST exist. The event is patched with a
824824
new message, the check MUST have the update message. The event is deleted and
825825
MUST NOT show up when listing all events.
826-
release: v1.19
826+
release: v1.20
827827
file: test/e2e/apimachinery/events.go
828828
- testname: Garbage Collector, delete deployment, propagation policy background
829829
codename: '[sig-api-machinery] Garbage collector should delete RS created by deployment

test/e2e/apimachinery/events.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var _ = ginkgo.Describe("[sig-api-machinery] Events", func() {
3939
f := framework.NewDefaultFramework("events")
4040

4141
/*
42-
Release: v1.19
42+
Release: v1.20
4343
Testname: Event resource lifecycle
4444
Description: Create an event, the event MUST exist.
4545
The event is patched with a new message, the check MUST have the update message.
@@ -124,7 +124,7 @@ var _ = ginkgo.Describe("[sig-api-machinery] Events", func() {
124124
})
125125

126126
/*
127-
Release: v1.19
127+
Release: v1.20
128128
Testname: Event, delete a collection
129129
Description: A set of events is created with a label selector which MUST be found when listed.
130130
The set of events is deleted and MUST NOT show up when listed by its label selector.

0 commit comments

Comments
 (0)