Skip to content

Commit f105cfc

Browse files
authored
Merge pull request kubernetes#93487 from ii/fix-missing-e2e-test-metadata
Add missing release metadata for e2e tests
2 parents 7d7b5ca + 1077a9e commit f105cfc

File tree

6 files changed

+34
-17
lines changed

6 files changed

+34
-17
lines changed

test/conformance/testdata/conformance.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@
656656
API Server using the current Aggregator [Conformance]'
657657
description: Ensure that the sample-apiserver code from 1.17 and compiled against
658658
1.17 will work on the current Aggregator/API-Server.
659-
release: ""
659+
release: v1.17
660660
file: test/e2e/apimachinery/aggregator.go
661661
- testname: Custom Resource Definition Conversion Webhook, convert mixed version list
662662
codename: '[sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin]
@@ -893,14 +893,14 @@
893893
removed when a namespace is deleted [Conformance]'
894894
description: Ensure that if a namespace is deleted then all pods are removed from
895895
that namespace.
896-
release: ""
896+
release: v1.11
897897
file: test/e2e/apimachinery/namespace.go
898898
- testname: namespace-deletion-removes-services
899899
codename: '[sig-api-machinery] Namespaces [Serial] should ensure that all services
900900
are removed when a namespace is deleted [Conformance]'
901901
description: Ensure that if a namespace is deleted then all services are removed
902902
from that namespace.
903-
release: ""
903+
release: v1.11
904904
file: test/e2e/apimachinery/namespace.go
905905
- testname: Namespace patching
906906
codename: '[sig-api-machinery] Namespaces [Serial] should patch a Namespace [Conformance]'
@@ -1081,30 +1081,30 @@
10811081
description: Ensure that a watch can be reopened from the last resource version
10821082
observed by the previous watch, and it will continue delivering notifications
10831083
from that point in time.
1084-
release: ""
1084+
release: v1.11
10851085
file: test/e2e/apimachinery/watch.go
10861086
- testname: watch-configmaps-from-resource-version
10871087
codename: '[sig-api-machinery] Watchers should be able to start watching from a
10881088
specific resource version [Conformance]'
10891089
description: Ensure that a watch can be opened from a particular resource version
10901090
in the past and only notifications happening after that resource version are observed.
1091-
release: ""
1091+
release: v1.11
10921092
file: test/e2e/apimachinery/watch.go
10931093
- testname: watch-configmaps-with-multiple-watchers
10941094
codename: '[sig-api-machinery] Watchers should observe add, update, and delete watch
10951095
notifications on configmaps [Conformance]'
10961096
description: Ensure that multiple watchers are able to receive all add, update,
10971097
and delete notifications on configmaps that match a label selector and do not
10981098
receive notifications for configmaps which do not match that label selector.
1099-
release: ""
1099+
release: v1.11
11001100
file: test/e2e/apimachinery/watch.go
11011101
- testname: watch-configmaps-label-changed
11021102
codename: '[sig-api-machinery] Watchers should observe an object deletion if it
11031103
stops meeting the requirements of the selector [Conformance]'
11041104
description: Ensure that a watched object stops meeting the requirements of a watch's
11051105
selector, the watch will observe a delete, and will not observe notifications
11061106
for that object until it meets the selector's requirements again.
1107-
release: ""
1107+
release: v1.11
11081108
file: test/e2e/apimachinery/watch.go
11091109
- testname: watch-consistency
11101110
codename: '[sig-api-machinery] Watchers should receive events on concurrent watches
@@ -1126,68 +1126,68 @@
11261126
[Conformance]'
11271127
description: A conformant Kubernetes distribution MUST create new DaemonSet Pods
11281128
when they fail.
1129-
release: ""
1129+
release: v1.10
11301130
file: test/e2e/apps/daemon_set.go
11311131
- testname: DaemonSet-Rollback
11321132
codename: '[sig-apps] Daemon set [Serial] should rollback without unnecessary restarts
11331133
[Conformance]'
11341134
description: A conformant Kubernetes distribution MUST support automated, minimally
11351135
disruptive rollback of updates to a DaemonSet.
1136-
release: ""
1136+
release: v1.10
11371137
file: test/e2e/apps/daemon_set.go
11381138
- testname: DaemonSet-NodeSelection
11391139
codename: '[sig-apps] Daemon set [Serial] should run and stop complex daemon [Conformance]'
11401140
description: A conformant Kubernetes distribution MUST support DaemonSet Pod node
11411141
selection via label selectors.
1142-
release: ""
1142+
release: v1.10
11431143
file: test/e2e/apps/daemon_set.go
11441144
- testname: DaemonSet-Creation
11451145
codename: '[sig-apps] Daemon set [Serial] should run and stop simple daemon [Conformance]'
11461146
description: A conformant Kubernetes distribution MUST support the creation of DaemonSets.
11471147
When a DaemonSet Pod is deleted, the DaemonSet controller MUST create a replacement
11481148
Pod.
1149-
release: ""
1149+
release: v1.10
11501150
file: test/e2e/apps/daemon_set.go
11511151
- testname: DaemonSet-RollingUpdate
11521152
codename: '[sig-apps] Daemon set [Serial] should update pod when spec was updated
11531153
and update strategy is RollingUpdate [Conformance]'
11541154
description: A conformant Kubernetes distribution MUST support DaemonSet RollingUpdates.
1155-
release: ""
1155+
release: v1.10
11561156
file: test/e2e/apps/daemon_set.go
11571157
- testname: Deployment Recreate
11581158
codename: '[sig-apps] Deployment RecreateDeployment should delete old pods and create
11591159
new ones [Conformance]'
11601160
description: A conformant Kubernetes distribution MUST support the Deployment with
11611161
Recreate strategy.
1162-
release: ""
1162+
release: v1.12
11631163
file: test/e2e/apps/deployment.go
11641164
- testname: Deployment RollingUpdate
11651165
codename: '[sig-apps] Deployment RollingUpdateDeployment should delete old pods
11661166
and create new ones [Conformance]'
11671167
description: A conformant Kubernetes distribution MUST support the Deployment with
11681168
RollingUpdate strategy.
1169-
release: ""
1169+
release: v1.12
11701170
file: test/e2e/apps/deployment.go
11711171
- testname: Deployment RevisionHistoryLimit
11721172
codename: '[sig-apps] Deployment deployment should delete old replica sets [Conformance]'
11731173
description: A conformant Kubernetes distribution MUST clean up Deployment's ReplicaSets
11741174
based on the Deployment's `.spec.revisionHistoryLimit`.
1175-
release: ""
1175+
release: v1.12
11761176
file: test/e2e/apps/deployment.go
11771177
- testname: Deployment Proportional Scaling
11781178
codename: '[sig-apps] Deployment deployment should support proportional scaling
11791179
[Conformance]'
11801180
description: A conformant Kubernetes distribution MUST support Deployment proportional
11811181
scaling, i.e. proportionally scale a Deployment's ReplicaSets when a Deployment
11821182
is scaled.
1183-
release: ""
1183+
release: v1.12
11841184
file: test/e2e/apps/deployment.go
11851185
- testname: Deployment Rollover
11861186
codename: '[sig-apps] Deployment deployment should support rollover [Conformance]'
11871187
description: A conformant Kubernetes distribution MUST support Deployment rollover,
11881188
i.e. allow arbitrary number of changes to desired state during rolling update
11891189
before the rollout finishes.
1190-
release: ""
1190+
release: v1.12
11911191
file: test/e2e/apps/deployment.go
11921192
- testname: Jobs, orphan pods, re-adoption
11931193
codename: '[sig-apps] Job should adopt matching orphans and release non-matching

test/e2e/apimachinery/aggregator.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ var _ = SIGDescribe("Aggregator", func() {
9090
})
9191

9292
/*
93+
Release : v1.17
9394
Testname: aggregator-supports-the-sample-apiserver
9495
Description: Ensure that the sample-apiserver code from 1.17 and compiled against 1.17
9596
will work on the current Aggregator/API-Server.

test/e2e/apimachinery/namespace.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,13 +228,15 @@ var _ = SIGDescribe("Namespaces [Serial]", func() {
228228
f := framework.NewDefaultFramework("namespaces")
229229

230230
/*
231+
Release : v1.11
231232
Testname: namespace-deletion-removes-pods
232233
Description: Ensure that if a namespace is deleted then all pods are removed from that namespace.
233234
*/
234235
framework.ConformanceIt("should ensure that all pods are removed when a namespace is deleted",
235236
func() { ensurePodsAreRemovedWhenNamespaceIsDeleted(f) })
236237

237238
/*
239+
Release : v1.11
238240
Testname: namespace-deletion-removes-services
239241
Description: Ensure that if a namespace is deleted then all services are removed from that namespace.
240242
*/

test/e2e/apimachinery/watch.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ var _ = SIGDescribe("Watchers", func() {
4646
f := framework.NewDefaultFramework("watch")
4747

4848
/*
49+
Release : v1.11
4950
Testname: watch-configmaps-with-multiple-watchers
5051
Description: Ensure that multiple watchers are able to receive all add,
5152
update, and delete notifications on configmaps that match a label selector and do
@@ -132,6 +133,7 @@ var _ = SIGDescribe("Watchers", func() {
132133
})
133134

134135
/*
136+
Release : v1.11
135137
Testname: watch-configmaps-from-resource-version
136138
Description: Ensure that a watch can be opened from a particular resource version
137139
in the past and only notifications happening after that resource version are observed.
@@ -179,6 +181,7 @@ var _ = SIGDescribe("Watchers", func() {
179181
})
180182

181183
/*
184+
Release : v1.11
182185
Testname: watch-configmaps-closed-and-restarted
183186
Description: Ensure that a watch can be reopened from the last resource version
184187
observed by the previous watch, and it will continue delivering notifications from
@@ -244,6 +247,7 @@ var _ = SIGDescribe("Watchers", func() {
244247
})
245248

246249
/*
250+
Release : v1.11
247251
Testname: watch-configmaps-label-changed
248252
Description: Ensure that a watched object stops meeting the requirements of
249253
a watch's selector, the watch will observe a delete, and will not observe

test/e2e/apps/daemon_set.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ var _ = SIGDescribe("Daemon set [Serial]", func() {
146146
})
147147

148148
/*
149+
Release : v1.10
149150
Testname: DaemonSet-Creation
150151
Description: A conformant Kubernetes distribution MUST support the creation of DaemonSets. When a DaemonSet
151152
Pod is deleted, the DaemonSet controller MUST create a replacement Pod.
@@ -173,6 +174,7 @@ var _ = SIGDescribe("Daemon set [Serial]", func() {
173174
})
174175

175176
/*
177+
Release : v1.10
176178
Testname: DaemonSet-NodeSelection
177179
Description: A conformant Kubernetes distribution MUST support DaemonSet Pod node selection via label
178180
selectors.
@@ -273,6 +275,7 @@ var _ = SIGDescribe("Daemon set [Serial]", func() {
273275
})
274276

275277
/*
278+
Release : v1.10
276279
Testname: DaemonSet-FailedPodCreation
277280
Description: A conformant Kubernetes distribution MUST create new DaemonSet Pods when they fail.
278281
*/
@@ -352,6 +355,7 @@ var _ = SIGDescribe("Daemon set [Serial]", func() {
352355
})
353356

354357
/*
358+
Release : v1.10
355359
Testname: DaemonSet-RollingUpdate
356360
Description: A conformant Kubernetes distribution MUST support DaemonSet RollingUpdates.
357361
*/
@@ -408,6 +412,7 @@ var _ = SIGDescribe("Daemon set [Serial]", func() {
408412
})
409413

410414
/*
415+
Release : v1.10
411416
Testname: DaemonSet-Rollback
412417
Description: A conformant Kubernetes distribution MUST support automated, minimally disruptive
413418
rollback of updates to a DaemonSet.

test/e2e/apps/deployment.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,20 +83,23 @@ var _ = SIGDescribe("Deployment", func() {
8383
testDeleteDeployment(f)
8484
})
8585
/*
86+
Release : v1.12
8687
Testname: Deployment RollingUpdate
8788
Description: A conformant Kubernetes distribution MUST support the Deployment with RollingUpdate strategy.
8889
*/
8990
framework.ConformanceIt("RollingUpdateDeployment should delete old pods and create new ones", func() {
9091
testRollingUpdateDeployment(f)
9192
})
9293
/*
94+
Release : v1.12
9395
Testname: Deployment Recreate
9496
Description: A conformant Kubernetes distribution MUST support the Deployment with Recreate strategy.
9597
*/
9698
framework.ConformanceIt("RecreateDeployment should delete old pods and create new ones", func() {
9799
testRecreateDeployment(f)
98100
})
99101
/*
102+
Release : v1.12
100103
Testname: Deployment RevisionHistoryLimit
101104
Description: A conformant Kubernetes distribution MUST clean up Deployment's ReplicaSets based on
102105
the Deployment's `.spec.revisionHistoryLimit`.
@@ -105,6 +108,7 @@ var _ = SIGDescribe("Deployment", func() {
105108
testDeploymentCleanUpPolicy(f)
106109
})
107110
/*
111+
Release : v1.12
108112
Testname: Deployment Rollover
109113
Description: A conformant Kubernetes distribution MUST support Deployment rollover,
110114
i.e. allow arbitrary number of changes to desired state during rolling update
@@ -120,6 +124,7 @@ var _ = SIGDescribe("Deployment", func() {
120124
testDeploymentsControllerRef(f)
121125
})
122126
/*
127+
Release : v1.12
123128
Testname: Deployment Proportional Scaling
124129
Description: A conformant Kubernetes distribution MUST support Deployment
125130
proportional scaling, i.e. proportionally scale a Deployment's ReplicaSets

0 commit comments

Comments
 (0)