From 3795467b576e4348e71390e8b58ba9fc8cb0f2af Mon Sep 17 00:00:00 2001 From: Sivanantham Chinnaiyan Date: Sat, 10 Feb 2024 11:10:40 +0530 Subject: [PATCH] Increase workers to 4 Signed-off-by: Sivanantham Chinnaiyan --- .github/workflows/e2e-test.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index b2e36ef8d90..61e7204ae0d 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -249,12 +249,12 @@ jobs: - name: Run all E2E tests except graph timeout-minutes: 60 run: | - ./test/scripts/gh-actions/run-e2e-tests.sh "fast or pmml" "2" + ./test/scripts/gh-actions/run-e2e-tests.sh "fast or pmml" "4" - name: Run E2E tests for graph timeout-minutes: 120 run: | - ./test/scripts/gh-actions/run-e2e-tests.sh "graph" "2" + ./test/scripts/gh-actions/run-e2e-tests.sh "graph" "4" - name: Check system status if: always() @@ -334,7 +334,7 @@ jobs: - name: Run E2E tests with path-based routing timeout-minutes: 50 run: | - ./test/scripts/gh-actions/run-e2e-tests.sh "fast" "2" + ./test/scripts/gh-actions/run-e2e-tests.sh "fast" "4" - name: Check system status if: always() @@ -392,7 +392,7 @@ jobs: - name: Run E2E tests timeout-minutes: 90 run: | - ./test/scripts/gh-actions/run-e2e-tests.sh "slow" "2" + ./test/scripts/gh-actions/run-e2e-tests.sh "slow" "4" - name: Check system status if: always() @@ -445,7 +445,7 @@ jobs: - name: Run E2E tests timeout-minutes: 40 run: | - ./test/scripts/gh-actions/run-e2e-tests.sh "explainer" "2" + ./test/scripts/gh-actions/run-e2e-tests.sh "explainer" "4" - name: Check system status if: always() @@ -498,7 +498,7 @@ jobs: - name: Run E2E tests timeout-minutes: 40 run: | - ./test/scripts/gh-actions/run-e2e-tests.sh "transformer or mms or collocation" "2" + ./test/scripts/gh-actions/run-e2e-tests.sh "transformer or mms or collocation" "4" - name: Check system status if: always() @@ -604,7 +604,7 @@ jobs: - name: Run E2E tests timeout-minutes: 40 run: | - ./test/scripts/gh-actions/run-e2e-tests.sh "grpc" "2" + ./test/scripts/gh-actions/run-e2e-tests.sh "grpc" "4" - name: Check system status if: always() @@ -691,7 +691,7 @@ jobs: - name: Run E2E tests timeout-minutes: 40 run: | - ./test/scripts/gh-actions/run-e2e-tests.sh "raw" "2" + ./test/scripts/gh-actions/run-e2e-tests.sh "raw" "4" - name: Check system status if: always() @@ -760,7 +760,7 @@ jobs: --output=jsonpath="{.items[0].status.podIP}"):$(kubectl get pod -n knative-serving -l "app=3scale-kourier-gateway" \ --output=jsonpath="{.items[0].spec.containers[0].ports[0].containerPort}") - ./test/scripts/gh-actions/run-e2e-tests.sh "kourier" "2" + ./test/scripts/gh-actions/run-e2e-tests.sh "kourier" "4" kubectl get pods -n kserve