From 5e4b7f0c4d15bb5b1d4028b005a02b42a6964c93 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 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docker') diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 5d4574c6..f4f91863 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -28,7 +28,7 @@ tiers: run: name: e2e_testing args: - nodes: 25 + nodes: 10 ginkgo: focus: \[Conformance\] skip: \[Serial\]|\[Disruptive\]|NoExecuteTaintManager @@ -61,7 +61,7 @@ tiers: run: name: e2e_testing args: - nodes: 25 + nodes: 10 ginkgo: focus: \[sig-api-machinery\] skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\ @@ -98,7 +98,7 @@ tiers: run: name: e2e_testing args: - nodes: 25 + nodes: 10 ginkgo: focus: \[sig-apps] skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\ @@ -138,7 +138,7 @@ tiers: run: name: e2e_testing args: - nodes: 25 + nodes: 10 ginkgo: focus: \[sig-auth\] skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\ @@ -157,7 +157,7 @@ tiers: run: name: e2e_testing args: - nodes: 25 + nodes: 10 ginkgo: focus: \[sig-cli] skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\ @@ -190,7 +190,7 @@ tiers: run: name: e2e_testing args: - nodes: 25 + nodes: 10 ginkgo: focus: \[sig-cluster-lifecycle\] skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\ @@ -207,7 +207,7 @@ tiers: run: name: e2e_testing args: - nodes: 25 + nodes: 10 ginkgo: focus: \[sig-instrumentation\] skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\ @@ -227,7 +227,7 @@ tiers: run: name: e2e_testing args: - nodes: 25 + nodes: 10 ginkgo: focus: \[sig-network\] skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\ @@ -273,7 +273,7 @@ tiers: run: name: e2e_testing args: - nodes: 25 + nodes: 10 ginkgo: focus: \[sig-node] skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\ @@ -314,7 +314,7 @@ tiers: run: name: e2e_testing args: - nodes: 25 + nodes: 10 ginkgo: focus: \[sig-storage\] skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\ -- cgit 1.2.3-korg