Skip to content

Commit d1847ea

Browse files
committed
WINC-1777: register windows-machine-config-operator OTE binary
Register wmco-tests-ext.gz in the extension registry so that openshift-tests can discover and invoke WINC OTE tests automatically in Prow periodic/presubmit jobs. Related: openshift/windows-machine-config-operator#3874
1 parent d63ee17 commit d1847ea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pkg/test/extensions/binary.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@ var extensionBinaries = []TestBinary{
211211
imageTag: "machine-config-operator",
212212
binaryPath: "/usr/bin/machine-config-tests-ext.gz",
213213
},
214+
{
215+
imageTag: "windows-machine-config-operator",
216+
binaryPath: "/usr/bin/wmco-tests-ext.gz",
217+
},
214218
{
215219
imageTag: "cluster-monitoring-operator",
216220
binaryPath: "/usr/bin/cluster-monitoring-operator-tests-ext.gz",

0 commit comments

Comments
 (0)