diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-03-31 19:55:32 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-03-31 19:57:44 +0200 |
commit | 8382256efd1e308b6f43d88216687ae97369fbb6 (patch) | |
tree | 40ff33f1e10e0759fb02b3fc3cba927b68f8202c | |
parent | e46c1c909aa041dd291962362f2d53416f6cd19d (diff) |
Disable sig_scheduling as serial
All remaining sig-scheduling tests are serial and for the time
Functest doesn't run serial test cases.
https://build.opnfv.org/ci/job/functest-kubernetes-opnfv-functest-kubernetes-smoke-latest-sig_scheduling-run/13/console
Change-Id: I3f09077a1873b92120daa3a97cbb6f68558e2b4d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit f28b4673a7b89f124d225e629f0c5267e6008c14)
-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 e7b49732..35d9b1c0 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -26,7 +26,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 |