-
Notifications
You must be signed in to change notification settings - Fork 82
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
Add runtime image upgrade test #975
Add runtime image upgrade test #975
Conversation
ods_ci/tests/Tests/400__ods_dashboard/420__model_serving/422__model_serving_llm.robot
Fixed
Show fixed
Hide fixed
ods_ci/tests/Tests/400__ods_dashboard/420__model_serving/422__model_serving_llm.robot
Fixed
Show fixed
Hide fixed
ods_ci/tests/Tests/400__ods_dashboard/420__model_serving/422__model_serving_llm.robot
Fixed
Show fixed
Hide fixed
ods_ci/tests/Tests/400__ods_dashboard/420__model_serving/422__model_serving_llm.robot
Fixed
Show fixed
Hide fixed
ods_ci/tests/Tests/400__ods_dashboard/420__model_serving/422__model_serving_llm.robot
Fixed
Show fixed
Hide fixed
ods_ci/tests/Tests/400__ods_dashboard/420__model_serving/422__model_serving_llm.robot
Show resolved
Hide resolved
ods_ci/tests/Tests/400__ods_dashboard/420__model_serving/422__model_serving_llm.robot
Dismissed
Show dismissed
Hide dismissed
ods_ci/tests/Tests/400__ods_dashboard/420__model_serving/422__model_serving_llm.robot
Fixed
Show fixed
Hide fixed
Robot Results
|
verified at |
ods_ci/tests/Tests/400__ods_dashboard/420__model_serving/422__model_serving_llm.robot
Dismissed
Show dismissed
Hide dismissed
ods_ci/tests/Tests/400__ods_dashboard/420__model_serving/422__model_serving_llm.robot
Dismissed
Show dismissed
Hide dismissed
ods_ci/tests/Tests/400__ods_dashboard/420__model_serving/422__model_serving_llm.robot
Dismissed
Show dismissed
Hide dismissed
ods_ci/tests/Tests/400__ods_dashboard/420__model_serving/422__model_serving_llm.robot
Fixed
Show resolved
Hide resolved
ods_ci/tests/Tests/400__ods_dashboard/420__model_serving/422__model_serving_llm.robot
Fixed
Show resolved
Hide resolved
ods_ci/tests/Tests/400__ods_dashboard/420__model_serving/422__model_serving_llm.robot
Fixed
Show fixed
Hide fixed
ods_ci/tests/Tests/400__ods_dashboard/420__model_serving/422__model_serving_llm.robot
Fixed
Show fixed
Hide fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: bdattoma <bdattoma@redhat.com>
Signed-off-by: bdattoma <bdattoma@redhat.com>
Signed-off-by: bdattoma <bdattoma@redhat.com>
d9e8c98
to
bf2985c
Compare
ods_ci/tests/Tests/400__ods_dashboard/420__model_serving/422__model_serving_llm.robot
Show resolved
Hide resolved
Signed-off-by: bdattoma <bdattoma@redhat.com>
${rc} ${caikitsha}= Run And Return Rc And Output | ||
... oc get pod --selector serving.kserve.io/inferenceservice=${model_name} -n ${namespace} -ojson | jq '.items[].spec.containers[].image' | grep caikit-tgis # robocop: disable | ||
Should Be Equal As Integers ${rc} ${0} | ||
RETURN ${created_at} ${caikitsha} |
Check warning
Code scanning / Robocop
File has too many lines ({{ lines_count }}/{{max_allowed_count }}) Warning test
ods_ci/tests/Tests/400__ods_dashboard/420__model_serving/422__model_serving_llm.robot
Fixed
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
* add runtime image upgrade test Signed-off-by: bdattoma <bdattoma@redhat.com> * add test doc Signed-off-by: bdattoma <bdattoma@redhat.com> * refactor for readability Signed-off-by: bdattoma <bdattoma@redhat.com> * fix alerts Signed-off-by: bdattoma <bdattoma@redhat.com> --------- Signed-off-by: bdattoma <bdattoma@redhat.com>
* add runtime image upgrade test Signed-off-by: bdattoma <bdattoma@redhat.com> * add test doc Signed-off-by: bdattoma <bdattoma@redhat.com> * refactor for readability Signed-off-by: bdattoma <bdattoma@redhat.com> * fix alerts Signed-off-by: bdattoma <bdattoma@redhat.com> --------- Signed-off-by: bdattoma <bdattoma@redhat.com>
* add runtime image upgrade test Signed-off-by: bdattoma <bdattoma@redhat.com> * add test doc Signed-off-by: bdattoma <bdattoma@redhat.com> * refactor for readability Signed-off-by: bdattoma <bdattoma@redhat.com> * fix alerts Signed-off-by: bdattoma <bdattoma@redhat.com> --------- Signed-off-by: bdattoma <bdattoma@redhat.com>
This PR wants to ensure that if the Caikit+TGIS runtime gets upgraded, the already deployed models don't get affected by the upgrade.