From 830908827f5565081e55775b57379a1a35d12e87 Mon Sep 17 00:00:00 2001 From: Marco Braga Date: Thu, 12 Mar 2026 10:56:48 -0300 Subject: [PATCH] SPLAT-2672: ote/ccm-aws removing binary while migrating to CCCMO Removing CCM-AWS OTE binary extraction temporarialy to unblock upstream sync. This will be migrated to CCCMO project to prevent future issues and keep the OTE extractions. See also: https://github.com/openshift/cluster-cloud-controller-manager-operator/pull/437 --- pkg/test/extensions/binary.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/test/extensions/binary.go b/pkg/test/extensions/binary.go index abef4f8e9095..d8a8b1d79677 100644 --- a/pkg/test/extensions/binary.go +++ b/pkg/test/extensions/binary.go @@ -291,10 +291,6 @@ var extensionBinaries = []TestBinary{ imageTag: "cluster-authentication-operator", binaryPath: "/usr/bin/cluster-authentication-operator-tests-ext.gz", }, - { - imageTag: "aws-cloud-controller-manager", - binaryPath: "/usr/bin/aws-cloud-controller-manager-tests-ext.gz", - }, { imageTag: "cloud-credential-operator", binaryPath: "/usr/bin/cloud-credential-tests-ext.gz",