From 54df0d78374f3deab30f5ce2f21af07efbe0d038 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 21 Mar 2021 10:47:27 +0100 Subject: Add sig-api-machinery MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It runs sig-api-machinery which are not included in K8s conformance. It adds 97 single tests. Change-Id: I76949b75e2d6c59d21f459f8fc358e806af6f23d Signed-off-by: Cédric Ollivier (cherry picked from commit 9c08bb471502b80df2470e577376f25400913939) --- ansible/site.yml | 1 + docker/smoke/testcases.yaml | 24 ++++++++++++++++++++---- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/ansible/site.yml b/ansible/site.yml index c6896027..dd5a16d1 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -17,6 +17,7 @@ tests: - xrally_kubernetes - k8s_conformance + - sig_api_machinery - sig_network - sig_network_features - sig_storage diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 58bfd38b..4e5ea90d 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -33,6 +33,22 @@ tiers: args: focus: \[Conformance\] skip: \[Disruptive\]|NoExecuteTaintManager + - + case_name: sig_api_machinery + project_name: functest + criteria: 100 + blocking: false + description: >- + It runs the remaining sig-api-machinery testing excluding + the label Conformance (part of k8s_conformance) + dependencies: + - DEPLOY_SCENARIO: 'k8-*' + run: + name: e2e_testing + args: + focus: \[sig-api-machinery\] + skip: "\\[Disruptive\\]|\\[Flaky\\]|\ + \\[Conformance\\]" - case_name: sig_network project_name: functest @@ -40,8 +56,8 @@ tiers: blocking: false description: >- It runs the remaining sig-network testing excluding the - next labels: Conformance (part of k8s_conformance), all - features and load.balancer. + following labels: Conformance (part of k8s_conformance), + all features and load.balancer. dependencies: - DEPLOY_SCENARIO: 'k8-*' run: @@ -84,8 +100,8 @@ tiers: blocking: false description: >- It runs the remaining sig-storage testing excluding the - next labels: Conformance (part of k8s_conformance), all - features, all drivers, PersistentVolumes.NFS and Slow. + following labels: Conformance (part of k8s_conformance), + all features, all drivers, PersistentVolumes.NFS and Slow. dependencies: - DEPLOY_SCENARIO: 'k8-*' run: -- cgit 1.2.3-korg