From 8bfdc8569b9eaffb96562e7753423d3ded218ed4 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 21 Mar 2021 13:30:30 +0100 Subject: Add sig_scheduling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It runs sig-scheduling tests which are not included in K8s conformance. It adds 19 single tests. Change-Id: I9b34c327cc1079e401771b1fa77a6baeef24251c Signed-off-by: Cédric Ollivier --- docker/smoke/testcases.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'docker') diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 69f7f0f0..085d329d 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -146,6 +146,23 @@ tiers: \\[Feature:Networking-IPv6\\]|\ \\[Feature:IPv6DualStackAlphaFeature\\]|\ \\[Feature:SCTP\\]|\\[Feature:Example\\]" + - + 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\\]|\ + \\[Conformance\\]|\\[Feature:GPUDevicePlugin\\]" - case_name: sig_storage project_name: functest -- cgit 1.2.3-korg