Merge pull request #111347 from aojea/aggregator_serial

Conformance test "manage the lifecycle of an APIService" is Disruptive and should run in Serial
This commit is contained in:
Kubernetes Prow Robot 2022-07-22 07:17:37 -07:00 committed by GitHub
commit 9ec582da8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 25 deletions

View File

@ -160,18 +160,6 @@
1.17 will work on the current Aggregator/API-Server.
release: v1.17, v1.21
file: test/e2e/apimachinery/aggregator.go
- testname: Aggregator, manage lifecycle of an APIService
codename: '[sig-api-machinery] Aggregator should manage the lifecycle of an APIService
[Conformance]'
description: An APIService is created which MUST succeed. The APIService status
when replaced MUST succeed. Given the updating of the APIService status, the fields
MUST equal the new values. The APIService status when patched MUST succeed. Given
the patching of the APIService status, the fields MUST equal the new values. The
APIService when replaced MUST succeed. Given the updating of the APIService, the
fields MUST equal the new values. It MUST succeed at deleting a collection of
APIServices via a label selector.
release: v1.25
file: test/e2e/apimachinery/aggregator.go
- testname: Custom Resource Definition Conversion Webhook, convert mixed version list
codename: '[sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin]
should be able to convert a non homogeneous list of CRs [Conformance]'

View File

@ -108,19 +108,7 @@ var _ = SIGDescribe("Aggregator", func() {
TestSampleAPIServer(f, aggrclient, imageutils.GetE2EImage(imageutils.APIServer))
})
/*
Release: v1.25
Testname: Aggregator, manage lifecycle of an APIService
Description: An APIService is created which MUST succeed. The
APIService status when replaced MUST succeed. Given the updating
of the APIService status, the fields MUST equal the new values.
The APIService status when patched MUST succeed. Given the patching
of the APIService status, the fields MUST equal the new values. The
APIService when replaced MUST succeed. Given the updating of the
APIService, the fields MUST equal the new values. It MUST succeed at
deleting a collection of APIServices via a label selector.
*/
framework.ConformanceIt("should manage the lifecycle of an APIService", func() {
ginkgo.It("should manage the lifecycle of an APIService [Serial][Disruptive]", func() {
ns := f.Namespace.Name
framework.Logf("ns: %v", ns)