-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
CircleCI failure on "doc" build #21897
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
Comments
I tried to reproduce locally with the same environment on a linux machine and building the full documentation and everything went fine. I will try to send a build and connect via ssh to the machine on CircleCI but this is a rather complicated issue. |
Two things that come in mind: We switched the mnist to use the one which has 70k samples instead of 62k. We could create a small mnist dataset on openml with 20k samples, which should be enough for our examples and use that one. What happened to moving doc build to azure? I can't find the PR, was @jjerphan working on it? Not sure. |
@adrinjalali: are you referring to #21721 (which was superseded by #21715)? |
No, the idea was to build the docs on azure, and then use circleci only to store the artifacts. Or maybe the idea was to build them on GitHub actions, not sure. But either way, it would make us not use circleci for such long builds anymore. |
8000
I will prioritize working on moving doc building away from circleci this week with my plan outlined in #21068. |
I opened #21922 as a potential quick fix (it considerably reduces memory usage for mnist dataset by using By the way the last build on master of the doc is green https://app.circleci.com/pipelines/github/scikit-learn/scikit-learn/20979/workflows/f4efceec-734e-4c10-88d9-9add8d632379/jobs/166261 whereas it has been consistently red for some time 🤷♂️ ... |
By how much? Is it that we have fewer copies going in the ARFF reader? |
I sprinkled comments in different issues ... more details are here: #19774 (comment) |
Since "CI Simplier wheel building config [cd build gh] (#21849)" circleci has been consistently failing around an example which does not take long at all when run locally. It also doesn't fail on
doc-min-dependencies
. Here's an example CI run with the following log.Luckily this is not blocking our PR CIs since we don't build the full documentation there.
ping @glemaitre @lesteve and @thomasjpfan
The text was updated successfully, but these errors were encountered: