Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
chi3316 committed Sep 24, 2024
1 parent 7cb3c50 commit cfeb986
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
tag: ${{ matrix.version }}
test-e2e-grpc-java:
if: ${{ success() && matrix.test-type == 'e2e' }}
if: ${{ success() }}
name: Test E2E grpc java
needs: [list-version, deploy]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
path: testlog.txt

test-e2e-golang:
if: ${{ success() && matrix.test-type == 'e2e' }}
if: ${{ success() }}
name: Test E2E golang
needs: [list-version, deploy]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
path: testlog.txt

test-e2e-remoting-java:
if: ${{ success() && matrix.test-type == 'e2e' }}
if: ${{ success() }}
name: Test E2E remoting java
needs: [ list-version, deploy ]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
path: testlog.txt

benchmark-test:
if: ${{ success() && matrix.test-type == 'benchmark' }}
if: ${{ success() }}
runs-on: ubuntu-latest
name: Performance benchmark test
needs: deploy
Expand All @@ -266,7 +266,7 @@ jobs:
clean:
if: always()
name: Clean
needs: [deploy,test-e2e-grpc-java,test-e2e-golang, test-e2e-remoting-java, benchmark-test]
needs: [deploy,test-e2e-grpc-java,test-e2e-golang,test-e2e-remoting-java,benchmark-test]
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
Expand Down

0 comments on commit cfeb986

Please sign in to comment.