Skip to content

Commit 97ae153

Browse files
chore(ci): remove Go agent build artifacts and variables (#1052)
## Summary - Delete `compile_go_agent.sh` and Go agent Dockerfiles (`Dockerfile.go_agent.compile`, `Dockerfile.go_agent.alpine.compile`) which are no longer needed since the extension was rewritten in Rust (bottlecap) - Remove the now-orphaned `AGENT_BRANCH` and `AGENT_VERSION` pipeline input variables from `.gitlab-ci.yml` ## Jira [SVLS-8636](https://datadoghq.atlassian.net/browse/SVLS-8636) [SVLS-8636]: https://datadoghq.atlassian.net/browse/SVLS-8636?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 7c51ea2 commit 97ae153

File tree

4 files changed

+0
-283
lines changed

4 files changed

+0
-283
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ variables:
55
# This will be overwritten by the tag version if it is a release.
66
VERSION: dev
77
# Manual trigger variables
8-
AGENT_BRANCH:
9-
description: "Branch of the datadog-agent repository to use."
10-
value: main
11-
AGENT_VERSION:
12-
description: "Latest release version of the datadog-agent to tag the build with."
13-
value: "7.66.0"
148
PIPELINE_LAYER_SUFFIX:
159
description: "Suffix to be appended to the layer name (default empty)."
1610
value: ""

.gitlab/scripts/compile_go_agent.sh

Lines changed: 0 additions & 116 deletions
This file was deleted.

images/Dockerfile.go_agent.alpine.compile

Lines changed: 0 additions & 80 deletions
This file was deleted.

images/Dockerfile.go_agent.compile

Lines changed: 0 additions & 81 deletions
This file was deleted.

0 commit comments

Comments
 (0)