-
Notifications
You must be signed in to change notification settings - Fork 83
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
Added FIL model REST protocol test on triton for Modelmesh #2038
base: master
Are you sure you want to change the base?
Conversation
...erving/1010__model_serving_triton_on_modelmesh/1010__model_serving_triton_on_modelmesh.robot
Fixed
Show fixed
Hide fixed
...erving/1010__model_serving_triton_on_modelmesh/1010__model_serving_triton_on_modelmesh.robot
Fixed
Show fixed
Hide fixed
...erving/1010__model_serving_triton_on_modelmesh/1010__model_serving_triton_on_modelmesh.robot
Fixed
Show fixed
Hide fixed
Recreate S3 Data Connection project_title=${PRJ_TITLE} dc_name=model-serving-connection | ||
... aws_access_key=${S3.AWS_ACCESS_KEY_ID} aws_secret_access=${S3.AWS_SECRET_ACCESS_KEY} | ||
... aws_bucket_name=ods-ci-s3 | ||
Create Model Server token=${TRUE} runtime=${ONNX_RUNTIME_NAME} server_name=${ONNX_RUNTIME_NAME} existing_server=${TRUE} |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
Robot Results
|
Quality Gate passedIssues Measures |
@@ -150,6 +152,41 @@ | |||
... AND | |||
... Clean All Models Of Current User | |||
|
|||
Test FIL Model Rest Inference Via UI (Triton on Modelmesh) |
Check warning
Code scanning / Robocop
Test case '{{ test_name }}' is too long ({{ test_length }}/{{ allowed_length }}) Warning test
@@ -150,6 +152,41 @@ | |||
... AND | |||
... Clean All Models Of Current User | |||
|
|||
Test FIL Model Rest Inference Via UI (Triton on Modelmesh) |
Check warning
Code scanning / Robocop
Test case '{{ test_name }}' has too many keywords inside ({{ keyword_count }}/{{ max_allowed_count }}) Warning test
No description provided.