-
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 test for ELYZA-japanese-Llama-2-7b-instruct #1253
Conversation
... namespace=${test_namespace} | ||
Wait For Pods To Be Ready label_selector=serving.kserve.io/inferenceservice=${model_name} | ||
... namespace=${test_namespace} timeout=900s | ||
Run Keyword If "${KSERVE_MODE}"=="RawDeployment" |
Check warning
Code scanning / Robocop
'{{ statement_name }}' is deprecated since Robot Framework version {{ version }}, use '{{ alternative }}' instead Warning test
@@ -53,25 +53,60 @@ | |||
... AND | |||
... Run Keyword If "${KSERVE_MODE}"=="RawDeployment" Terminate Process llm-query-process kill=true | |||
|
|||
Verify User Can Serve And Query A elyza/elyza-japanese-llama-2-7b-instruct Model |
Check warning
Code scanning / Robocop
Test case '{{ test_name }}' is too long ({{ test_length }}/{{ allowed_length }}) Warning test
...i/tests/Tests/400__ods_dashboard/420__model_serving/LLMs/422__model_serving_llm_models.robot
Fixed
Show fixed
Hide fixed
...i/tests/Tests/400__ods_dashboard/420__model_serving/LLMs/422__model_serving_llm_models.robot
Fixed
Show fixed
Hide fixed
Set Test Variable ${model_name} | ||
${models_names}= Create List ${model_name} | ||
Set Test Variable ${models_names} | ||
Set Test Variable ${model_path} |
Check notice
Code scanning / Robocop
{{ set_variable_keyword }} can be replaced with VAR Note test
@@ -59,13 +59,13 @@ | |||
[Arguments] ${namespace} ${enable_metrics}=${FALSE} ${runtime}=caikit-tgis-runtime ${protocol}=grpc | |||
... ${access_key_id}=${S3.AWS_ACCESS_KEY_ID} ${access_key}=${S3.AWS_SECRET_ACCESS_KEY} | |||
... ${endpoint}=${MODELS_BUCKET.ENDPOINT} ${verify_ssl}=${TRUE} | |||
... ${download_in_pvc}=${FALSE} ${storage_size}=70Gi ${model_name}=${NONE} ${download_timeout}=600s | |||
... ${download_in_pvc}=${FALSE} ${storage_size}=70Gi ${model_name}=${NONE} ${model_path}=${NONE} ${download_timeout}=600s |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
@@ -59,13 +59,13 @@ | |||
[Arguments] ${namespace} ${enable_metrics}=${FALSE} ${runtime}=caikit-tgis-runtime ${protocol}=grpc | |||
... ${access_key_id}=${S3.AWS_ACCESS_KEY_ID} ${access_key}=${S3.AWS_SECRET_ACCESS_KEY} | |||
... ${endpoint}=${MODELS_BUCKET.ENDPOINT} ${verify_ssl}=${TRUE} | |||
... ${download_in_pvc}=${FALSE} ${storage_size}=70Gi ${model_name}=${NONE} ${download_timeout}=600s | |||
... ${download_in_pvc}=${FALSE} ${storage_size}=70Gi ${model_name}=${NONE} ${model_path}=${NONE} ${download_timeout}=600s |
Check notice
Code scanning / Robocop
There is too many arguments per continuation line ({{ arguments_count }} / {{ max_arguments_count }}) Note test
@@ -640,6 +640,7 @@ | |||
Set Test Variable ${use_https} | |||
Set Test Variable ${namespace} | |||
Set Test Variable ${storage_size} | |||
Set Test Variable ${model_path} |
Check notice
Code scanning / Robocop
{{ set_variable_keyword }} can be replaced with VAR Note test
@@ -640,6 +640,7 @@ | |||
Set Test Variable ${use_https} | |||
Set Test Variable ${namespace} | |||
Set Test Variable ${storage_size} | |||
Set Test Variable ${model_path} |
Check warning
Code scanning / Robocop
Test, suite and global variables should be uppercase Warning test
Robot Results
|
... namespace=${test_namespace} | ||
Wait For Pods To Be Ready label_selector=serving.kserve.io/inferenceservice=${model_name} | ||
... namespace=${test_namespace} timeout=900s | ||
Run Keyword If "${KSERVE_MODE}"=="RawDeployment" |
Check warning
Code scanning / Robocop
'{{ statement_name }}' is deprecated since Robot Framework version {{ version }}, use '{{ alternative }}' instead Warning test
@@ -629,7 +629,7 @@ | |||
[Arguments] ${model_name} ${bucket_name} ${endpoint} | |||
... ${region} ${access_key_id} ${access_key} | |||
... ${use_https} ${namespace} ${storage_size} | |||
... ${download_timeout}=500s | |||
... ${model_path} ${download_timeout}=500s |
Check notice
Code scanning / Robocop
There is too many arguments per continuation line ({{ arguments_count }} / {{ max_arguments_count }}) Note test
|
PR validation (including regression):
rhods-ci-pr-test/2561
- regression OK - the failures are automation bug not related to this PRrhods-ci-pr-test/2565
PASS - only Elyza TC