Skip to content

Commit

Permalink
move junit upload from unit_tests_arm64_junit_upload to direct jobs (
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcacheux authored Oct 17, 2024
1 parent f481626 commit fb38ad1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 17 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ include:
- .gitlab/integration_test/include.yml
- .gitlab/internal_image_deploy/internal_image_deploy.yml
- .gitlab/internal_kubernetes_deploy/include.yml
- .gitlab/junit_upload/junit_upload.yml
- .gitlab/kitchen_cleanup/include.yml
- .gitlab/kitchen_deploy/kitchen_deploy.yml
- .gitlab/kitchen_testing/include.yml
Expand Down Expand Up @@ -257,7 +256,7 @@ variables:
VCPKG_BLOB_SAS_URL: ci.datadog-agent-buildimages.vcpkg_blob_sas_url # windows-agent
WINGET_PAT: ci.datadog-agent.winget_pat # windows-agent
# End aws ssm variables

# Start vault variables
AGENT_API_KEY_ORG2: agent-api-key-org-2 # agent-devx-infra
AGENT_APP_KEY_ORG2: agent-ci-app-key-org-2 # agent-devx-infra
Expand Down
1 change: 0 additions & 1 deletion .gitlab/.ci-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ job-owners:
- trace-agent-v05-2cpus-normal_load-fixed_sps
- trace-agent-v05-2cpus-stress_load-fixed_sps
- trigger-flakes-finder
- unit_tests_arm64_junit_upload
- unit_tests_notify
- update_rc_build_links
- validate_modules
14 changes: 0 additions & 14 deletions .gitlab/junit_upload/junit_upload.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .gitlab/source_test/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ tests_deb-arm64-py3:
- .rtloader_tests
- .linux_tests
after_script:
- !reference [.upload_junit_source]
- !reference [.upload_coverage]
image: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/datadog-agent-buildimages/deb_arm64$DATADOG_AGENT_BUILDIMAGES_SUFFIX:$DATADOG_AGENT_BUILDIMAGES
tags: ["arch:arm64"]
Expand All @@ -136,6 +137,7 @@ tests_rpm-arm64-py3:
- .rtloader_tests
- .linux_tests
after_script:
- !reference [.upload_junit_source]
- !reference [.upload_coverage]
image: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/datadog-agent-buildimages/rpm_arm64$DATADOG_AGENT_BUILDIMAGES_SUFFIX:$DATADOG_AGENT_BUILDIMAGES
tags: ["arch:arm64"]
Expand Down

0 comments on commit fb38ad1

Please sign in to comment.