mirror of
https://github.com/apache/rocketmq.git
synced 2026-08-30 18:10:44 +08:00
* 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:
@@ -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 }}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user