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
Why you need this feature:
The kf_is_ready_test checks if certain Kubeflow deployments/statefulsets are ready.
The current list is missing a lot of the installed deployments/statefulsets (eg katib, metadata, some pipelines, admission webhook, ...).
Describe the solution you'd like:
Add the missing deployments/statefulsets to kf_is_ready_test in order to improve coverage.
Anything else you would like to add:
/cc @jlewi who has some suggestions on how to implement this in pytest.
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label kind/feature to this issue, with a confidence of 0.95. Please mark this comment with 👍 or 👎 to give our bot feedback!
We can then use the pytest annotations to mark flaky tests to prevent them from blocking PRs.
We can also use pytest annotations to conditionally enable some tests http://doc.pytest.org/en/latest/skipping.html
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
/kind feature
Why you need this feature:
The
kf_is_ready_test
checks if certain Kubeflow deployments/statefulsets are ready.The current list is missing a lot of the installed deployments/statefulsets (eg katib, metadata, some pipelines, admission webhook, ...).
Describe the solution you'd like:
Add the missing deployments/statefulsets to kf_is_ready_test in order to improve coverage.
Anything else you would like to add:
/cc @jlewi who has some suggestions on how to implement this in pytest.
The text was updated successfully, but these errors were encountered: