Skip to content

Commit

Permalink
Merge pull request #7629 from DataDog/conti/system-tests-aws-access
Browse files Browse the repository at this point in the history
fix: add system tests aws credentials
  • Loading branch information
wconti27 authored Sep 30, 2024
2 parents 70ac474 + c5ea23c commit 1d51f78
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .circleci/config.continue.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -880,11 +880,27 @@ jobs:
- run:
name: Run APM Integrations tests
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`
# Stop the job after 5m to avoid excessive overhead. Will need adjustment as more tests are added.
no_output_timeout: 5m
command: |
cd system-tests
DD_SITE=datadoghq.com DD_API_KEY=$SYSTEM_TESTS_E2E_DD_API_KEY DD_APPLICATION_KEY=$SYSTEM_TESTS_E2E_DD_APP_KEY ./run.sh INTEGRATIONS
- run:
name: Run IDM Crossed Tracing Libraries propagation tests for messaging
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 CROSSED_TRACING_LIBRARIES
- store_test_results:
path: system-tests/logs_integrations
Expand Down

0 comments on commit 1d51f78

Please sign in to comment.