From d690e1c77112db6912a262e502a3305ae185bd11 Mon Sep 17 00:00:00 2001 From: Marco Braga Date: Wed, 11 Mar 2026 15:53:50 -0300 Subject: [PATCH] feat(e2e/ote/ccm-aws): move OTE binary to cccmo image --- pkg/test/extensions/binary.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/test/extensions/binary.go b/pkg/test/extensions/binary.go index 2785aa5dfc3c..1a5f3f28621b 100644 --- a/pkg/test/extensions/binary.go +++ b/pkg/test/extensions/binary.go @@ -313,6 +313,10 @@ var extensionBinaries = []TestBinary{ imageTag: "cluster-authentication-operator", binaryPath: "/usr/bin/cluster-authentication-operator-tests-ext.gz", }, + { + imageTag: "cluster-cloud-controller-manager-operator", + binaryPath: "/usr/bin/cloud-controller-manager-aws-tests-ext.gz", + }, { imageTag: "cloud-credential-operator", binaryPath: "/usr/bin/cloud-credential-tests-ext.gz",