kserve / modelmesh-serving

Controller for ModelMesh
Apache License 2.0
202 stars 114 forks source link

Create separate FVT workflow to test `--namespace-scope-mode` #436

Closed ckadner closed 11 months ago

ckadner commented 1 year ago

Issue #433 revealed that our current FVT setup is insufficient. We should create a separate FVT workflow to test the --namespace-scope-mode. The namespace-scope mode is used for the Quickstart installation

./scripts/install.sh --namespace-scope-mode --namespace modelmesh-serving --quickstart --enable-self-signed-ca

The new workflow should run in parallel to the existing cluster-scope FVT to not increase the overall time for PR checks to finish.

Originally posted by @ckadner in https://github.com/kserve/modelmesh-serving/issues/433#issuecomment-1738022152