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 051d685 commit 371445d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Test Tensorflow Model Rest Inference Via UI (Triton on Kserve) # robocop: off
... 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 ${token}=${TRUE}
... model_framework=tensorflow - 2 token=${TRUE}
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 371445d

Please sign in to comment.