Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Cha <Alan.cha1@ibm.com>
  • Loading branch information
Alan-Cha committed Sep 7, 2023
1 parent 7bce3b9 commit 83b6527
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/testcharts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Check GET /httpDashboard
if: steps.modified-files.outputs.any_modified == 'true'
run: |
curl "http://localhost:8080/httpDashboard?namespace=default&experiment=default" -f
curl "http://localhost:8080/httpDashboard?namespace=default&experiment=httpbin-test" -f
http-payload-experiment:
name: HTTP performance test with payload
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
- name: Check GET /httpDashboard
if: steps.modified-files.outputs.any_modified == 'true'
run: |
curl "http://localhost:8080/httpDashboard?namespace=default&experiment=default" -f
curl "http://localhost:8080/httpDashboard?namespace=default&experiment=httpbin-test" -f
http-multiple-experiment:
name: HTTP performance test with multiple endpoints
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
- name: Check GET /httpDashboard
if: steps.modified-files.outputs.any_modified == 'true'
run: |
curl "http://localhost:8080/httpDashboard?namespace=default&experiment=default" -f
curl "http://localhost:8080/httpDashboard?namespace=default&experiment=httpbin-test" -f
grpc-experiment:
name: gRPC performance test
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
- name: Check GET /grpcDashboard
if: steps.modified-files.outputs.any_modified == 'true'
run: |
curl "http://localhost:8080/grpcDashboard?namespace=default&experiment=default" -f
curl "http://localhost:8080/grpcDashboard?namespace=default&experiment=routeguide-test" -f
grpc-multiple-experiment:
name: gRPC performance test with multiple endpoints
Expand Down Expand Up @@ -418,7 +418,7 @@ jobs:
- name: Check GET /grpcDashboard
if: steps.modified-files.outputs.any_modified == 'true'
run: |
curl "http://localhost:8080/grpcDashboard?namespace=default&experiment=default" -f
curl "http://localhost:8080/grpcDashboard?namespace=default&experiment=routeguide-test" -f
grpc-experiment2:
name: gRPC performance test 2
Expand Down Expand Up @@ -488,4 +488,4 @@ jobs:
- name: Check GET /grpcDashboard
if: steps.modified-files.outputs.any_modified == 'true'
run: |
curl "http://localhost:8080/grpcDashboard?namespace=default&experiment=default" -f
curl "http://localhost:8080/grpcDashboard?namespace=default&experiment=hello-test" -f

0 comments on commit 83b6527

Please sign in to comment.