Add sig_instrumentation 25/72225/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 21 Mar 2021 12:47:36 +0000 (13:47 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 21 Mar 2021 12:47:36 +0000 (13:47 +0100)
It runs sig-instrumentation tests which are not included in K8s conformance.
It adds 6 single tests.

Change-Id: Ic320f3bc7daed0aa2846a7ea672f13f3bec45f12
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
ansible/site.yml
docker/smoke/testcases.yaml

index c4b688f..d3a1c05 100644 (file)
@@ -18,6 +18,7 @@
             - sig_apps
             - sig_auth
             - sig_cli
+            - sig_instrumentation
             - sig_network
             - sig_network_features
             - sig_scheduling
index 085d329..c109f3c 100644 (file)
@@ -163,6 +163,22 @@ tiers:
                         focus: \[sig-scheduling\]
                         skip: "\\[Disruptive\\]|\\[Flaky\\]|\
                           \\[Conformance\\]|\\[Feature:GPUDevicePlugin\\]"
+            -
+                case_name: sig_instrumentation
+                project_name: functest
+                criteria: 100
+                blocking: false
+                description: >-
+                    It runs the remaining sig-instrumentation testing excluding
+                    Conformance (part of k8s_conformance)
+                dependencies:
+                    - DEPLOY_SCENARIO: 'k8-*'
+                run:
+                    name: e2e_testing
+                    args:
+                        focus: \[sig-instrumentation\]
+                        skip: "\\[Disruptive\\]|\\[Flaky\\]|\
+                          \\[Conformance\\]"
             -
                 case_name: sig_storage
                 project_name: functest