Skip to content

Commit

Permalink
Update job naming
Browse files Browse the repository at this point in the history
  • Loading branch information
chi3316 committed Oct 11, 2024
1 parent f39871b commit 0ec79ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
deploy-e2e:
if: ${{ success() }}
name: Deploy RocketMQ
name: Deploy RocketMQ For E2E
needs: [list-version,docker]
runs-on: ubuntu-latest
timeout-minutes: 60
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
deploy-benchmark:
if: ${{ success() }}
name: Deploy RocketMQ
name: Deploy RocketMQ For Benchmarking
needs: [list-version,docker]
runs-on: ubuntu-latest
timeout-minutes: 60
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:

clean-e2e:
if: always()
name: Clean
name: Clean E2E
needs: [ list-version, test-e2e-grpc-java, test-e2e-golang, test-e2e-remoting-java ]
runs-on: ubuntu-latest
timeout-minutes: 60
Expand All @@ -330,7 +330,7 @@ jobs:

clean-benchmark:
if: always()
name: Clean
name: Clean Benchmarking
needs: [ benchmark-test ]
runs-on: ubuntu-latest
timeout-minutes: 60
Expand Down

0 comments on commit 0ec79ee

Please sign in to comment.