Skip to content

Commit

Permalink
Test the performance benchmark pipeline execution status
Browse files Browse the repository at this point in the history
  • Loading branch information
chi3316 committed Sep 27, 2024
1 parent 60ced94 commit 8dc04b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: PUSH-CI

on:
push:
branches: [master, develop]
branches: [master, develop, cicd-perf-benchmark]
#schedule:
# - cron: "0 18 * * *" # TimeZone: UTC 0

Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
needs: [ list-version, deploy ]
timeout-minutes: 60
steps:
- uses: chi3316/rocketmq-test-tool/benchmark-runner@9d8452cb2f25f611e6f7de29a95c781a718ac156
- uses: chi3316/rocketmq-test-tool/benchmark-runner@e670a74fe1f0ccbe1d28081dbf6c0fc35372b885
name: Performance benchmark
with:
action: "performance-benchmark"
Expand All @@ -274,7 +274,7 @@ jobs:
clean:
if: always()
name: Clean
needs: [list-version, test-e2e-grpc-java, test-e2e-golang, test-e2e-remoting-java]
needs: [list-version, test-e2e-grpc-java, test-e2e-golang, test-e2e-remoting-java, benchmark-test]
runs-on: ubuntu-latest
timeout-minutes: 60
strategy:
Expand Down

0 comments on commit 8dc04b1

Please sign in to comment.