Skip to content

Commit 129c2f5

Browse files
authored
Switch to use latest CW agent image for ECS tests. (#325)
*Description of changes:* Switch to use latest CW agent image for ECS tests. Workflow tests: Java: https://github.com/aws-observability/aws-application-signals-test-framework/actions/runs/11960162230 Python: https://github.com/aws-observability/aws-application-signals-test-framework/actions/runs/11960165997 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 308a522 commit 129c2f5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/java-ecs-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ jobs:
132132
if [ "${{ github.event.repository.name }}" = "amazon-cloudwatch-agent" ]; then
133133
echo CWAGENT_IMAGE_URI="${{ secrets.AWS_ECR_PRIVATE_REGISTRY }}/cwagent-integration-test:${{ github.sha }}" >> $GITHUB_ENV
134134
else
135-
# echo CWAGENT_IMAGE_URI="public.ecr.aws/cloudwatch-agent/cloudwatch-agent:latest" >> $GITHUB_ENV
136-
echo CWAGENT_IMAGE_URI="136146983976.dkr.ecr.us-east-1.amazonaws.com/cloudwatch-agent:1.300047.0b872" >> $GITHUB_ENV
135+
echo CWAGENT_IMAGE_URI="public.ecr.aws/cloudwatch-agent/cloudwatch-agent:latest" >> $GITHUB_ENV
137136
fi
138137
139138
- name: Deploy sample app via terraform and wait for the endpoint to come online

.github/workflows/python-ecs-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ jobs:
132132
if [ "${{ github.event.repository.name }}" = "amazon-cloudwatch-agent" ]; then
133133
echo CWAGENT_IMAGE_URI="${{ secrets.AWS_ECR_PRIVATE_REGISTRY }}/cwagent-integration-test:${{ github.sha }}" >> $GITHUB_ENV
134134
else
135-
# echo CWAGENT_IMAGE_URI="public.ecr.aws/cloudwatch-agent/cloudwatch-agent:latest" >> $GITHUB_ENV
136-
echo CWAGENT_IMAGE_URI="136146983976.dkr.ecr.us-east-1.amazonaws.com/cloudwatch-agent:1.300047.0b872" >> $GITHUB_ENV
135+
echo CWAGENT_IMAGE_URI="public.ecr.aws/cloudwatch-agent/cloudwatch-agent:latest" >> $GITHUB_ENV
137136
fi
138137
139138
- name: Deploy sample app via terraform and wait for the endpoint to come online

0 commit comments

Comments
 (0)