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

sunnianjun 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 1e947ce7be2 Revise global.yaml (#33440)
1e947ce7be2 is described below

commit 1e947ce7be2107ed5947f73af8b8f1396d1e5cb9
Author: zhaojinchao <[email protected]>
AuthorDate: Mon Oct 28 18:45:34 2024 +0800

    Revise global.yaml (#33440)
---
 .github/workflows/e2e-sql.yml                      |  2 +-
 .github/workflows/nightly-e2e-sql-dynamic.yml      |  2 +-
 .github/workflows/nightly-e2e-sql.yml              |  2 +-
 .../bootstrap/src/main/resources/conf/global.yaml  | 24 +++++++++++-----------
 4 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/.github/workflows/e2e-sql.yml b/.github/workflows/e2e-sql.yml
index 1a1c96daf59..bc16437bb1e 100644
--- a/.github/workflows/e2e-sql.yml
+++ b/.github/workflows/e2e-sql.yml
@@ -55,7 +55,7 @@ jobs:
     if: github.repository == 'apache/shardingsphere'
     needs: global-environment
     runs-on: ubuntu-latest
-    timeout-minutes: 40
+    timeout-minutes: 50
     steps:
       - uses: actions/checkout@v4
       - uses: actions/setup-java@v4
diff --git a/.github/workflows/nightly-e2e-sql-dynamic.yml 
b/.github/workflows/nightly-e2e-sql-dynamic.yml
index 65d78b3f0f6..32c98f1c27e 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: 40
+    timeout-minutes: 50
     steps:
       - uses: actions/checkout@v4
       - uses: actions/setup-java@v4
diff --git a/.github/workflows/nightly-e2e-sql.yml 
b/.github/workflows/nightly-e2e-sql.yml
index 36463a1d0b8..92ce41f189d 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: ${{ needs.global-environment.outputs.GLOBAL_RUNS_ON }}
-    timeout-minutes: 40
+    timeout-minutes: 50
     steps:
       - uses: actions/checkout@v4
       - uses: actions/setup-java@v4
diff --git a/proxy/bootstrap/src/main/resources/conf/global.yaml 
b/proxy/bootstrap/src/main/resources/conf/global.yaml
index 3f339c1f812..e7c63fb0e9b 100644
--- a/proxy/bootstrap/src/main/resources/conf/global.yaml
+++ b/proxy/bootstrap/src/main/resources/conf/global.yaml
@@ -20,18 +20,18 @@
 # If you want to configure governance, authorization and proxy properties, 
please refer to this file.
 # 
 
######################################################################################################
-
-mode:
-  type: Cluster
-  repository:
-    type: ZooKeeper
-    props:
-      namespace: governance_ds
-      server-lists: localhost:2181
-      retryIntervalMilliseconds: 500
-      timeToLiveSeconds: 60
-      maxRetries: 3
-      operationTimeoutMilliseconds: 500
+#
+#mode:
+#  type: Cluster
+#  repository:
+#    type: ZooKeeper
+#    props:
+#      namespace: governance_ds
+#      server-lists: localhost:2181
+#      retryIntervalMilliseconds: 500
+#      timeToLiveSeconds: 60
+#      maxRetries: 3
+#      operationTimeoutMilliseconds: 500
 #
 #authority:
 #  users:

Reply via email to