diff --git a/ci-operator/config/opendatahub-io/kserve/opendatahub-io-kserve-master.yaml b/ci-operator/config/opendatahub-io/kserve/opendatahub-io-kserve-master.yaml index fd77fb07d247f..6f986b4c121c8 100644 --- a/ci-operator/config/opendatahub-io/kserve/opendatahub-io-kserve-master.yaml +++ b/ci-operator/config/opendatahub-io/kserve/opendatahub-io-kserve-master.yaml @@ -346,9 +346,8 @@ tests: test: - as: e2e-llm-inference-service cli: latest - commands: ./test/scripts/openshift-ci/run-e2e-tests.sh "llminferenceservice - and cluster_cpu and not autoscaling and not tracing and not pvc_storage" 2 - "llm-d" + commands: ./test/scripts/openshift-ci/run-e2e-tests.sh "llmisvc_core and cluster_cpu + and not pvc_storage" 2 "llm-d" dependencies: - env: KSERVE_CONTROLLER_IMAGE name: kserve-controller diff --git a/ci-operator/config/opendatahub-io/kserve/opendatahub-io-kserve-release-v0.17.yaml b/ci-operator/config/opendatahub-io/kserve/opendatahub-io-kserve-release-v0.17.yaml index 3172295d25991..ae534a689149e 100644 --- a/ci-operator/config/opendatahub-io/kserve/opendatahub-io-kserve-release-v0.17.yaml +++ b/ci-operator/config/opendatahub-io/kserve/opendatahub-io-kserve-release-v0.17.yaml @@ -319,9 +319,8 @@ tests: test: - as: e2e-llm-inference-service cli: latest - commands: ./test/scripts/openshift-ci/run-e2e-tests.sh "llminferenceservice - and cluster_cpu and not autoscaling and not tracing and not pvc_storage" 2 - "llm-d" + commands: ./test/scripts/openshift-ci/run-e2e-tests.sh "llmisvc_core and cluster_cpu + and not pvc_storage" 2 "llm-d" dependencies: - env: KSERVE_CONTROLLER_IMAGE name: kserve-controller