Skip to content

Commit

Permalink
Merge remote-tracking branch 'wxb/3.3-test' into 3.3-test
Browse files Browse the repository at this point in the history
  • Loading branch information
ha2556 committed Apr 10, 2024
2 parents bd7fb81 + 5c9e059 commit 6088b27
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-and-test-scheduled-3.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,15 @@ jobs:
with:
repository: 'apache/dubbo-samples'
ref: master
- name: "Remove benchmark"
run: |
CONFIG_PATH=./10-task/dubbo-samples-benchmark/case-configuration.yml
if [ -f "$CONFIG_PATH" ]; then
rm "$CONFIG_PATH"
echo "remove success"
else
echo "remove failed"
fi
- name: "Prepare test list"
run: |
bash ./test/scripts/prepare-test.sh
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/build-and-test-scheduled-3.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,15 @@ jobs:
with:
repository: 'apache/dubbo-samples'
ref: master
- name: "Remove benchmark"
run: |
CONFIG_PATH=./10-task/dubbo-samples-benchmark/case-configuration.yml
if [ -f "$CONFIG_PATH" ]; then
rm "$CONFIG_PATH"
echo "remove success"
else
echo "remove failed"
fi
- name: "Prepare test list"
run: |
bash ./test/scripts/prepare-test.sh
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/build-and-test-scheduled-3.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,15 @@ jobs:
with:
repository: 'apache/dubbo-samples'
ref: master
- name: "Remove benchmark"
run: |
CONFIG_PATH=./10-task/dubbo-samples-benchmark/case-configuration.yml
if [ -f "$CONFIG_PATH" ]; then
rm "$CONFIG_PATH"
echo "remove success"
else
echo "remove failed"
fi
- name: "Prepare test list"
run: |
bash ./test/scripts/prepare-test.sh
Expand Down

0 comments on commit 6088b27

Please sign in to comment.