Skip to content

Commit

Permalink
doubled test curls
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszSki committed Nov 22, 2024
1 parent c945acc commit 5bfb948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ jobs:
fi
kubectl get pods -n test1 --context $AWS_CLUSTER >> testcase_pods.log
kubectl get pods -n test2 --context $GKE_CLUSTER >> testcase_pods.log
for i in $(seq 1 20);
for i in $(seq 1 40);
do
curl -s -X GET http://productpage.ziti:9080/productpage?u=test | grep reviews >> testcase_curl_output.log
done
Expand Down Expand Up @@ -645,7 +645,7 @@ jobs:
fi
kubectl get pods -n test1 --context $AWS_CLUSTER >> testcase_pods.log
kubectl get pods -n test2 --context $GKE_CLUSTER >> testcase_pods.log
for i in $(seq 1 20);
for i in $(seq 1 40);
do
curl -s -X GET http://productpage.ziti:9080/productpage?u=test | grep reviews >> testcase_curl_output.log
done
Expand Down

0 comments on commit 5bfb948

Please sign in to comment.