Skip to content

Commit

Permalink
Merge pull request #870 from aws-observability/region
Browse files Browse the repository at this point in the history
Align metrics with other Repos
  • Loading branch information
thpierce authored Aug 17, 2024
2 parents a066565 + 0b92213 commit 6158a3b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests-app-with-java-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,6 @@ jobs:
success: ${{ needs.test_Spring_App_With_Java_Agent.result == 'success' &&
needs.test_Spark_App_With_Java_Agent.result == 'success' &&
needs.test_Spark_AWS_SDK_V1_App_With_Java_Agent.result == 'success' }}
region: us-west-2
region: us-east-1
secrets:
roleArn: ${{ secrets.METRICS_ROLE_ARN }}
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests-with-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,6 @@ jobs:
branch: ${{ github.ref_name }}
workflow: ${{ inputs.caller-workflow-name }}
success: ${{ needs.run-batch-job.result == 'success' }}
region: us-west-2
region: us-east-1
secrets:
roleArn: ${{ secrets.METRICS_ROLE_ARN }}
2 changes: 1 addition & 1 deletion .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,6 @@ jobs:
workflow: main-build
success: ${{ needs.build.result == 'success' &&
needs.contract-tests.result == 'success' }}
region: us-west-2
region: us-east-1
secrets:
roleArn: ${{ secrets.METRICS_ROLE_ARN }}
2 changes: 1 addition & 1 deletion .github/workflows/nightly-upstream-snapshot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,6 @@ jobs:
workflow: nightly-upstream-snapshot-build
success: ${{ needs.build.result == 'success' &&
needs.contract-tests.result == 'success' }}
region: us-west-2
region: us-east-1
secrets:
roleArn: ${{ secrets.METRICS_ROLE_ARN }}
2 changes: 1 addition & 1 deletion .github/workflows/owasp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
workflow: owasp
success: ${{ needs.check-dependencies-adot-java.result == 'success' &&
needs.check-dependencies-otel-java.result == 'success'}}
region: us-west-2
region: us-east-1
secrets:
roleArn: ${{ secrets.METRICS_ROLE_ARN }}

0 comments on commit 6158a3b

Please sign in to comment.