@@ -184,8 +184,8 @@ jobs:
184
184
continue-on-error : true
185
185
run : |
186
186
curl -S -s http://${{ env.APP_ENDPOINT }}/outgoing-http-call/; echo
187
- curl -S -s http://${{ env.APP_ENDPOINT }}/aws-sdk-call/; echo
188
- curl -S -s http://${{ env.APP_ENDPOINT }}/remote-service?ip=${{ env.REMOTE_SERVICE_POD_IP }}/; echo
187
+ curl -S -s " http://${{ env.APP_ENDPOINT }}/aws-sdk-call?ip=${{ env.REMOTE_SERVICE_POD_IP }}&testingId=${{ env.TESTING_ID }}"
188
+ curl -S -s " http://${{ env.APP_ENDPOINT }}/remote-service?ip=${{ env.REMOTE_SERVICE_POD_IP }}&testingId=${{ env.TESTING_ID }}"
189
189
curl -S -s http://${{ env.APP_ENDPOINT }}/client-call/; echo
190
190
191
191
- name : Build Gradle
@@ -206,7 +206,7 @@ jobs:
206
206
--platform-info ${{ inputs.test-cluster-name }}
207
207
--service-name sample-application-${{ env.TESTING_ID }}
208
208
--remote-service-deployment-name ${{ env.REMOTE_SERVICE_DEPLOYMENT_NAME }}
209
- --query-string ip=${{ env.REMOTE_SERVICE_POD_IP }}
209
+ --query-string ip=${{ env.REMOTE_SERVICE_POD_IP }}&testingId=${{ env.TESTING_ID }}
210
210
--rollup'
211
211
212
212
- name : Call endpoints and validate generated metrics
@@ -224,7 +224,7 @@ jobs:
224
224
--service-name sample-application-${{ env.TESTING_ID }}
225
225
--remote-service-name sample-remote-application-${{ env.TESTING_ID }}
226
226
--remote-service-deployment-name ${{ env.REMOTE_SERVICE_DEPLOYMENT_NAME }}
227
- --query-string ip=${{ env.REMOTE_SERVICE_POD_IP }}
227
+ --query-string ip=${{ env.REMOTE_SERVICE_POD_IP }}&testingId=${{ env.TESTING_ID }}
228
228
--rollup'
229
229
230
230
- name : Call endpoints and validate generated traces
@@ -241,7 +241,7 @@ jobs:
241
241
--platform-info ${{ inputs.test-cluster-name }}
242
242
--service-name sample-application-${{ env.TESTING_ID }}
243
243
--remote-service-deployment-name ${{ env.REMOTE_SERVICE_DEPLOYMENT_NAME }}
244
- --query-string ip=${{ env.REMOTE_SERVICE_POD_IP }}
244
+ --query-string ip=${{ env.REMOTE_SERVICE_POD_IP }}&testingId=${{ env.TESTING_ID }}
245
245
--rollup'
246
246
247
247
- name : Publish metric on test result
0 commit comments