diff options
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | ansible/site.cntt.yml | 1 | ||||
-rw-r--r-- | ansible/site.gate.yml | 1 | ||||
-rw-r--r-- | ansible/site.yml | 1 | ||||
-rw-r--r-- | docker/smoke/testcases.yaml | 31 |
5 files changed, 2 insertions, 35 deletions
@@ -70,12 +70,9 @@ sudo docker run --env-file env \ | sig_apps | functest | smoke | 03:45 | PASS | | sig_apps_serial | functest | smoke | 00:31 | PASS | | sig_auth | functest | smoke | 09:04 | PASS | -| sig_cli | functest | smoke | 03:01 | PASS | -| sig_cli_serial | functest | smoke | 00:05 | PASS | | sig_cluster_lifecycle | functest | smoke | 00:26 | PASS | | sig_instrumentation | functest | smoke | 00:03 | PASS | | sig_network | functest | smoke | 05:43 | PASS | -| sig_network_serial | functest | smoke | 11:14 | PASS | | sig_node | functest | smoke | 28:03 | PASS | | sig_scheduling_serial | functest | smoke | 08:03 | PASS | | sig_storage | functest | smoke | 09:17 | PASS | diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml index 2f3e6973..f9bbef36 100644 --- a/ansible/site.cntt.yml +++ b/ansible/site.cntt.yml @@ -25,7 +25,6 @@ - sig_cluster_lifecycle - sig_instrumentation - sig_network - - sig_network_serial - sig_node - sig_scheduling_serial - sig_storage diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index bdda7ae0..8e6630d1 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 a12ba395..01b6e0c0 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -28,7 +28,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 230637ed..e273e487 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -213,37 +213,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 |