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

aaronai pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 38ce7c891 [ISSUE #6408] Due to network issues, use new ASK cluster in 
VIRGINA to run e2e test (#6409)
38ce7c891 is described below

commit 38ce7c891dca3d504db4f85d31ce07170bfc62e7
Author: deepsola <[email protected]>
AuthorDate: Mon Mar 20 21:40:11 2023 +0800

    [ISSUE #6408] Due to network issues, use new ASK cluster in VIRGINA to run 
e2e test (#6409)
    
    * Match apache actions policy, use apache/rocketmq-test-tool in workflow
    
    * use new env ASK_CONFIG_VIRGINA to run e2e test
---
 .github/workflows/pr-e2e-test.yml | 6 +++---
 .github/workflows/push-ci.yml     | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/pr-e2e-test.yml 
b/.github/workflows/pr-e2e-test.yml
index a019fd28a..b73cc43ec 100644
--- a/.github/workflows/pr-e2e-test.yml
+++ b/.github/workflows/pr-e2e-test.yml
@@ -107,7 +107,7 @@ jobs:
         name: Deploy rocketmq
         with:
           action: "deploy"
-          ask-config: "${{ secrets.ASK_CONFIG }}"
+          ask-config: "${{ secrets.ASK_CONFIG_VIRGINA }}"
           test-version: "${{ matrix.version }}"
           chart-git: 
"https://ghproxy.com/https://github.com/apache/rocketmq-docker.git";
           chart-branch: "master"
@@ -141,7 +141,7 @@ jobs:
         name: e2e test
         with:
           action: "test"
-          ask-config: "${{ secrets.ASK_CONFIG }}"
+          ask-config: "${{ secrets.ASK_CONFIG_VIRGINA }}"
           test-version: "${{ matrix.version }}"
           test-code-git: 
"https://ghproxy.com/https://github.com/apache/rocketmq-e2e.git";
           test-code-branch: "master"
@@ -178,6 +178,6 @@ jobs:
         name: clean
         with:
           action: "clean"
-          ask-config: "${{ secrets.ASK_CONFIG }}"
+          ask-config: "${{ secrets.ASK_CONFIG_VIRGINA }}"
           test-version: "${{ matrix.version }}"
           job-id: ${{ strategy.job-index }}
diff --git a/.github/workflows/push-ci.yml b/.github/workflows/push-ci.yml
index 7a4ff9a60..089be5b54 100644
--- a/.github/workflows/push-ci.yml
+++ b/.github/workflows/push-ci.yml
@@ -112,7 +112,7 @@ jobs:
         name: Deploy rocketmq
         with:
           action: "deploy"
-          ask-config: "${{ secrets.ASK_CONFIG }}"
+          ask-config: "${{ secrets.ASK_CONFIG_VIRGINA }}"
           test-version: "${{ matrix.version }}"
           chart-git: 
"https://ghproxy.com/https://github.com/apache/rocketmq-docker.git";
           chart-branch: "master"
@@ -145,7 +145,7 @@ jobs:
         name: e2e test
         with:
           action: "test"
-          ask-config: "${{ secrets.ASK_CONFIG }}"
+          ask-config: "${{ secrets.ASK_CONFIG_VIRGINA }}"
           test-version: "${{ matrix.version }}"
           test-code-git: 
"https://ghproxy.com/https://github.com/apache/rocketmq-e2e.git";
           test-code-branch: "master"
@@ -181,6 +181,6 @@ jobs:
         name: clean
         with:
           action: "clean"
-          ask-config: "${{ secrets.ASK_CONFIG }}"
+          ask-config: "${{ secrets.ASK_CONFIG_VIRGINA }}"
           test-version: "${{ matrix.version }}"
           job-id: ${{ strategy.job-index }}

Reply via email to