-
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
Added onnx model Modelmesh test on triton #1777
Added onnx model Modelmesh test on triton #1777
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
${PRJ_DESCRIPTION}= project used for model serving triton runtime tests | ||
${MODEL_CREATED}= ${FALSE} | ||
${ONNX_MODEL_NAME}= densenet_onnx | ||
${ONNX_MODEL_LABEL}= densenetonnx |
Check notice
Code scanning / Robocop
Variable '{{ name }}' is assigned but not used Note test
...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
#... project_title=${PRJ_TITLE} | ||
#... AND | ||
#... Clean All Models Of Current User | ||
|
Check warning
Code scanning / Robocop
Invalid number of empty lines between sections ({{ empty_lines }}/{{ allowed_empty_lines }}) Warning test
...erving/1010__model_serving_triton_on_modelmesh/1010__model_serving_triton_on_modelmesh.robot
Fixed
Show fixed
Hide fixed
IF ${MODEL_CREATED} | ||
Clean All Models Of Current User | ||
ELSE | ||
Log Model not deployed, skipping deletion step during teardown console=true |
Check warning
Code scanning / Robocop
{{ bad_indent_msg }} Warning 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.
too pity of this one
ELSE | ||
Log Model not deployed, skipping deletion step during teardown console=true | ||
END | ||
${projects}= Create List ${PRJ_TITLE} |
Check notice
Code scanning / Robocop
{{ create_keyword }} can be replaced with VAR Note test
Robot Results
|
...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
...erving/1010__model_serving_triton_on_modelmesh/1010__model_serving_triton_on_modelmesh.robot
Fixed
Show fixed
Hide fixed
Verified success with Jenkins Build 164 |
...erving/1010__model_serving_triton_on_modelmesh/1010__model_serving_triton_on_modelmesh.robot
Outdated
Show resolved
Hide resolved
...erving/1010__model_serving_triton_on_modelmesh/1010__model_serving_triton_on_modelmesh.robot
Outdated
Show resolved
Hide resolved
|
Added Automation Test for RHOAIENG-11566