Skip to content

Commit

Permalink
[release-v1.12] reduce e2e_new tests parallelism to 12 (#1059)
Browse files Browse the repository at this point in the history
* reduce e2e_new tests parallelism to 20

* try to run e2e_new with -parallel 8

* try to run e2e_new with -parallel 4

* try to run e2e_new with -parallel 12
  • Loading branch information
maschmid authored Apr 24, 2024
1 parent c4c0f16 commit 9471e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function run_e2e_new_tests() {
./test/scripts/first-event-delay.sh || return $?
fi

common_opts=(--images.producer.file="${images_file}" --poll.timeout=8m -parallel 64)
common_opts=(--images.producer.file="${images_file}" --poll.timeout=8m -parallel 12)

go_test_e2e -timeout=100m ./test/e2e_new/... "${common_opts[@]}" || return $?
go_test_e2e -timeout=100m ./test/e2e_new_channel/... "${common_opts[@]}" || return $?
Expand Down

0 comments on commit 9471e4c

Please sign in to comment.