This is an automated email from the ASF dual-hosted git repository.

duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 44d5584973c Refactor : update the timeout for e2e sql (#32356)
44d5584973c is described below

commit 44d5584973cff4f0f46b1862f56a6544695173da
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Thu Aug 1 17:36:04 2024 +0800

    Refactor : update the timeout for e2e sql (#32356)
    
    * Refactor : update the timeout for e2e sql
    
    * Refactor : update the timeout for e2e sql
    
    * Refactor : update the timeout for e2e operation
---
 .github/workflows/e2e-sql.yml                       | 4 ++--
 .github/workflows/nightly-e2e-operation-dynamic.yml | 2 +-
 .github/workflows/nightly-e2e-operation.yml         | 2 +-
 .github/workflows/nightly-e2e-sql-dynamic.yml       | 6 +++---
 .github/workflows/nightly-e2e-sql.yml               | 4 ++--
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/e2e-sql.yml b/.github/workflows/e2e-sql.yml
index b17730c1441..96a1a03edfb 100644
--- a/.github/workflows/e2e-sql.yml
+++ b/.github/workflows/e2e-sql.yml
@@ -71,7 +71,7 @@ jobs:
     name: Build E2E Image
     needs: global-environment
     runs-on: ubuntu-latest
-    timeout-minutes: 20
+    timeout-minutes: 40
     steps:
       - uses: actions/checkout@v4
       - uses: actions/setup-java@v4
@@ -100,7 +100,7 @@ jobs:
     needs: [ build-e2e-image, global-environment ]
     if: ${{ needs.global-environment.outputs.GLOBAL_JOB_ENABLED == 'true' }}
     runs-on: ubuntu-latest
-    timeout-minutes: 15
+    timeout-minutes: 30
     strategy:
       max-parallel: 20
       fail-fast: false
diff --git a/.github/workflows/nightly-e2e-operation-dynamic.yml 
b/.github/workflows/nightly-e2e-operation-dynamic.yml
index 2337cd7ba3c..16580c12b93 100644
--- a/.github/workflows/nightly-e2e-operation-dynamic.yml
+++ b/.github/workflows/nightly-e2e-operation-dynamic.yml
@@ -50,6 +50,7 @@ jobs:
     name: E2E - ${{ matrix.operation }} on ${{ matrix.image.version }}
     needs: global-environment
     runs-on: ${{ needs.global-environment.outputs.GLOBAL_RUNS_ON }}
+    timeout-minutes: 40
     strategy:
       max-parallel: 20
       fail-fast: false
@@ -66,7 +67,6 @@ jobs:
             image: { type: "it.docker.opengauss.version", version: 
"enmotech/opengauss:2.1.0,enmotech/opengauss:3.0.0" }
           - operation: showprocesslist
             image: { type: "it.docker.mariadb.version", version: "mariadb:11" }
-    timeout-minutes: 40
     steps:
       - name: Checkout Project
         uses: actions/checkout@v4
diff --git a/.github/workflows/nightly-e2e-operation.yml 
b/.github/workflows/nightly-e2e-operation.yml
index 750ff6a4a70..13d53a1b60b 100644
--- a/.github/workflows/nightly-e2e-operation.yml
+++ b/.github/workflows/nightly-e2e-operation.yml
@@ -39,6 +39,7 @@ jobs:
     name: E2E - ${{ matrix.operation }} on ${{ matrix.image.version }}
     needs: global-environment
     runs-on: ${{ needs.global-environment.outputs.GLOBAL_RUNS_ON }}
+    timeout-minutes: 40
     strategy:
       max-parallel: 20
       fail-fast: false
@@ -55,7 +56,6 @@ jobs:
             image: { type: "it.docker.opengauss.version", version: 
"enmotech/opengauss:2.1.0,enmotech/opengauss:3.0.0" }
           - operation: showprocesslist
             image: { type: "it.docker.mariadb.version", version: "mariadb:11" }
-    timeout-minutes: 40
     steps:
       - name: Checkout Project
         uses: actions/checkout@v4
diff --git a/.github/workflows/nightly-e2e-sql-dynamic.yml 
b/.github/workflows/nightly-e2e-sql-dynamic.yml
index 8438a095cc1..9c65efd381b 100644
--- a/.github/workflows/nightly-e2e-sql-dynamic.yml
+++ b/.github/workflows/nightly-e2e-sql-dynamic.yml
@@ -58,7 +58,7 @@ jobs:
     name: Build E2E Image
     needs: global-environment
     runs-on: ubuntu-latest
-    timeout-minutes: 20
+    timeout-minutes: 40
     steps:
       - uses: actions/checkout@v4
       - uses: actions/setup-java@v4
@@ -80,14 +80,14 @@ jobs:
         with:
           name: e2e-image
           path: /tmp/${{ needs.global-environment.outputs.GLOBAL_CACHE_PREFIX 
}}-proxy-test.tar
-          retention-days: 10
+          retention-days: 2
   
   e2e-sql:
     name: E2E - SQL
     needs: [ build-e2e-image, global-environment ]
     if: ${{ needs.global-environment.outputs.GLOBAL_JOB_ENABLED == 'true' }}
     runs-on: ubuntu-latest
-    timeout-minutes: 15
+    timeout-minutes: 30
     strategy:
       max-parallel: 20
       fail-fast: false
diff --git a/.github/workflows/nightly-e2e-sql.yml 
b/.github/workflows/nightly-e2e-sql.yml
index aba2741fe37..0f57e0b4759 100644
--- a/.github/workflows/nightly-e2e-sql.yml
+++ b/.github/workflows/nightly-e2e-sql.yml
@@ -39,7 +39,7 @@ jobs:
     name: Build E2E Image
     needs: global-environment
     runs-on: ubuntu-latest
-    timeout-minutes: 20
+    timeout-minutes: 40
     steps:
       - uses: actions/checkout@v4
       - uses: actions/setup-java@v4
@@ -68,7 +68,7 @@ jobs:
     needs: [ build-e2e-image, global-environment ]
     if: ${{ needs.global-environment.outputs.GLOBAL_JOB_ENABLED == 'true' }}
     runs-on: ubuntu-latest
-    timeout-minutes: 15
+    timeout-minutes: 30
     strategy:
       max-parallel: 20
       fail-fast: false

Reply via email to