Skip to content

Commit

Permalink
Match apache actions policy, use apache/rocketmq-test-tool in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsola authored and aaron-ai committed Feb 23, 2023
1 parent 2e69a05 commit 0ec8c92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 0ec8c92

Please sign in to comment.