Skip to content

Commit

Permalink
ci(remove): Remove other occurrences of iot or dogstatsd for agent6
Browse files Browse the repository at this point in the history
  • Loading branch information
chouetz committed Nov 13, 2024
1 parent a12f04a commit 666661f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 114 deletions.
12 changes: 0 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,18 +245,6 @@ jobs:
name: build agent
command: inv -e agent.build --exclude-rtloader

build_iot_agent:
<<: *job_template
steps:
- restore_cache: *restore_source
- restore_cache: *restore_deps
- run:
name: build iot agent
command: inv -e agent.build --flavor iot
- run:
name: test iot agent
command: DD_HOSTNAME=test-circleci-hostname ./bin/agent/agent -c ./bin/agent/dist check cpu

documentation_generation:
<<: *job_template
steps:
Expand Down
34 changes: 0 additions & 34 deletions .gitlab/kitchen_testing/new-e2e_testing/centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,40 +29,6 @@ new-e2e-agent-platform-install-script-centos-a6-x86_64:
variables:
FLAVOR: datadog-agent

new-e2e-agent-platform-install-script-centos-iot-agent-a6-x86_64:
stage: kitchen_testing
extends:
- .new_e2e_template
- .new-e2e_install_script
- .new-e2e_os_centos
- .new-e2e_centos_a6_x86_64
- .new-e2e_agent_a6
rules: !reference [.on_default_new-e2e_tests]
variables:
FLAVOR: datadog-iot-agent

new-e2e-agent-platform-install-script-centos-dogstatsd-a6-x86_64:
stage: kitchen_testing
extends:
- .new_e2e_template
- .new-e2e_install_script
- .new-e2e_os_centos
- .new-e2e_centos_a6_x86_64
- .new-e2e_agent_a6
variables:
FLAVOR: datadog-dogstatsd

new-e2e-agent-platform-install-script-centos-fips-a6-x86_64:
stage: kitchen_testing
extends:
- .new_e2e_template
- .new-e2e_install_script
- .new-e2e_os_centos
- .new-e2e_centos-fips_a6_x86_64
- .new-e2e_agent_a6
variables:
FLAVOR: datadog-agent

new-e2e-agent-platform-step-by-step-centos-a6-x86_64:
stage: kitchen_testing
extends:
Expand Down
23 changes: 0 additions & 23 deletions .gitlab/kitchen_testing/new-e2e_testing/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,29 +40,6 @@ new-e2e-agent-platform-install-script-debian-a6-arm64:
variables:
FLAVOR: datadog-agent

new-e2e-agent-platform-install-script-debian-iot-agent-a6-x86_64:
stage: kitchen_testing
extends:
- .new_e2e_template
- .new-e2e_install_script
- .new-e2e_os_debian
- .new-e2e_debian_a6_x86_64
- .new-e2e_agent_a6
rules: !reference [.on_default_new-e2e_tests]
variables:
FLAVOR: datadog-iot-agent

new-e2e-agent-platform-install-script-debian-dogstatsd-a6-x86_64:
stage: kitchen_testing
extends:
- .new_e2e_template
- .new-e2e_install_script
- .new-e2e_os_debian
- .new-e2e_debian_a6_x86_64
- .new-e2e_agent_a6
variables:
FLAVOR: datadog-dogstatsd

new-e2e-agent-platform-install-script-debian-heroku-agent-a6-x86_64:
stage: kitchen_testing
extends:
Expand Down
23 changes: 0 additions & 23 deletions .gitlab/kitchen_testing/new-e2e_testing/suse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,29 +46,6 @@ new-e2e-agent-platform-install-script-suse-a6-arm64:
variables:
FLAVOR: datadog-agent

new-e2e-agent-platform-install-script-suse-iot-agent-a6-x86_64:
stage: kitchen_testing
extends:
- .new_e2e_template
- .new-e2e_install_script
- .new-e2e_os_suse
- .new-e2e_suse_a6_x86_64
- .new-e2e_agent_a6
rules: !reference [.on_default_new-e2e_tests]
variables:
FLAVOR: datadog-iot-agent

new-e2e-agent-platform-install-script-suse-dogstatsd-a6-x86_64:
stage: kitchen_testing
extends:
- .new_e2e_template
- .new-e2e_install_script
- .new-e2e_os_suse
- .new-e2e_suse_a6_x86_64
- .new-e2e_agent_a6
variables:
FLAVOR: datadog-dogstatsd

new-e2e-agent-platform-package-signing-suse-a6-x86_64:
stage: kitchen_testing
extends:
Expand Down
22 changes: 0 additions & 22 deletions .gitlab/kitchen_testing/new-e2e_testing/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,28 +53,6 @@ new-e2e-agent-platform-install-script-ubuntu-a6-arm64:
variables:
FLAVOR: datadog-agent

new-e2e-agent-platform-install-script-ubuntu-iot-agent-a6-x86_64:
stage: kitchen_testing
extends:
- .new_e2e_template
- .new-e2e_install_script
- .new-e2e_os_ubuntu
- .new-e2e_ubuntu_a6_x86_64
- .new-e2e_agent_a6
variables:
FLAVOR: datadog-iot-agent

new-e2e-agent-platform-install-script-ubuntu-dogstatsd-a6-x86_64:
stage: kitchen_testing
extends:
- .new_e2e_template
- .new-e2e_install_script
- .new-e2e_os_ubuntu
- .new-e2e_ubuntu_a6_x86_64
- .new-e2e_agent_a6
variables:
FLAVOR: datadog-dogstatsd

new-e2e-agent-platform-install-script-ubuntu-heroku-agent-a6-x86_64:
stage: kitchen_testing
extends:
Expand Down

0 comments on commit 666661f

Please sign in to comment.