Skip to content

Commit

Permalink
remove wrong arg from canary kw
Browse files Browse the repository at this point in the history
  • Loading branch information
bdattoma committed Feb 21, 2024
1 parent d57e21f commit 7778cf4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ods_ci/tests/Resources/CLI/ModelServing/llm.resource
Original file line number Diff line number Diff line change
Expand Up @@ -457,15 +457,15 @@ Traffic Should Be Redirected Based On Canary Percentage
... matches the expected probability ${exp_percentage}.
... It applies an arbitrary toleration margin of ${toleration}
[Arguments] ${exp_percentage} ${isvc_name} ${model_name} ${namespace}
... ${model_format} ${runtime}
... ${runtime}
${total}= Set Variable ${20}
${hits}= Set Variable ${0}
${toleration}= Set Variable ${20}
FOR ${counter} IN RANGE ${0} ${total}
Log ${counter}
${status}= Run Keyword And Return Status
... Query Model Multiple Times isvc_name=${isvc_name} model_name=${model_name} n_times=1
... namespace=${namespace} model_format=${model_format} runtime=${runtime}
... namespace=${namespace} runtime=${runtime}
IF ${status} == ${TRUE}
${hits}= Evaluate ${hits}+1
END
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Verify Model Upgrade Using Canaray Rollout
... n_queries=${0}
Traffic Should Be Redirected Based On Canary Percentage exp_percentage=${canary_percentage}
... isvc_name=${isvc_name} model_name=${model_name} namespace=${test_namespace}
... model_format=caikit runtime=caikit-tgi-runtime
... runtime=caikit-tgi-runtime
Log To Console Remove Canary Tarffic For Model Upgrade
Compile Deploy And Query LLM model isvc_name=${isvc_name}
... sa_name=${DEFAULT_BUCKET_SA_NAME}
Expand All @@ -179,7 +179,7 @@ Verify Model Upgrade Using Canaray Rollout
... namespace=${test_namespace}
Traffic Should Be Redirected Based On Canary Percentage exp_percentage=${100}
... isvc_name=${isvc_name} model_name=${model_name} namespace=${test_namespace}
... model_format=caikit runtime=caikit-tgi-runtime
... runtime=caikit-tgi-runtime
[Teardown] Clean Up Test Project test_ns=${test_namespace}
... isvc_names=${isvcs_names} wait_prj_deletion=${FALSE}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Verify Model Upgrade Using Canaray Rollout
... model_format=pytorch runtime=${TGIS_RUNTIME_NAME}
Traffic Should Be Redirected Based On Canary Percentage exp_percentage=${canary_percentage}
... isvc_name=${isvc_name} model_name=${model_name} namespace=${test_namespace}
... model_format=pytorch runtime=${TGIS_RUNTIME_NAME}
... runtime=${TGIS_RUNTIME_NAME}
Log To Console Remove Canary Tarffic For Model Upgrade
Compile Deploy And Query LLM model isvc_name=${isvc_name}
... sa_name=${DEFAULT_BUCKET_SA_NAME}
Expand All @@ -158,7 +158,7 @@ Verify Model Upgrade Using Canaray Rollout
... model_format=pytorch runtime=${TGIS_RUNTIME_NAME}
Traffic Should Be Redirected Based On Canary Percentage exp_percentage=${100}
... isvc_name=${isvc_name} model_name=${model_name} namespace=${test_namespace}
... model_format=pytorch runtime=${TGIS_RUNTIME_NAME}
... runtime=${TGIS_RUNTIME_NAME}
[Teardown] Clean Up Test Project test_ns=${test_namespace}
... isvc_names=${isvcs_names} wait_prj_deletion=${FALSE}

Expand Down

0 comments on commit 7778cf4

Please sign in to comment.