Skip to content

Commit

Permalink
Add all Docker images to K8s integration tests (#5790)
Browse files Browse the repository at this point in the history
So, we validate all produced images.

(cherry picked from commit 9e5b8a7)
  • Loading branch information
rdner authored and mergify[bot] committed Oct 16, 2024
1 parent 9fe1314 commit 0a2195e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion testing/integration/kubernetes_agent_standalone_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,12 @@ func TestKubernetesAgentStandaloneKustomize(t *testing.T) {
Local: false,
Sudo: false,
OS: []define.OS{
// only test the basic and the wolfi container with otel
// test all produced images
{Type: define.Kubernetes, DockerVariant: "basic"},
{Type: define.Kubernetes, DockerVariant: "wolfi"},
{Type: define.Kubernetes, DockerVariant: "ubi"},
{Type: define.Kubernetes, DockerVariant: "complete"},
{Type: define.Kubernetes, DockerVariant: "complete-wolfi"},
},
Group: define.Kubernetes,
})
Expand Down

0 comments on commit 0a2195e

Please sign in to comment.