Skip to content

Commit

Permalink
ci: reduce concurrency (#144)
Browse files Browse the repository at this point in the history
Test are failing often randomly due to overloaded runners. Reduce the
load.

Signed-off-by: Francesco Canovai <[email protected]>
  • Loading branch information
fcanovai authored Jan 28, 2025
1 parent f1dedb1 commit fa9d72a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dagger/e2e/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit fa9d72a

Please sign in to comment.