Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove system test results upload #7156

Merged
merged 1 commit into from
Jun 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading