From 73955ae8ceb876fc84d60a0b75448e34f23379fd Mon Sep 17 00:00:00 2001 From: Alexander Seleznyov Date: Wed, 20 Nov 2024 12:03:48 -0500 Subject: [PATCH] fix logs --- .circleci/config.continue.yml.j2 | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.circleci/config.continue.yml.j2 b/.circleci/config.continue.yml.j2 index 7976b31ac8f..53b319fb0d9 100644 --- a/.circleci/config.continue.yml.j2 +++ b/.circleci/config.continue.yml.j2 @@ -953,13 +953,23 @@ 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: | + mkdir -p logs_debugger + for dir in system-tests/logs*/; do + cp -r "$dir" logs_debugger + done - store_test_results: - path: system-tests/logs_debugger* + path: logs_debugger - store_artifacts: - path: system-tests/logs_debugger* + path: logs_debugger parametric-tests: machine: