Skip to content

Commit

Permalink
fix(ci): Remove system test results upload (#7177)
Browse files Browse the repository at this point in the history
The API key expired.
According to the system tests team, this step is not expected in our workflow.
Removing it accordingly.

Co-authored-by: Bruce Bujon <bruce.bujon@datadoghq.com>
  • Loading branch information
mcculls and PerfectSlayer committed Jun 12, 2024
1 parent 28dfa70 commit a964d83
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .circleci/config.continue.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -837,26 +837,6 @@ jobs:
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 APM_TRACING_E2E_SINGLE_SPAN
- run:
name: Upload data to CI Visibility
command: |
cd system-tests
export DD_API_KEY=$SYSTEM_TESTS_CI_API_KEY
export DD_APP_KEY=$SYSTEM_TESTS_CI_APP_KEY
# Causes conflicts with DD_API_KEY and datadog-ci tool
unset DATADOG_API_KEY
echo "Uploading tests results to CI Visibility"
utils/scripts/upload_results_CI_visibility.sh dev java-tracer << pipeline.id >>-<< pipeline.number >>
if [[ $CIRCLE_BRANCH == "master" ]]; then
echo "Updating dashboard from dd-trace-java main branch"
utils/scripts/update_dashboard_CI_visibility.sh java-tracer << pipeline.id >>-<< pipeline.number >>
else
echo "Skipping CI Visibility dashboard update due to it is not a main branch"
fi
- run:
name: Collect artifacts
command: tar -cvzf logs_java_<< parameters.weblog-variant >>_dev.tar.gz -C system-tests logs logs_apm_tracing_e2e logs_apm_tracing_e2e_single_span
Expand Down

0 comments on commit a964d83

Please sign in to comment.