Skip to content

Commit

Permalink
Merge pull request #5355 from zalando-incubator/stackset-e2e-reduce-c…
Browse files Browse the repository at this point in the history
…oncurrency

stackset-e2e: Don't run in parallel
  • Loading branch information
mikkeloscar authored Sep 14, 2022
2 parents 2858bf2 + f7f2920 commit 2e66bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/run_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ fi
if [ "$stackset_e2e" = true ]; then
namespace="stackset-e2e-$(date +'%H%M%S')"
kubectl create namespace "$namespace"
E2E_NAMESPACE="${namespace}" ./stackset-e2e -test.parallel 20
E2E_NAMESPACE="${namespace}" ./stackset-e2e -test.parallel 1
fi

if [ "$loadtest_e2e" = true ]; then
Expand Down

0 comments on commit 2e66bcb

Please sign in to comment.