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).
|
||||
WithEnvVariable("KUBECONFIG", "/kubeconfig").
|
||||
WithExec([]string{"go", "run", "github.com/onsi/ginkgo/v2/ginkgo",
|
||||
"--procs=8",
|
||||
"--procs=4",
|
||||
"--randomize-all",
|
||||
"--randomize-suites",
|
||||
"--fail-on-pending",
|
||||
"--fail-on-empty",
|
||||
"--keep-going",
|
||||
"--timeout=30m",
|
||||
"--timeout=45m",
|
||||
"--github-output",
|
||||
"./test/e2e"}).Stdout(ctx)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user