Skip to content

Commit a782131

Browse files
Removing this commit later
1 parent c0f08cf commit a782131

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Binary file not shown.

tests/e2e/mnist_raycluster_sdk_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func TestMNISTRayClusterSDK(t *testing.T) {
4141
test := With(t)
4242
test.T().Parallel()
4343

44-
// if !IsOpenShift(test) {
44+
// if IsOpenShift(test) {
4545
// test.T().Skip("Requires https://github.com/project-codeflare/codeflare-sdk/pull/146")
4646
// }
4747

@@ -113,8 +113,8 @@ func TestMNISTRayClusterSDK(t *testing.T) {
113113
},
114114
{
115115
Verbs: []string{"get", "list"},
116-
APIGroups: []string{"route.openshift.io"},
117-
Resources: []string{"routes"},
116+
APIGroups: []string{"networking.k8s.io"},
117+
Resources: []string{"ingresses"},
118118
},
119119
},
120120
}
@@ -166,7 +166,7 @@ func TestMNISTRayClusterSDK(t *testing.T) {
166166
Name: "test",
167167
// FIXME: switch to base Python image once the dependency on OpenShift CLI is removed
168168
// See https://github.com/project-codeflare/codeflare-sdk/pull/146
169-
Image: "python:3.8",
169+
Image: "quay.io/opendatahub/notebooks:jupyter-minimal-ubi8-python-3.8-4c8f26e",
170170
Command: []string{"/bin/sh", "-c", "pip install /test/codeflare_sdk-0.0.0.dev0-py3-none-any.whl && cp /test/* . && python mnist_raycluster_sdk.py" + " " + namespace.Name},
171171
VolumeMounts: []corev1.VolumeMount{
172172
{

0 commit comments

Comments
 (0)