From d2a4b2ebe1e067ab8b44d49de12e3ca4c3fdc55b Mon Sep 17 00:00:00 2001 From: Denis Rechkunov Date: Tue, 15 Oct 2024 15:13:11 +0200 Subject: [PATCH] Add all Docker images to K8s integration tests 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 ddcbb559cca..0810c685a27 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, })