From 7bce3b99deccac425b7249212fff44759fcd6279 Mon Sep 17 00:00:00 2001 From: Alan Cha Date: Thu, 7 Sep 2023 09:42:18 -0400 Subject: [PATCH] Fix workflows Signed-off-by: Alan Cha --- .github/workflows/testcharts.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/testcharts.yaml b/.github/workflows/testcharts.yaml index 8acd6a7b1..dbc6587e1 100644 --- a/.github/workflows/testcharts.yaml +++ b/.github/workflows/testcharts.yaml @@ -89,7 +89,7 @@ jobs: --set "tasks={http}" \ --set http.url="http://httpbin.default/get" \ --set logLevel=trace - kubectl wait --for=condition=complete --timeout=180s job/default-1-job + kubectl wait --for=condition=complete --timeout=180s job/httpbin-test-1-job - name: Get Kubernetes status if: steps.modified-files.outputs.any_modified == 'true' @@ -158,7 +158,7 @@ jobs: --set http.url="http://httpbin.default/post" \ --set http.payloadStr=hello \ --set logLevel=trace - kubectl wait --for=condition=complete --timeout=180s job/default-1-job + kubectl wait --for=condition=complete --timeout=180s job/httpbin-test-1-job - name: Get Kubernetes status if: steps.modified-files.outputs.any_modified == 'true' @@ -229,7 +229,7 @@ jobs: --set http.endpoints.post.url=http://httpbin.default/post \ --set http.endpoints.post.payloadStr=hello \ --set logLevel=trace - kubectl wait --for=condition=complete --timeout=180s job/default-1-job + kubectl wait --for=condition=complete --timeout=180s job/httpbin-test-1-job - name: Get Kubernetes status if: steps.modified-files.outputs.any_modified == 'true' @@ -312,7 +312,7 @@ jobs: --set grpc.call=routeguide.RouteGuide.GetFeature \ --set grpc.dataURL=https://raw.githubusercontent.com/iter8-tools/docs/v0.13.13/samples/grpc-payload/unary.json \ --set logLevel=trace - kubectl wait --for=condition=complete --timeout=180s job/default-1-job + kubectl wait --for=condition=complete --timeout=180s job/routeguide-test-1-job - name: Get Kubernetes status if: steps.modified-files.outputs.any_modified == 'true' @@ -397,7 +397,7 @@ jobs: --set grpc.endpoints.listFeatures.call=routeguide.RouteGuide.ListFeatures \ --set grpc.endpoints.listFeatures.dataURL=https://raw.githubusercontent.com/iter8-tools/docs/v0.13.13/samples/grpc-payload/server.json \ --set logLevel=trace - kubectl wait --for=condition=complete --timeout=180s job/default-1-job + kubectl wait --for=condition=complete --timeout=180s job/routeguide-test-1-job - name: Get Kubernetes status if: steps.modified-files.outputs.any_modified == 'true' @@ -467,7 +467,7 @@ jobs: --set grpc.call="helloworld.Greeter.SayHello" \ --set grpc.protoURL="https://raw.githubusercontent.com/grpc/grpc-go/master/examples/helloworld/helloworld/helloworld.proto" \ --set logLevel=trace - kubectl wait --for=condition=complete --timeout=180s job/default-1-job + kubectl wait --for=condition=complete --timeout=180s job/hello-test-1-job - name: Get Kubernetes status if: steps.modified-files.outputs.any_modified == 'true'