Skip to content

Commit

Permalink
Add all Docker images to K8s integration tests (elastic#5790)
Browse files Browse the repository at this point in the history
So, we validate all produced images.
  • Loading branch information
rdner authored Oct 16, 2024
1 parent feffc78 commit 9e5b8a7
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 9e5b8a7

Please sign in to comment.