-
Notifications
You must be signed in to change notification settings - Fork 276
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
[Flaky] when Creating a multikueue admission check Should run a kubeflow XGBoostJob #2838
Comments
/assign @mszadkow |
/kind flake The XGBoostJob has some state transition bugs. So, maybe we need to remove the test case from Kueue or fix the root bug in the training-operator. |
I see, thanks for the context. @mszadkow any chance you can take a look in the training-operator code? |
@tenzen-y Can you explain more about the transition bug, is it known one? |
Yes, sure I can have a look there but like you said will skip it for now. |
Depending on historical reasons, we just used to rerun the failed flaky tests in the TrainingOperator. But, we explained the transition issue a little bit here: kubeflow/training-operator#1711 |
The test for XGBoost was removed completely, only PyTorch test case is left as mostly used option. |
Since the test is removed I suggest closing it as obsolete. |
@mimowo: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What happened:
What you expected to happen:
Test to pass
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
):git describe --tags --dirty --always
):cat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: