Skip to content

Commit

Permalink
change metrics check for tgis ODS-2401
Browse files Browse the repository at this point in the history
  • Loading branch information
bdattoma committed Feb 21, 2024
1 parent 7778cf4 commit 6123d9d
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ${FLAN_LARGE_STORAGE_URI}= s3://${S3.BUCKET_3.NAME}/${FLAN_LARGE_MODEL_S3_DIR
${BLOOM_STORAGE_URI}= s3://${S3.BUCKET_3.NAME}/${BLOOM_MODEL_S3_DIR}/artifacts
${TEST_NS}= tgis-standalone
${TGIS_RUNTIME_NAME}= tgis-runtime
@{SEARCH_METRICS}= tgi_ istio_


*** Test Cases ***
Expand Down Expand Up @@ -490,9 +491,11 @@ Verify User Can Access Model Metrics From UWM
Deploy Model Via CLI isvc_filepath=${INFERENCESERVICE_FILLED_FILEPATH}
... namespace=${test_namespace}
Wait For Pods To Be Ready label_selector=serving.kserve.io/inferenceservice=${flan_model_name}
... namespace=${test_namespace}
... namespace=${test_namespace}

Check warning

Code scanning / Robocop

Trailing whitespace at the end of line Warning test

Trailing whitespace at the end of line
Wait Until Keyword Succeeds 30 times 4s
... TGI Caikit And Istio Metrics Should Exist thanos_url=${thanos_url} thanos_token=${token}
... Metrics Should Exist In UserWorkloadMonitoring
... thanos_url=${thanos_url} thanos_token=${token}
... search_metrics=${SEARCH_METRICS}
Query Model Multiple Times model_name=${flan_model_name} runtime=${TGIS_RUNTIME_NAME}
... inference_type=all-tokens n_times=3
... namespace=${test_namespace}
Expand Down

0 comments on commit 6123d9d

Please sign in to comment.