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

jiangmaolin pushed a commit to branch dev-5.5.1
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git

commit 289f534eccc6b8505fe1e72633b7c470e0c71359
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Tue Oct 29 15:47:18 2024 +0800

    Refactor : remove uesless databases in worklfow
---
 .github/workflows/nightly-e2e-operation.yml                    | 2 +-
 .github/workflows/nightly-e2e-sql.yml                          | 2 +-
 .github/workflows/resources/variables/env-variables.properties | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/nightly-e2e-operation.yml 
b/.github/workflows/nightly-e2e-operation.yml
index cb0c7cdb2ab..ea198815a7a 100644
--- a/.github/workflows/nightly-e2e-operation.yml
+++ b/.github/workflows/nightly-e2e-operation.yml
@@ -39,7 +39,7 @@ jobs:
     runs-on: ${{ needs.global-environment.outputs.GLOBAL_RUNS_ON }}
     timeout-minutes: 150
     strategy:
-      max-parallel: 20
+      max-parallel: 1
       fail-fast: false
       matrix:
         java-version: [ 11, 21 ]
diff --git a/.github/workflows/nightly-e2e-sql.yml 
b/.github/workflows/nightly-e2e-sql.yml
index d5ef74bd2cd..3fc31e528a9 100644
--- a/.github/workflows/nightly-e2e-sql.yml
+++ b/.github/workflows/nightly-e2e-sql.yml
@@ -55,7 +55,7 @@ jobs:
     runs-on: ${{ needs.global-environment.outputs.GLOBAL_RUNS_ON }}
     timeout-minutes: 180
     strategy:
-      max-parallel: 20
+      max-parallel: 1
       fail-fast: false
       matrix:
         adapter: [ proxy, jdbc ]
diff --git a/.github/workflows/resources/variables/env-variables.properties 
b/.github/workflows/resources/variables/env-variables.properties
index 90bebd69812..8d11a296f70 100644
--- a/.github/workflows/resources/variables/env-variables.properties
+++ b/.github/workflows/resources/variables/env-variables.properties
@@ -1,3 +1,3 @@
 GLOBAL_REPOSITORY=SphereEx/dbplus-engine-honor
-GLOBAL_RUNS_ON=self-hosted-honor
+GLOBAL_RUNS_ON=self-hosted
 DISABLE_CI=false

Reply via email to