aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-03-25 10:57:32 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2021-03-26 13:07:07 +0100
commita6a9a22ae990eb8cbc2d67c394d8fb7a87c4fdba (patch)
treee5cdfc73178fabd472802a18377f7e9f05971d93
parentc8e58d772b18878ec157e54d1ea2aa373872311d (diff)
Exlude Serial and Feature:Feature:StorageVersionAPI
Serial asks to split the testcases into 2 runs. https://build.opnfv.org/ci/job/functest-kubernetes-opnfv-functest-kubernetes-smoke-latest-sig_api_machinery-run/7/console Change-Id: I58f9d9023f596141bbefae8339043f813a124854 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--docker/smoke/testcases.yaml32
1 files changed, 20 insertions, 12 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml
index a1f75cc4..ecf9c6a6 100644
--- a/docker/smoke/testcases.yaml
+++ b/docker/smoke/testcases.yaml
@@ -40,7 +40,8 @@ tiers:
blocking: false
description: >-
It runs the remaining sig-api-machinery testing excluding
- the label Conformance (part of k8s_conformance)
+ the label Conformance (part of k8s_conformance) and
+ StorageVersionAPI.
dependencies:
- DEPLOY_SCENARIO: 'k8-*'
run:
@@ -48,7 +49,8 @@ tiers:
args:
focus: \[sig-api-machinery\]
skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\
- \\[Conformance\\]"
+ \\[Serial\\]|\\[Conformance\\]|\
+ \\[Feature:Feature:StorageVersionAPI\\]"
-
case_name: sig_apps
project_name: functest
@@ -65,7 +67,8 @@ tiers:
args:
focus: \[sig-apps]
skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\
- \\[Conformance\\]|\\[Feature:StatefulUpgrade\\]|\
+ \\[Serial\\]|\\[Conformance\\]|\
+ \\[Feature:StatefulUpgrade\\]|\
\\[Feature:StatefulSet\\]"
-
case_name: sig_auth
@@ -84,7 +87,8 @@ tiers:
args:
focus: \[sig-auth\]
skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\
- \\[Conformance\\]|\\[Feature:PodSecurityPolicy\\]|\
+ \\[Serial\\]|\\[Conformance\\]|\
+ \\[Feature:PodSecurityPolicy\\]|\
\\[Feature:BoundServiceAccountTokenVolume\\]"
-
case_name: sig_cli
@@ -101,7 +105,7 @@ tiers:
args:
focus: \[sig-cli]
skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\
- \\[Conformance\\]"
+ \\[Serial\\]|\\[Conformance\\]"
-
case_name: sig_cluster_lifecycle
project_name: functest
@@ -117,7 +121,7 @@ tiers:
args:
focus: \[sig-cluster-lifecycle\]
skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\
- \\[Conformance\\]"
+ \\[Serial\\]|\\[Conformance\\]"
-
case_name: sig_network
project_name: functest
@@ -134,8 +138,8 @@ tiers:
args:
focus: \[sig-network\]
skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\
- \\[Conformance\\]|load.balancer|LoadBalancer|\
- \\[Feature:.+\\]"
+ \\[Serial\\]|\\[Conformance\\]|load.balancer|\
+ LoadBalancer|\\[Feature:.+\\]"
-
case_name: sig_network_features
project_name: functest
@@ -158,6 +162,7 @@ tiers:
\\[Feature:Networking-Performance\\]|\
\\[Feature:PerformanceDNS\\]|\\[Feature:NoSNAT\\]"
skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\
+ \\[Serial\\]|\\[Conformance\\]|\
\\[Feature:NetworkPolicy\\]|\
\\[Feature:Networking-IPv6\\]|\
\\[Feature:IPv6DualStackAlphaFeature\\]|\
@@ -180,7 +185,8 @@ tiers:
args:
focus: \[sig-node]
skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\
- \\[Conformance\\]|\\[NodeFeature:RuntimeHandler\\]|\
+ \\[Serial\\]|\\[Conformance\\]|\
+ \\[NodeFeature:RuntimeHandler\\]|\
\\[Feature:PodGarbageCollector\\]|\
\\[Feature:RegularResourceUsageTracking\\]|\
\\[Feature:ExperimentalResourceUsageTracking\\]|\
@@ -201,7 +207,8 @@ tiers:
args:
focus: \[sig-scheduling\]
skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\
- \\[Conformance\\]|\\[Feature:GPUDevicePlugin\\]"
+ \\[Serial\\]|\\[Conformance\\]|\
+ \\[Feature:GPUDevicePlugin\\]"
-
case_name: sig_instrumentation
project_name: functest
@@ -217,7 +224,7 @@ tiers:
args:
focus: \[sig-instrumentation\]
skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\
- \\[Conformance\\]"
+ \\[Serial\\]|\\[Conformance\\]"
-
case_name: sig_storage
project_name: functest
@@ -234,5 +241,6 @@ tiers:
args:
focus: \[sig-storage\]
skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\
- \\[Conformance\\]|\\[Feature:.+\\]|\\[Driver:.+\\]|\
+ \\[Serial\\]|\\[Conformance\\]|\
+ \\[Feature:.+\\]|\\[Driver:.+\\]|\
PersistentVolumes.NFS|\\[Slow\\]"