Skip to content

Commit

Permalink
Merge pull request #2047 from rzetelskik/ci-script-parallelism
Browse files Browse the repository at this point in the history
Make parallelism configurable in e2e lib
  • Loading branch information
scylla-operator-bot[bot] committed Jul 31, 2024
2 parents 740ab7f + cb1d301 commit 04fa06e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/.ci/lib/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ function run-e2e {

FIELD_MANAGER="${FIELD_MANAGER:-run-e2e-script}"
SO_BUCKET_NAME="${SO_BUCKET_NAME:-}"
SO_E2E_PARALLELISM="${SO_E2E_PARALLELISM:-0}"

kubectl create namespace e2e --dry-run=client -o=yaml | kubectl_create -f=-
kubectl create clusterrolebinding e2e --clusterrole=cluster-admin --serviceaccount=e2e:default --dry-run=client -o=yaml | kubectl_create -f=-
Expand Down Expand Up @@ -252,6 +253,7 @@ spec:
- --loglevel=2
- --color=false
- --artifacts-dir=/tmp/artifacts
- "--parallelism=${SO_E2E_PARALLELISM}"
- "--feature-gates=${SCYLLA_OPERATOR_FEATURE_GATES}"
- "--ingress-controller-address=${ingress_controller_address}"
- "--ingress-controller-ingress-class-name=${ingress_class_name}"
Expand Down

0 comments on commit 04fa06e

Please sign in to comment.