Skip to content

Commit 98f603f

Browse files
committed
Limit CI e2e parallel suites to 8 tests at once
1 parent 27151a1 commit 98f603f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cmd/tests/tests_run.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ var suites = ginkgotest.TestSuites{
4949
Description: templates.LongDesc(`
5050
Runs all tests.
5151
`),
52-
DefaultParallelism: 15,
52+
DefaultParallelism: 8,
5353
},
5454
{
5555
Name: "scylla-operator/conformance/parallel",
5656
Description: templates.LongDesc(`
5757
Tests that ensure an Scylla Operator is working properly.
5858
`),
5959
LabelFilter: fmt.Sprintf("!%s", framework.SerialLabelName),
60-
DefaultParallelism: 15,
60+
DefaultParallelism: 8,
6161
},
6262
{
6363
Name: "scylla-operator/conformance/serial",

0 commit comments

Comments
 (0)