[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
This commit is contained in:
deepsola
2023-03-20 21:40:11 +08:00
committed by GitHub
parent f1e02e8947
commit 38ce7c891d
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -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 }}
+3 -3
View File
@@ -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 }}