Skip to content

Commit

Permalink
enabled token
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghul-M committed Sep 26, 2024
1 parent 19a4232 commit 051d685
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ Test Tensorflow Model Rest Inference Via UI (Triton on Kserve) # robocop: off
... aws_access_key=${S3.AWS_ACCESS_KEY_ID} aws_secret_access=${S3.AWS_SECRET_ACCESS_KEY}
... aws_bucket_name=ods-ci-s3
Deploy Kserve Model Via UI model_name=${TENSORFLOW_MODEL_NAME} serving_runtime=triton-kserve-rest
... data_connection=model-serving-connection path=triton/model_repository/ model_framework=tensorflow - 2
... data_connection=model-serving-connection path=triton/model_repository/
... model_framework=tensorflow - 2 ${token}=${TRUE}

Check warning

Code scanning / Robocop

Each next continuation line should be aligned with the previous one Warning test

Each next continuation line should be aligned with the previous one
Wait For Pods To Be Ready label_selector=serving.kserve.io/inferenceservice=${TENSORFLOW_MODEL_LABEL}
... namespace=${PRJ_TITLE}
${EXPECTED_INFERENCE_REST_OUTPUT_TENSORFLOW}= Load Json File file_path=${EXPECTED_INFERENCE_REST_OUTPUT_FILE_TENSORFLOW}

Check warning

Code scanning / Robocop

Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test

Line is too long (132/120)
Expand Down

0 comments on commit 051d685

Please sign in to comment.