From cea19e8c8cba4a7aa7073c1df9225fccbaa8bc3c Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Thu, 26 Aug 2021 16:12:37 +0200 Subject: [PATCH] Remove sig_network_serial MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit PerformanceDNS is now optional [1] and DNS configMap nameserver makes operations on coredns which would break an living deployment [2]. sig_network_serial is now enpty and then can be safely removed. [1] https://github.com/cntt-n/CNTT/pull/2580 [2] https://github.com/kubernetes/kubernetes/blob/c262d09bb7d22d62665aa215b5c6d1dd2a865007/test/e2e/network/dns_common.go#L238 Change-Id: I525cf894699a1d56f0b3cbb8e630d40ea3549b51 Signed-off-by: Cédric Ollivier (cherry picked from commit 775135dd1ef01ab50a22846067bfdd87903f836e) --- README.md | 3 --- ansible/site.gate.yml | 1 - ansible/site.yml | 1 - docker/smoke/testcases.yaml | 31 ++----------------------------- 4 files changed, 2 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index ffde38e1..20d1ade7 100644 --- a/README.md +++ b/README.md @@ -70,12 +70,9 @@ sudo docker run --env-file env \ | sig_apps | functest | smoke | 06:04 | PASS | | sig_apps_serial | functest | smoke | 00:41 | PASS | | sig_auth | functest | smoke | 10:05 | PASS | -| sig_cli | functest | smoke | 02:57 | PASS | -| sig_cli_serial | functest | smoke | 00:05 | PASS | | sig_cluster_lifecycle | functest | smoke | 00:37 | PASS | | sig_instrumentation | functest | smoke | 00:03 | PASS | | sig_network | functest | smoke | 03:20 | PASS | -| sig_network_serial | functest | smoke | 10:52 | PASS | | sig_node | functest | smoke | 04:53 | PASS | | sig_scheduling_serial | functest | smoke | 08:01 | PASS | | sig_storage | functest | smoke | 06:04 | PASS | diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index ddfbfd05..ff81e292 100644 --- a/ansible/site.gate.yml +++ b/ansible/site.gate.yml @@ -62,7 +62,6 @@ - sig_cluster_lifecycle - sig_instrumentation - sig_network - - sig_network_serial - sig_node - sig_scheduling_serial - sig_storage diff --git a/ansible/site.yml b/ansible/site.yml index bff3d200..64d4e43e 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -29,7 +29,6 @@ - sig_cluster_lifecycle - sig_instrumentation - sig_network - - sig_network_serial - sig_node - sig_scheduling_serial - sig_storage diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index e90c76bd..0ac309fb 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -231,37 +231,10 @@ tiers: \\[Feature:NEG\\]|\ \\[Feature:Networking-IPv6\\]|\ \\[Feature:NetworkPolicy\\]|\ - \\[Feature:SCTP\\]|\ - \\[Feature:SCTPConnectivity\\]| - load.balancer|LoadBalancer|\ - Network.should.set.TCP.CLOSE_WAIT.timeout" - - case_name: sig_network_serial - project_name: functest - criteria: 100 - blocking: false - description: >- - It runs the remaining sig-network testing excluding - the label Conformance (part of k8s_conformance) and a few features. - dependencies: - - DEPLOY_SCENARIO: "k8-*" - run: - name: e2e_testing - args: - ginkgo: - focus: \[sig-network\].*\[Serial\] - skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\ - \\[Conformance\\]|\ - \\[Feature:Example\\]|\ - \\[Feature:Ingress\\]|\ - \\[Feature:IPv6DualStack\\]|\ - \\[Feature:kubemci\\]|\ - \\[Feature:KubeProxyDaemonSetMigration\\]|\ - \\[Feature:KubeProxyDaemonSetUpgrade\\]|\ - \\[Feature:NEG\\]|\ - \\[Feature:Networking-IPv6\\]|\ - \\[Feature:NetworkPolicy\\]|\ + \\[Feature:PerformanceDNS\\]|\ \\[Feature:SCTP\\]|\ \\[Feature:SCTPConnectivity\\]|\ + DNS configMap nameserver|\ load.balancer|LoadBalancer|\ Network.should.set.TCP.CLOSE_WAIT.timeout" - case_name: sig_node -- 2.16.6