From 256b27c376260fa5e54b5033f1b76e052762321a Mon Sep 17 00:00:00 2001 From: Jad Haj Yahya Date: Wed, 20 May 2026 10:39:02 +0300 Subject: [PATCH] Register cluster-baremetal-tests-ext in extension registry Add cluster-baremetal-operator test extension binary to the payload extension registry. This allows baremetal E2E tests to run as part of the OpenShift test suite. Binary path: /usr/bin/cluster-baremetal-tests-ext.gz Source: openshift/cluster-baremetal-operator Companion PR: https://github.com/openshift/cluster-baremetal-operator/pull/ Co-Authored-By: Claude Sonnet 4.5 --- 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 1fdf4a13b607..9a4d3b9e77c6 100644 --- a/pkg/test/extensions/binary.go +++ b/pkg/test/extensions/binary.go @@ -229,6 +229,10 @@ var extensionBinaries = []TestBinary{ imageTag: "cluster-authentication-operator", binaryPath: "/usr/bin/cluster-authentication-operator-tests-ext.gz", }, + { + imageTag: "cluster-baremetal-operator", + binaryPath: "/usr/bin/cluster-baremetal-tests-ext.gz", + }, { imageTag: "cluster-cloud-controller-manager-operator", binaryPath: "/usr/bin/cloud-controller-manager-aws-tests-ext.gz",