Skip to content

Commit b8f0eed

Browse files
sc-106544: Enabling OKE Testing
1 parent ead7979 commit b8f0eed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/cmx-versions/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ async function getClusterVersions() {
4545
// filtering out all versions except 4.14.0-okd for now per sc-90893
4646
versions: new Set(["4.14.0-okd"])
4747
},
48-
// oke: {
49-
// }
48+
oke: {}
49+
}
5050
}
5151

5252
// versions to test looks like this:

0 commit comments

Comments
 (0)