Skip to content

Commit

Permalink
set SA to empty + enable rhosi setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bdattoma committed Mar 5, 2024
1 parent e72f2ae commit e29a4a8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Verify User Can Serve And Query A bigscience/mt0-xxl Model
... kserve_mode=${KSERVE_MODE}
Set Project And Runtime runtime=${TGIS_RUNTIME_NAME} namespace=${test_namespace}
... download_in_pvc=${DOWNLOAD_IN_PVC} model_name=${model_name}

Check warning

Code scanning / Robocop

Trailing whitespace at the end of line Warning test

Trailing whitespace at the end of line
... storage_size=70Gi
... storage_size=70Gi

Check warning

Code scanning / Robocop

Trailing whitespace at the end of line Warning test

Trailing whitespace at the end of line
Compile Inference Service YAML isvc_name=${model_name}
... sa_name=${DEFAULT_BUCKET_SA_NAME}
... sa_name=${EMPTY}
... model_storage_uri=${storage_uri}
... model_format=pytorch serving_runtime=${TGIS_RUNTIME_NAME}
... limits_dict=${limits} kserve_mode=${KSERVE_MODE}
Expand Down Expand Up @@ -58,7 +58,7 @@ Verify User Can Serve And Query A bigscience/mt0-xxl Model
Suite Setup
[Documentation]

Check warning

Code scanning / Robocop

Documentation of {{ block_name }} is empty Warning test

Documentation of 'Suite Setup' Keyword is empty
Skip If Component Is Not Enabled kserve
#RHOSi Setup
RHOSi Setup
Load Expected Responses
Run git clone https://github.com/IBM/text-generation-inference/

Expand Down

0 comments on commit e29a4a8

Please sign in to comment.