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 0ec8c92a9 Match apache actions policy, use apache/rocketmq-test-tool
in workflow
0ec8c92a9 is described below
commit 0ec8c92a97210c40b85c18633fa781896cebabf4
Author: wangtong.wt <[email protected]>
AuthorDate: Wed Feb 22 19:14:30 2023 +0800
Match apache actions policy, use apache/rocketmq-test-tool in workflow
---
.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 25976ca4f..a019fd28a 100644
--- a/.github/workflows/pr-e2e-test.yml
+++ b/.github/workflows/pr-e2e-test.yml
@@ -103,7 +103,7 @@ jobs:
matrix:
version: ${{ fromJSON(needs.list-version.outputs.version-json) }}
steps:
- - uses: alibaba/cloud-native-test-ci-tool@v1
+ - uses:
apache/rocketmq-test-tool@1a646589accad17070423eabf0f54925e52b0666
name: Deploy rocketmq
with:
action: "deploy"
@@ -137,7 +137,7 @@ jobs:
matrix:
version: ${{ fromJSON(needs.list-version.outputs.version-json) }}
steps:
- - uses: alibaba/cloud-native-test-ci-tool@v1
+ - uses:
apache/rocketmq-test-tool@1a646589accad17070423eabf0f54925e52b0666
name: e2e test
with:
action: "test"
@@ -174,7 +174,7 @@ jobs:
matrix:
version: ${{ fromJSON(needs.list-version.outputs.version-json) }}
steps:
- - uses: alibaba/cloud-native-test-ci-tool@v1
+ - uses:
apache/rocketmq-test-tool@1a646589accad17070423eabf0f54925e52b0666
name: clean
with:
action: "clean"
diff --git a/.github/workflows/push-ci.yml b/.github/workflows/push-ci.yml
index fb5d01c55..7a4ff9a60 100644
--- a/.github/workflows/push-ci.yml
+++ b/.github/workflows/push-ci.yml
@@ -108,7 +108,7 @@ jobs:
matrix:
version: ${{ fromJSON(needs.list-version.outputs.version-json) }}
steps:
- - uses: alibaba/cloud-native-test-ci-tool@v1
+ - uses:
apache/rocketmq-test-tool@1a646589accad17070423eabf0f54925e52b0666
name: Deploy rocketmq
with:
action: "deploy"
@@ -141,7 +141,7 @@ jobs:
matrix:
version: ${{ fromJSON(needs.list-version.outputs.version-json) }}
steps:
- - uses: alibaba/cloud-native-test-ci-tool@v1
+ - uses:
apache/rocketmq-test-tool@1a646589accad17070423eabf0f54925e52b0666
name: e2e test
with:
action: "test"
@@ -177,7 +177,7 @@ jobs:
matrix:
version: ${{ fromJSON(needs.list-version.outputs.version-json) }}
steps:
- - uses: alibaba/cloud-native-test-ci-tool@v1
+ - uses:
apache/rocketmq-test-tool@1a646589accad17070423eabf0f54925e52b0666
name: clean
with:
action: "clean"