Skip to content

Commit 8854246

Browse files
Merge pull request #30042 from gnufied/add-cso-e2e-mapping
STOR-2370: Add openshift-test tags for CSO
2 parents b36acb8 + c68e600 commit 8854246

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
@@ -185,6 +185,10 @@ var extensionBinaries = []TestBinary{
185185
imageTag: "cluster-monitoring-operator",
186186
binaryPath: "/usr/bin/cluster-monitoring-operator-tests-ext.gz",
187187
},
188+
{
189+
imageTag: "cluster-storage-operator",
190+
binaryPath: "/usr/bin/cluster-storage-operator-tests-ext.gz",
191+
},
188192
}
189193

190194
// Info returns information about this particular extension.

0 commit comments

Comments
 (0)