You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[RHOAIENG-22052] Updated test suites that were previously failing (#333)
* Got the tests to run
Signed-off-by: Mariah Holder <marholde@redhat.com>
* Added network policy and isolated isvc test
Signed-off-by: Mariah Holder <marholde@redhat.com>
* Updated images. Commented out tests
Signed-off-by: Mariah Holder <marholde@redhat.com>
Tracking progress
Signed-off-by: Mariah Holder <marholde@redhat.com>
* Added logic to recreate the service account if not present before the hpa tests are ran
Signed-off-by: Mariah Holder <marholde@redhat.com>
* Commented out one test
Signed-off-by: Mariah Holder <marholde@redhat.com>
---------
Signed-off-by: Mariah Holder <marholde@redhat.com>
Signed-off-by: Mariah Holder <94134625+mholder6@users.noreply.github.com>
Co-authored-by: Andres Llausas <allausas@redhat.com>
sed "s+kserve/modelmesh-minio-dev-examples:${minio_tag}+quay.io/jooholee/modelmesh-minio-dev-examples:${minio_tag}+g" -i opendatahub/scripts/manifests/fvt/fvt.yaml
100
-
sed "s+kserve/modelmesh-minio-examples:${minio_tag}+quay.io/jooholee/modelmesh-minio-examples:${minio_tag}+g" -i opendatahub/scripts/manifests/fvt/fvt.yaml
99
+
sed "s+kserve/modelmesh-minio-dev-examples:${minio_tag}+quay.io/rh-ee-allausas/modelmesh-minio-dev-examples:${minio_tag}+g" -i opendatahub/scripts/manifests/fvt/fvt.yaml
100
+
sed "s+kserve/modelmesh-minio-examples:${minio_tag}+quay.io/rh-ee-allausas/modelmesh-minio-examples:${minio_tag}+g" -i opendatahub/scripts/manifests/fvt/fvt.yaml
101
101
sed 's+ubuntu+quay.io/fedora/fedora:38+g' -i opendatahub/scripts/manifests/fvt/fvt.yaml
102
102
fi
103
103
@@ -129,6 +129,7 @@ oc get ns nfs-provisioner|| $SCRIPT_DIR/deploy_nfs_provisioner.sh nfs-provisione
129
129
info ".. Creating a namespace for fvt test"
130
130
oc get ns $namespace|| oc new-project $namespace#for openshift-ci
131
131
oc project $namespace||echo"ignored this due to openshift-ci"
@@ -169,4 +170,21 @@ oc get clusterrolebinding "${namespace}"-modelmesh-serving-sa-auth-delegator ||
169
170
# Create a SA "prometheus-ns-access" becuase odh-model-controller create rolebinding "prometheus-ns-access" with the SA where namespaces have modelmesh-enabled=true label
170
171
oc get sa prometheus-ns-access -n "${namespace}"|| oc create sa prometheus-ns-access -n "${namespace}"
0 commit comments