-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[release] update if xgboost test suite requires result or not. #32340
Conversation
Signed-off-by: xwjiang2010 <xwjiang2010@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like we just need to change alert
to default
in the release_tests.yaml
for those tests? Not sure if we need any python code changes. Would be great if we could avoid adding special cases there.
some of the xgboost tests do require result, which is captured in the require_result() function logic. For those tests, if result is fetched wrong, we would want to surface infra error instead of application error. |
Ok but we can just change it to |
ah updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Signed-off-by: xwjiang2010 <xwjiang2010@gmail.com>
…roject#32340) * [release] update if xgboost test suite require result or not. Signed-off-by: xwjiang2010 <xwjiang2010@gmail.com> * format Signed-off-by: xwjiang2010 <xwjiang2010@gmail.com> * Revert "format" This reverts commit 3140401. * Revert "[release] update if xgboost test suite require result or not." This reverts commit 03ca1c0. * change to default alert. Signed-off-by: xwjiang2010 <xwjiang2010@gmail.com> * remove tests from xgboost_tests alerts. Signed-off-by: xwjiang2010 <xwjiang2010@gmail.com> --------- Signed-off-by: xwjiang2010 <xwjiang2010@gmail.com> Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
Some xgboost tests don't generate result, and we should not fail those tests. This is to fix a regression introduced by https://github.com/ray-project/ray/pull/32055/files
See failing case: https://buildkite.com/ray-project/release-tests-branch/builds/1381#0186332c-8e3c-4199-9315-359a6e1fecf9
Signed-off-by: xwjiang2010 xwjiang2010@gmail.com
Why are these changes needed?
Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.