Skip to content

Commit

Permalink
try fix logs
Browse files Browse the repository at this point in the history
  • Loading branch information
shurivich committed Nov 20, 2024
1 parent df51f63 commit 9bc8bd1
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .circleci/config.continue.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -941,13 +941,22 @@ jobs:
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 DEBUGGER_SCENARIOS
export DD_API_KEY=$SYSTEM_TESTS_E2E_DD_API_KEY
./run.sh DEBUGGER_SCENARIOS
- run:
name: Collect log files
no_output_timeout: 5m
command: |
cd system-tests
mkdir -p log_debugger
find . -type d -name "log*" -exec mv {} log_debugger/ \;
- store_test_results:
path: system-tests/logs_debugger*
path: system-tests/logs_debugger
- store_artifacts:
path: system-tests/logs_debugger*
path: system-tests/logs_debugger
parametric-tests:
machine:
Expand Down

0 comments on commit 9bc8bd1

Please sign in to comment.