diff --git a/pkg/test/extensions/binary.go b/pkg/test/extensions/binary.go index b5e5469e8604..4de7f6c22237 100644 --- a/pkg/test/extensions/binary.go +++ b/pkg/test/extensions/binary.go @@ -179,10 +179,6 @@ var extensionBinaries = []TestBinary{ imageTag: "machine-api-operator", binaryPath: "/machine-api-tests-ext.gz", }, - { - imageTag: "cluster-control-plane-machine-set-operator", - binaryPath: "/cluster-control-plane-machine-set-operator-ext.gz", - }, { imageTag: "olm-operator-controller", binaryPath: "/usr/bin/olmv1-tests-ext.gz", @@ -207,10 +203,6 @@ var extensionBinaries = []TestBinary{ imageTag: "cluster-openshift-apiserver-operator", binaryPath: "/usr/bin/cluster-openshift-apiserver-operator-tests-ext.gz", }, - { - imageTag: "openshift-apiserver", - binaryPath: "/usr/bin/openshift-apiserver-tests-ext.gz", - }, { imageTag: "oauth-apiserver", binaryPath: "/usr/bin/oauth-apiserver-tests-ext.gz", @@ -219,18 +211,10 @@ var extensionBinaries = []TestBinary{ imageTag: "service-ca-operator", binaryPath: "/usr/bin/service-ca-operator-tests-ext.gz", }, - { - imageTag: "cluster-kube-controller-manager-operator", - binaryPath: "/usr/bin/cluster-kube-controller-manager-operator-tests-ext.gz", - }, { imageTag: "cluster-kube-storage-version-migrator-operator", binaryPath: "/usr/bin/cluster-kube-storage-version-migrator-operator-tests-ext.gz", }, - { - imageTag: "operator-lifecycle-manager", - binaryPath: "/usr/bin/olmv0-tests-ext.gz", - }, { imageTag: "cluster-openshift-controller-manager-operator", binaryPath: "/usr/bin/cluster-openshift-controller-manager-operator-tests-ext.gz", @@ -243,10 +227,6 @@ var extensionBinaries = []TestBinary{ imageTag: "cluster-config-operator", binaryPath: "/usr/bin/cluster-config-operator-tests-ext.gz", }, - { - imageTag: "cluster-etcd-operator", - binaryPath: "/usr/bin/cluster-etcd-operator-tests-ext.gz", - }, { imageTag: "cluster-kube-scheduler-operator", binaryPath: "/usr/bin/cluster-kube-scheduler-operator-tests-ext.gz",