-
Notifications
You must be signed in to change notification settings - Fork 81
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
Update Model Serving tests for 2.5 #1044
Update Model Serving tests for 2.5 #1044
Conversation
ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHDashboardSettingsRuntimes.resource
Fixed
Show fixed
Hide fixed
ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHDashboardSettingsRuntimes.resource
Fixed
Show fixed
Hide fixed
ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHDashboardSettingsRuntimes.resource
Dismissed
Show dismissed
Hide dismissed
ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHDashboardSettingsRuntimes.resource
Fixed
Show fixed
Hide fixed
ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHDashboardSettingsRuntimes.resource
Fixed
Show fixed
Hide fixed
ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHDashboardSettingsRuntimes.resource
Fixed
Show fixed
Hide fixed
ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHDashboardSettingsRuntimes.resource
Fixed
Show fixed
Hide fixed
ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHDashboardSettingsRuntimes.resource
Fixed
Show fixed
Hide fixed
...ci/tests/Tests/400__ods_dashboard/420__model_serving/423__model_serving_customruntimes.robot
Fixed
Show fixed
Hide fixed
Robot Results
|
ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHDashboardSettingsRuntimes.resource
Fixed
Show fixed
Hide fixed
a8cde03
to
6ff5b06
Compare
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
7481107
to
38f08d5
Compare
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
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.
Robocop found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
PR Validation
|
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
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.
Thank you Berto.
I put some comments but overall LGTM.
Note: we should mark the new test-case as automated in Polarion once this is merged, correct?
ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHModelServing.resource
Outdated
Show resolved
Hide resolved
Verify Model Status ${model_name} success | ||
Verify Model Inference ${model_name} ${inference_input} ${exp_inference_output} token_auth=${TRUE} | ||
... project_title=${PRJ_TITLE} | ||
|
||
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.
please remove
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.
why? according to the linter, there must be 2 lines btw sections
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.
I meant to remove the trailing spaces 🙂
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.
oh, sorry. I'll remove it in some next PRs (I have in my backlog new tests in this suite after 2.5 release)
... supported serving platform (single model, multi model, both) | ||
Set Suite Variable ${RUNTIME_BOTH_FILEPATH} ${RESOURCES_DIRPATH}/csr_both_model.yaml | ||
Set Suite Variable ${RUNTIME_SINGLE_FILEPATH} ${RESOURCES_DIRPATH}/csr_single_model.yaml | ||
Set Suite Variable ${RUNTIME_MULTI_FILEPATH} ${RESOURCES_DIRPATH}/csr_multi_model.yaml |
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.
These three ${RESOURCES_DIRPATH}/csr_*
are used on two places. Maybe it would make sense to create a global variables in this file for them?
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.
these will be used only by one test, hence I made these suite variable only when running that particular test
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.
yeah, I didn't mean to make it global as that much global, just to define it only once in the file, but I don't insist, that's a small thing 🙂
Signed-off-by: bdattoma <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
* add platform selection and check Signed-off-by: bdattoma <[email protected]> * replace rhods ns with global variable Signed-off-by: bdattoma <[email protected]> * fix ods-2276 Signed-off-by: bdattoma <[email protected]> * fix runtime creation steps Signed-off-by: bdattoma <[email protected]> * fix model deployment step Signed-off-by: bdattoma <[email protected]> * increase model ready timeout in the test Signed-off-by: bdattoma <[email protected]> * fix alerts Signed-off-by: bdattoma <[email protected]> * add ODS-2542 Signed-off-by: bdattoma <[email protected]> * fix one alert Signed-off-by: bdattoma <[email protected]> * remove unused line Signed-off-by: bdattoma <[email protected]> * fix teardown for kserve tests Signed-off-by: bdattoma <[email protected]> * fix modelmesh teardown Signed-off-by: bdattoma <[email protected]> * adapt serve model kw for 2.5 Signed-off-by: bdattoma <[email protected]> * fix gpu tag for kserve test Signed-off-by: bdattoma <[email protected]> * invert order uwm conf with enablement Signed-off-by: bdattoma <[email protected]> * change modelmesh token enablement logic for 2.5 Signed-off-by: bdattoma <[email protected]> * minor change in kserve clean up Signed-off-by: bdattoma <[email protected]> * fix auto fetch of project in mm sanity test Signed-off-by: bdattoma <[email protected]> * remove sleep Signed-off-by: bdattoma <[email protected]> --------- Signed-off-by: bdattoma <[email protected]>
Tests for CustomServingRuntime feature must be updated to account for serving platform selection, introduced with 2.5.
This PR includes: