You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/scripts/test-e2e-cluster.sh
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -37,35 +37,35 @@ function run_suites() {
37
37
# runsuite arguments:
38
38
# suiteid test_tags provider provider_keypath model ols_image
39
39
# empty test_tags means run all tests
40
-
run_suite "azure_openai""not certificates and not (introspection and not smoketest and not rag)""azure_openai""$AZUREOPENAI_PROVIDER_KEY_PATH""gpt-4o-mini""$OLS_IMAGE""n"
41
-
(( rc = rc ||$?))
42
-
43
-
# # BAM is currently not working, commenting for now
44
-
# run_suite "bam" "not azure_entra_id and not certificates and not (introspection and not smoketest and not rag)" "bam" "$BAM_PROVIDER_KEY_PATH" "ibm/granite-3-8b-instruct" "$OLS_IMAGE" "n"
40
+
# run_suite "azure_openai" "not certificates and not (introspection and not smoketest and not rag)" "azure_openai" "$AZUREOPENAI_PROVIDER_KEY_PATH" "gpt-4o-mini" "$OLS_IMAGE" "n"
45
41
# (( rc = rc || $? ))
46
42
47
-
run_suite "openai""not azure_entra_id and not certificates and not (introspection and not smoketest and not rag)""openai""$OPENAI_PROVIDER_KEY_PATH""gpt-4o-mini""$OLS_IMAGE""n"
48
-
(( rc = rc ||$?))
43
+
# # # BAM is currently not working, commenting for now
44
+
# # run_suite "bam" "not azure_entra_id and not certificates and not (introspection and not smoketest and not rag)" "bam" "$BAM_PROVIDER_KEY_PATH" "ibm/granite-3-8b-instruct" "$OLS_IMAGE" "n"
45
+
# # (( rc = rc || $? ))
49
46
50
-
run_suite "watsonx""not azure_entra_id and not certificates and not (introspection and not smoketest and not rag)""watsonx""$WATSONX_PROVIDER_KEY_PATH""ibm/granite-3-8b-instruct""$OLS_IMAGE""n"
51
-
(( rc = rc ||$?))
47
+
#run_suite "openai" "not azure_entra_id and not certificates and not (introspection and not smoketest and not rag)" "openai" "$OPENAI_PROVIDER_KEY_PATH" "gpt-4o-mini" "$OLS_IMAGE" "n"
# run_suite "watsonx" "not azure_entra_id and not certificates and not (introspection and not smoketest and not rag)" "watsonx" "$WATSONX_PROVIDER_KEY_PATH" "ibm/granite-3-8b-instruct" "$OLS_IMAGE" "n"
0 commit comments