From 77b1ec0c8518d3ff2fd946ea56768a830f25f8f2 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 3 May 2021 09:33:44 +0200 Subject: Reduce number of threads MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It passed successfully with 10 threads (more doesn't reduce the overall duration so much). Change-Id: I9013897883a40ebaf699c9a180f1bc8a6a34505c Signed-off-by: Cédric Ollivier --- docker/smoke/testcases.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'docker/smoke') diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 6ffdaac5..88411502 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -27,7 +27,7 @@ tiers: run: name: e2e_testing args: - nodes: 25 + nodes: 10 ginkgo: focus: \[k8s.io\] skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\ @@ -46,7 +46,7 @@ tiers: run: name: e2e_testing args: - nodes: 25 + nodes: 10 ginkgo: focus: \[Conformance\] skip: \[Serial\]|\[Disruptive\]|NoExecuteTaintManager @@ -79,7 +79,7 @@ tiers: run: name: e2e_testing args: - nodes: 25 + nodes: 10 ginkgo: focus: \[sig-api-machinery\] skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\ @@ -116,7 +116,7 @@ tiers: run: name: e2e_testing args: - nodes: 25 + nodes: 10 ginkgo: focus: \[sig-apps] skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\ @@ -156,7 +156,7 @@ tiers: run: name: e2e_testing args: - nodes: 25 + nodes: 10 ginkgo: focus: \[sig-auth\] skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\ @@ -175,7 +175,7 @@ tiers: run: name: e2e_testing args: - nodes: 25 + nodes: 10 ginkgo: focus: \[sig-cli] skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\ @@ -208,7 +208,7 @@ tiers: run: name: e2e_testing args: - nodes: 25 + nodes: 10 ginkgo: focus: \[sig-cluster-lifecycle\] skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\ @@ -225,7 +225,7 @@ tiers: run: name: e2e_testing args: - nodes: 25 + nodes: 10 ginkgo: focus: \[sig-instrumentation\] skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\ @@ -245,7 +245,7 @@ tiers: run: name: e2e_testing args: - nodes: 25 + nodes: 10 ginkgo: focus: \[sig-network\] skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\ @@ -291,7 +291,7 @@ tiers: run: name: e2e_testing args: - nodes: 25 + nodes: 10 ginkgo: focus: \[sig-node] skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\ @@ -332,7 +332,7 @@ tiers: run: name: e2e_testing args: - nodes: 25 + nodes: 10 ginkgo: focus: \[sig-storage\] skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\ -- cgit 1.2.3-korg