Skip to content

Commit e0bb2cd

Browse files
Merge pull request #30577 from sandeepknd/ote-bin-ckso
CNTRLPLANE-1309: register the OTE binary of cluster-kube-scheduler-operator
2 parents 737f738 + f1ba4b2 commit e0bb2cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/test/extensions/binary.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,10 @@ var extensionBinaries = []TestBinary{
247247
imageTag: "cluster-etcd-operator",
248248
binaryPath: "/usr/bin/cluster-etcd-operator-tests-ext.gz",
249249
},
250+
{
251+
imageTag: "cluster-kube-scheduler-operator",
252+
binaryPath: "/usr/bin/cluster-kube-scheduler-operator-tests-ext.gz",
253+
},
250254
{
251255
imageTag: "cluster-version-operator",
252256
binaryPath: "/usr/bin/cluster-version-operator-tests.gz",

0 commit comments

Comments
 (0)