Skip to content

Commit

Permalink
remove gce build tag (#32226)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcacheux authored Dec 16, 2024
1 parent 62639e3 commit b3667a3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 25 deletions.
17 changes: 0 additions & 17 deletions pkg/util/cloudproviders/gce/gce_no_tags.go

This file was deleted.

2 changes: 0 additions & 2 deletions pkg/util/cloudproviders/gce/gce_tags.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// This product includes software developed at Datadog (https://www.datadoghq.com/).
// Copyright 2016-present Datadog, Inc.

//go:build gce

package gce

import (
Expand Down
2 changes: 0 additions & 2 deletions pkg/util/cloudproviders/gce/gce_tags_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// This product includes software developed at Datadog (https://www.datadoghq.com/).
// Copyright 2016-present Datadog, Inc.

//go:build gce

package gce

import (
Expand Down
6 changes: 2 additions & 4 deletions tasks/build_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"ec2",
"etcd",
"fargateprocess",
"gce",
"jmx",
"jetson",
"kubeapiserver",
Expand Down Expand Up @@ -68,7 +67,6 @@
"docker",
"ec2",
"etcd",
"gce",
"jetson",
"jmx",
"kubeapiserver",
Expand Down Expand Up @@ -109,7 +107,7 @@
FIPS_AGENT_TAGS = AGENT_TAGS.union({"goexperiment.systemcrypto"})

# CLUSTER_AGENT_TAGS lists the tags needed when building the cluster-agent
CLUSTER_AGENT_TAGS = {"clusterchecks", "datadog.no_waf", "kubeapiserver", "orchestrator", "zlib", "zstd", "ec2", "gce"}
CLUSTER_AGENT_TAGS = {"clusterchecks", "datadog.no_waf", "kubeapiserver", "orchestrator", "zlib", "zstd", "ec2"}

# CLUSTER_AGENT_CLOUDFOUNDRY_TAGS lists the tags needed when building the cloudfoundry cluster-agent
CLUSTER_AGENT_CLOUDFOUNDRY_TAGS = {"clusterchecks"}
Expand All @@ -121,7 +119,7 @@
IOT_AGENT_TAGS = {"jetson", "otlp", "systemd", "zlib", "zstd"}

# INSTALLER_TAGS lists the tags needed when building the installer
INSTALLER_TAGS = {"docker", "ec2", "gce", "kubelet"}
INSTALLER_TAGS = {"docker", "ec2", "kubelet"}

# PROCESS_AGENT_TAGS lists the tags necessary to build the process-agent
PROCESS_AGENT_TAGS = AGENT_TAGS.union({"fargateprocess"}).difference({"otlp", "python", "trivy"})
Expand Down

0 comments on commit b3667a3

Please sign in to comment.