Skip to content

Commit

Permalink
print out app endpoints (aws-observability#63)
Browse files Browse the repository at this point in the history
* Update application-signals-python-e2e-eks-test.yml

* Update appsignals-e2e-eks-test.yml
  • Loading branch information
pxaws authored May 10, 2024
1 parent 6a3fe84 commit 0a54d65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
max_attempts=60
until $(curl --output /dev/null --silent --head --fail $(echo "$python_app_endpoint" | tr -d '"')); do
if [ ${attempt_counter} -eq ${max_attempts} ];then
echo "Failed to connect to endpoint. Will attempt to redeploy sample app."
echo "Failed to connect to endpoint ($python_app_endpoint). Will attempt to redeploy sample app."
deployment_failed=1
break
fi
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/appsignals-e2e-eks-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
max_attempts=60
until $(curl --output /dev/null --silent --head --fail $(echo "$main_sample_app_endpoint" | tr -d '"')); do
if [ ${attempt_counter} -eq ${max_attempts} ];then
echo "Failed to connect to endpoint. Will attempt to redeploy sample app."
echo "Failed to connect to endpoint ($main_sample_app_endpoint). Will attempt to redeploy sample app."
deployment_failed=1
break
fi
Expand Down Expand Up @@ -392,4 +392,4 @@ jobs:
--name service-account-${{ env.TESTING_ID }} \
--namespace ${{ env.SAMPLE_APP_NAMESPACE }} \
--cluster ${{ inputs.test-cluster-name }} \
--region ${{ inputs.aws-region }}
--region ${{ inputs.aws-region }}

0 comments on commit 0a54d65

Please sign in to comment.