aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-03-21 12:59:13 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2021-03-21 12:59:13 +0100
commit985b7955d065065d191702f1355d7ca114f0c827 (patch)
treef59447bd4a6dad365b64bdfcf9105635c5a70fc7
parentb5c7bc0107a443722004ecced91118042965f327 (diff)
Add sig-apps
It runs sig-apps tests which are not included in K8s conformance. Change-Id: Ic02e75b94e6cd923f05af16eb98706599fd26f59 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--ansible/site.yml1
-rw-r--r--docker/smoke/testcases.yaml23
2 files changed, 22 insertions, 2 deletions
diff --git a/ansible/site.yml b/ansible/site.yml
index f9863fea..241e0340 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -15,6 +15,7 @@
- xrally_kubernetes
- k8s_conformance
- sig_api_machinery
+ - sig_apps
- sig_auth
- sig_network
- sig_network_features
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml
index f2d097e3..ad952704 100644
--- a/docker/smoke/testcases.yaml
+++ b/docker/smoke/testcases.yaml
@@ -50,14 +50,33 @@ tiers:
skip: "\\[Disruptive\\]|\\[Flaky\\]|\
\\[Conformance\\]"
-
+ case_name: sig_apps
+ project_name: functest
+ criteria: 100
+ blocking: false
+ description: >-
+ It runs the remaining sig-apps testing excluding the
+ following labels: Conformance (part of k8s_conformance) and
+ both StatefulUpgrade and StatefulSet features.
+ dependencies:
+ - DEPLOY_SCENARIO: 'k8-*'
+ run:
+ name: e2e_testing
+ args:
+ focus: \[sig-apps]
+ skip: "\\[Disruptive\\]|\\[Flaky\\]|\
+ \\[Conformance\\]|\\[Feature:StatefulUpgrade\\]|\
+ [Feature:StatefulSet\\]"
+ -
case_name: sig_auth
project_name: functest
criteria: 100
blocking: false
description: >-
It runs the remaining sig-auth testing excluding the
- next labels: Conformance (part of k8s_conformance),
- PodSecurityPolicy and BoundServiceAccountTokenVolume.
+ following labels: Conformance (part of k8s_conformance) and
+ both PodSecurityPolicy and BoundServiceAccountTokenVolume
+ features.
dependencies:
- DEPLOY_SCENARIO: 'k8-*'
run: