Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Delete AutomationBug tag from ODS-2379 #1361

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@

Verify User Can Validate Scale To Zero
[Documentation] Checks if model successfully scale down to 0 if there's no traffic
[Tags] Tier1 ODS-2379 AutomationBug ServerlessOnly
[Tags] Tier1 ODS-2379 ServerlessOnly
[Setup] Set Project And Runtime runtime=${TGIS_RUNTIME_NAME} namespace=autoscale-zero
${flan_model_name}= Set Variable flan-t5-small-caikit
${models_names}= Create List ${flan_model_name}
Expand Down Expand Up @@ -671,8 +671,8 @@
[Arguments] ${new_exp_replicas} ${model_name} ${namespace} ${old_rev_id}=${NONE}
IF not ${IS_KSERVE_RAW}
Wait For Pods To Be Terminated label_selector=serving.knative.dev/revisionUID=${old_rev_id}
... namespace=${namespace} timeout=360s
... namespace=${namespace} timeout=360s
END
Wait Until Keyword Succeeds 5 times 5s
... Wait For Pods To Be Ready label_selector=serving.kserve.io/inferenceservice=${model_name}
... namespace=${namespace} exp_replicas=${new_exp_replicas}
... namespace=${namespace} exp_replicas=${new_exp_replicas}

Check warning

Code scanning / Robocop

File has too many lines ({{ lines_count }}/{{max_allowed_count }}) Warning test

File has too many lines (678/400)
Loading