Skip to content

Commit 95dc855

Browse files
authored
Update python EC2 canary tests to match with cw agent rpm latest version. (#134)
Update python EC2 canary tests to match with cw agent rpm latest version. Matching with Java EC2 canary change: aws-observability/aws-application-signals-test-framework#28 An example of workflow test passed: https://github.com/aws-observability/aws-otel-python-instrumentation/actions/runs/8527133186 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 722263e commit 95dc855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/appsignals-python-e2e-ec2-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
ref: main
4646

4747
- name: Set CW Agent RPM environment variable
48-
run: echo GET_CW_AGENT_RPM_COMMAND="wget -O cw-agent.rpm https://amazoncloudwatch-agent-${{ inputs.aws-region }}.s3.${{ inputs.aws-region }}.amazonaws.com/amazon_linux/amd64/1.300031.0b313/amazon-cloudwatch-agent.rpm" >> $GITHUB_ENV
48+
run: echo GET_CW_AGENT_RPM_COMMAND="wget -O cw-agent.rpm https://amazoncloudwatch-agent-${{ inputs.aws-region }}.s3.${{ inputs.aws-region }}.amazonaws.com/amazon_linux/amd64/latest/amazon-cloudwatch-agent.rpm" >> $GITHUB_ENV
4949

5050
- name: Generate testing id
5151
run: echo TESTING_ID="${{ github.run_id }}-${{ github.run_number }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)