From 9e5b8a7f23a52f9f152792950b2f477fe2c2ce1f Mon Sep 17 00:00:00 2001 From: Denis Date: Wed, 16 Oct 2024 16:52:13 +0200 Subject: [PATCH] Add all Docker images to K8s integration tests (#5790) So, we validate all produced images. --- testing/integration/kubernetes_agent_standalone_test.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/testing/integration/kubernetes_agent_standalone_test.go b/testing/integration/kubernetes_agent_standalone_test.go index bce103996f5..3faf19bdc3f 100644 --- a/testing/integration/kubernetes_agent_standalone_test.go +++ b/testing/integration/kubernetes_agent_standalone_test.go @@ -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, })