-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip pre-req install by default in the KServe test suite #1053
Skip pre-req install by default in the KServe test suite #1053
Conversation
Signed-off-by: bdattoma <[email protected]>
Kudos, SonarCloud Quality Gate passed!
|
Robot Results
|
Isn't it possible to check whether these prerequisities are installed already? 🤔 |
yes it's possible. We could implement a check in future PRs, it would take time we don't have now and the benefit would be minimal |
Maybe I'm missing something but I don't agree that the benefit would be minimal 🙂 Anyway, I agree that we need this fast. |
we can talk offline |
Signed-off-by: bdattoma <[email protected]>
To avoid conflicts after #1039 got merged, we should skip installing the pre-requirements in the KServe suite.
The suite can still install them by setting
SKIP_PREREQS_INSTALL
variable toFalse
at runtime