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

fix(ci): [agent6] Remove the kmt_secagent tests #33163

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@
/.gitlab/integration_test/windows.yml @DataDog/agent-devx-infra @DataDog/windows-agent

/.gitlab/kernel_matrix_testing @DataDog/ebpf-platform
/.gitlab/kernel_matrix_testing/security_agent.yml @DataDog/agent-security

/.gitlab/common/container_publish_job_templates.yml @DataDog/container-integrations @DataDog/agent-delivery
/.gitlab/container_build/ @DataDog/container-integrations @DataDog/agent-delivery
Expand Down
2 changes: 0 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ stages:
- package_deps_build
- kernel_matrix_testing_prepare
- kernel_matrix_testing_system_probe
- kernel_matrix_testing_security_agent
- kernel_matrix_testing_cleanup
- integration_test
- benchmarks
Expand Down Expand Up @@ -666,7 +665,6 @@ workflow:
- test/kitchen/test/integration/security-agent-test/**/*
- test/kitchen/test/integration/security-agent-stress/**/*
- .gitlab/functional_test/security_agent.yml
- .gitlab/kernel_matrix_testing/security_agent.yml
- .gitlab/kernel_matrix_testing/common.yml
- test/new-e2e/system-probe/**/*
- test/new-e2e/scenarios/system-probe/**/*
Expand Down
1 change: 0 additions & 1 deletion .gitlab/JOBOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ new-e2e* @DataDog/multiple
upload_dependencies* @DataDog/ebpf-platform
upload_minimized_btfs* @DataDog/ebpf-platform
kmt_* @DataDog/ebpf-platform
upload_secagent_tests* @DataDog/ebpf-platform
upload_sysprobe_tests* @DataDog/ebpf-platform
notify_ebpf_complexity_changes @DataDog/ebpf-platform
pull_test_dockers* @DataDog/universal-service-monitoring
Expand Down
1 change: 0 additions & 1 deletion .gitlab/functional_test/include.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ include:
- .gitlab/functional_test/system_probe_windows.yml
- .gitlab/kernel_matrix_testing/common.yml
- .gitlab/kernel_matrix_testing/system_probe.yml
- .gitlab/kernel_matrix_testing/security_agent.yml
- .gitlab/functional_test_sysprobe/system_probe.yml
17 changes: 0 additions & 17 deletions .gitlab/junit_upload/junit_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,6 @@ kmt_arm64_junit_upload:
- "centos_8"
TEST_SET: ["no_tracersuite", "only_tracersuite"]
optional: true
- job: kmt_run_secagent_tests_arm64
parallel:
matrix:
- TAG:
- "ubuntu_18.04"
- "ubuntu_20.04"
- "ubuntu_22.04"
- "ubuntu_23.10"
- "amzn_5.4"
- "amzn_5.10"
- "fedora_37"
- "fedora_38"
- "debian_10"
- "debian_11"
- "debian_12"
TEST_SET: ["all_tests"]
optional: true
script:
- source /root/.bashrc
# Upload generated junit files
Expand Down
223 changes: 0 additions & 223 deletions .gitlab/kernel_matrix_testing/security_agent.yml

This file was deleted.

Loading