diff options
-rw-r--r-- | ansible/site.yml | 1 | ||||
-rw-r--r-- | docker/smoke/testcases.yaml | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index 63e349da..59e11d39 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -23,7 +23,6 @@ - sig_network - sig_network_features - sig_node - - sig_scheduling - sig_storage - container: functest-kubernetes-security tests: diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 3bcad03c..4b7932af 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -192,24 +192,6 @@ tiers: \\[Feature:ExperimentalResourceUsageTracking\\]|\ RuntimeClass" - - case_name: sig_scheduling - project_name: functest - criteria: 100 - blocking: false - description: >- - It runs the remaining sig-network testing excluding the - next labels: Conformance (part of k8s_conformance) and the - GPUDevicePlugin feature. - dependencies: - - DEPLOY_SCENARIO: 'k8-*' - run: - name: e2e_testing - args: - focus: \[sig-scheduling\] - skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\ - \\[Serial\\]|\\[Conformance\\]|\ - \\[Feature:GPUDevicePlugin\\]" - - case_name: sig_instrumentation project_name: functest criteria: 100 |