41
41
uses : actions/checkout@v4
42
42
with :
43
43
repository : aws-observability/aws-application-signals-test-framework
44
- ref : main
44
+ ref : adot-pending-release
45
45
46
46
- name : Download enablement script
47
47
uses : actions/checkout@v4
@@ -134,7 +134,8 @@ jobs:
134
134
kubectl patch deploy -namazon-cloudwatch amazon-cloudwatch-observability-controller-manager --type='json' \
135
135
-p='[{"op": "replace", "path": "/spec/template/spec/containers/0/args/1", "value": "--auto-instrumentation-java-image=${{ inputs.appsignals-adot-image-name }}"}]'
136
136
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
138
139
139
140
- name : Restart the app pods
140
141
run : kubectl delete pods --all -n ${{ env.SAMPLE_APP_NAMESPACE }}
@@ -205,7 +206,7 @@ jobs:
205
206
--platform-info ${{ inputs.test-cluster-name }}
206
207
--service-name sample-application-${{ env.TESTING_ID }}
207
208
--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 }}
209
210
--rollup'
210
211
211
212
- name : Call endpoints and validate generated metrics
@@ -223,7 +224,7 @@ jobs:
223
224
--service-name sample-application-${{ env.TESTING_ID }}
224
225
--remote-service-name sample-remote-application-${{ env.TESTING_ID }}
225
226
--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 }}
227
228
--rollup'
228
229
229
230
- name : Call endpoints and validate generated traces
@@ -240,7 +241,7 @@ jobs:
240
241
--platform-info ${{ inputs.test-cluster-name }}
241
242
--service-name sample-application-${{ env.TESTING_ID }}
242
243
--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 }}
244
245
--rollup'
245
246
246
247
- name : Publish metric on test result
0 commit comments