Skip to content

Commit

Permalink
[a6-rfc-gomodules-config] [merge]
Browse files Browse the repository at this point in the history
  • Loading branch information
CelianR committed Nov 14, 2024
2 parents c6dbf49 + 65d7d04 commit 8504018
Show file tree
Hide file tree
Showing 214 changed files with 7,114 additions and 5,719 deletions.
14 changes: 1 addition & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ experimental:
templates:
job_template: &job_template
docker:
- image: gcr.io/datadoghq/agent-circleci-runner:v32015963-09a32ddb
- image: gcr.io/datadoghq/agent-circleci-runner:v47817366-5fdf0325
environment:
USE_SYSTEM_LIBS: "1"
working_directory: /go/src/github.com/DataDog/datadog-agent
Expand Down 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
Loading

0 comments on commit 8504018

Please sign in to comment.