Skip to content

Commit

Permalink
add aws auth
Browse files Browse the repository at this point in the history
  • Loading branch information
wconti27 committed Sep 16, 2024
1 parent a369f7b commit 6d1714e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.continue.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -831,10 +831,16 @@ jobs:
- run:
name: Run
environment:
- AWS_ACCESS_KEY_ID: $SYSTEM_TESTS_IDM_AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY: $SYSTEM_TESTS_IDM_AWS_SECRET_ACCESS_KEY
- AWS_REGION: us-east-1
- AWS_DEFAULT_REGION: us-east-1 # AWS services should use `AWS_REGION`, but some still use the older `AWS_DEFAULT_REGION`
command: |
cd system-tests
DD_API_KEY=$SYSTEM_TESTS_DD_API_KEY ./run.sh
- run:
name: Run APM E2E default tests
# Stop the job after 5m to avoid excessive overhead. Will need adjustment as more tests are added.
Expand Down

0 comments on commit 6d1714e

Please sign in to comment.