File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 4141 - name : Upload main-build adot.whl to s3
4242 run : aws s3 cp ${{ inputs.staging-wheel-name }} s3://adot-main-build-staging-jar/${{ inputs.staging-wheel-name }}
4343
44+ - name : Get Python Distro Output
45+ id : python_output
46+ run : |
47+ echo " input image: "
48+ echo "${{ inputs.adot-image-name }}"
49+
4450# python-ec2-default-e2e-test:
4551# needs: [ upload-main-build ]
4652# uses: aws-observability/aws-application-signals-test-framework/.github/workflows/python-ec2-default-test.yml@main
7783# caller-workflow-name: 'main-build'
7884
7985 python-ecs-e2e-test :
80- uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-ecs-test.yml@main
86+ uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-ecs-test.yml@ecs_entry
8187 secrets : inherit
8288 with :
8389 aws-region : us-east-1
Original file line number Diff line number Diff line change @@ -100,5 +100,4 @@ jobs:
100100 contents : read
101101 with :
102102 staging-wheel-name : ${{ needs.build.outputs.staging_wheel_file }}
103- adot-image-name : 637423224110.dkr.ecr.us-east-1.amazonaws.com/aws-observability/adot-autoinstrumentation-python-staging:${{ needs.build.outputs.python_image_tag }}
104- # adot-image-name: ${{ needs.build.outputs.staging_registry }}/aws-observability/adot-autoinstrumentation-python-staging:${{ needs.build.outputs.python_image_tag }}
103+ adot-image-name : ${{ needs.build.outputs.staging_registry }}/aws-observability/adot-autoinstrumentation-python-staging:${{ needs.build.outputs.python_image_tag }}
You can’t perform that action at this time.
0 commit comments