Skip to content

Commit

Permalink
Merge branch 'master' into feature/Validate_ServiceMeshControlPlaneAl…
Browse files Browse the repository at this point in the history
…readyCreated
  • Loading branch information
asanzgom authored Sep 25, 2024
2 parents 1be5592 + bb9418b commit 1171fce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ Verify User Can Set Requests And Limits For A Model # robocop: off=too-long-t
${new_requests}= Create Dictionary cpu=2 memory=3Gi
Set Model Hardware Resources model_name=${flan_model_name} namespace=hw-res
... requests=${new_requests} limits=${NONE}
Wait For Pods To Be Terminated label_selector=serving.knative.dev/revisionUID=${rev_id}
Wait For Pods To Be Terminated label_selector=serving.knative.dev/revisionUID=${rev_id} timeout=300s
... namespace=${test_namespace}
Wait For Model KServe Deployment To Be Ready label_selector=serving.kserve.io/inferenceservice=${flan_model_name}
... namespace=${test_namespace} runtime=${CAIKIT_TGIS_RUNTIME_NAME}
Expand Down

0 comments on commit 1171fce

Please sign in to comment.