We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458b360 commit 99d4667Copy full SHA for 99d4667
.github/workflows/python-ec2-default-test.yml
@@ -258,6 +258,7 @@ jobs:
258
if: (success() || steps.log-validation.outcome == 'failure' || steps.metric-validation.outcome == 'failure') && !cancelled()
259
run: ./gradlew validator:run --args='-c python/ec2/default/custom-metric-validation.yml
260
--testing-id ${{ env.TESTING_ID }}
261
+ --account-id ${{ env.ACCOUNT_ID }}
262
--endpoint http://${{ env.MAIN_SERVICE_ENDPOINT }}
263
--remote-service-deployment-name ${{ env.REMOTE_SERVICE_IP }}:8001
264
--region ${{ env.E2E_TEST_AWS_REGION }}
0 commit comments