4141 uses : actions/checkout@v4
4242 with :
4343 repository : aws-observability/aws-application-signals-test-framework
44- ref : main
44+ ref : adot-pending-release
4545
4646 - name : Download enablement script
4747 uses : actions/checkout@v4
@@ -134,7 +134,8 @@ jobs:
134134 kubectl patch deploy -namazon-cloudwatch amazon-cloudwatch-observability-controller-manager --type='json' \
135135 -p='[{"op": "replace", "path": "/spec/template/spec/containers/0/args/1", "value": "--auto-instrumentation-java-image=${{ inputs.appsignals-adot-image-name }}"}]'
136136 kubectl delete pods --all -n amazon-cloudwatch
137- kubectl wait --for=condition=Ready pod --all -n amazon-cloudwatch
137+ sleep 5
138+ kubectl wait --for=condition=Ready pod --request-timeout '5m' --all -n amazon-cloudwatch
138139
139140 - name : Restart the app pods
140141 run : kubectl delete pods --all -n ${{ env.SAMPLE_APP_NAMESPACE }}
@@ -205,7 +206,7 @@ jobs:
205206 --platform-info ${{ inputs.test-cluster-name }}
206207 --service-name sample-application-${{ env.TESTING_ID }}
207208 --remote-service-deployment-name ${{ env.REMOTE_SERVICE_DEPLOYMENT_NAME }}
208- --request-body ip=${{ env.REMOTE_SERVICE_POD_IP }}
209+ --query-string ip=${{ env.REMOTE_SERVICE_POD_IP }}
209210 --rollup'
210211
211212 - name : Call endpoints and validate generated metrics
@@ -223,7 +224,7 @@ jobs:
223224 --service-name sample-application-${{ env.TESTING_ID }}
224225 --remote-service-name sample-remote-application-${{ env.TESTING_ID }}
225226 --remote-service-deployment-name ${{ env.REMOTE_SERVICE_DEPLOYMENT_NAME }}
226- --request-body ip=${{ env.REMOTE_SERVICE_POD_IP }}
227+ --query-string ip=${{ env.REMOTE_SERVICE_POD_IP }}
227228 --rollup'
228229
229230 - name : Call endpoints and validate generated traces
@@ -240,7 +241,7 @@ jobs:
240241 --platform-info ${{ inputs.test-cluster-name }}
241242 --service-name sample-application-${{ env.TESTING_ID }}
242243 --remote-service-deployment-name ${{ env.REMOTE_SERVICE_DEPLOYMENT_NAME }}
243- --request-body ip=${{ env.REMOTE_SERVICE_POD_IP }}
244+ --query-string ip=${{ env.REMOTE_SERVICE_POD_IP }}
244245 --rollup'
245246
246247 - name : Publish metric on test result
0 commit comments