mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 21:23:12 +01:00
ci: reduce concurrency (#144)
Test are failing often randomly due to overloaded runners. Reduce the load. Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
This commit is contained in:
parent
f1dedb16ba
commit
fa9d72a64e
@ -34,13 +34,13 @@ func (m *E2E) Run(
|
|||||||
WithMountedFile("/kubeconfig", kubeconfig).
|
WithMountedFile("/kubeconfig", kubeconfig).
|
||||||
WithEnvVariable("KUBECONFIG", "/kubeconfig").
|
WithEnvVariable("KUBECONFIG", "/kubeconfig").
|
||||||
WithExec([]string{"go", "run", "github.com/onsi/ginkgo/v2/ginkgo",
|
WithExec([]string{"go", "run", "github.com/onsi/ginkgo/v2/ginkgo",
|
||||||
"--procs=8",
|
"--procs=4",
|
||||||
"--randomize-all",
|
"--randomize-all",
|
||||||
"--randomize-suites",
|
"--randomize-suites",
|
||||||
"--fail-on-pending",
|
"--fail-on-pending",
|
||||||
"--fail-on-empty",
|
"--fail-on-empty",
|
||||||
"--keep-going",
|
"--keep-going",
|
||||||
"--timeout=30m",
|
"--timeout=45m",
|
||||||
"--github-output",
|
"--github-output",
|
||||||
"./test/e2e"}).Stdout(ctx)
|
"./test/e2e"}).Stdout(ctx)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user