Uh oh!
There was an error while loading. Please reload this page.
ARROW-10018: [CI] Disable Sphinx and API documentation build on master - #8198
ARROW-10018: [CI] Disable Sphinx and API documentation build on master#8198kszucs wants to merge 2 commits into
Conversation
nealrichardson
commented
Sep 15, 2020
Don't we run this nightly on crossbow too? |
nealrichardson
commented
Sep 15, 2020
Also, at the risk of stating the obvious, 6 hours is the wrong order of magnitude for generating documentation |
| if: success() && github.event_name == 'push' && github.repository == 'apache/arrow' | ||
| continue-on-error: true | ||
| run: archery docker push ubuntu-docs | ||
| # docs: |
There was a problem hiding this comment.
Why not just delete it? All of the useful logic is in the ubuntu-docs docker-compose job, right?
There was a problem hiding this comment.
Do you mean that we should rely on the nightly crossbow job instead?
There was a problem hiding this comment.
Specifically, I meant why not delete rather than comment out.
Regardless of bugs/performance, it doesn't make sense to me to run a heavy job on every commit and also nightly. That's redundant. Nightly seems sufficient to me, but regardless we should drop one or the other.
kszucs
commented
Sep 15, 2020
We do, and it seems like the build timeouts there as well so we must have a bug laying around. |
kszucs
commented
Sep 15, 2020
According to the crossbow "logs" the failure started to occur 8 days ago. |
nealrichardson
commented
Sep 15, 2020
Looking at the first crossbow failure, there's an R Adding That seems separate from this though; could you make a JIRA for the failing job please? |
kszucs
commented
Sep 15, 2020
The timeout failure is pretty recent so we have multiple issues here. I'm going to create the tickets. |
nealrichardson
commented
Sep 15, 2020
It's not timing out on the nightly azure job, FWIW |
kszucs
left a comment
There was a problem hiding this comment.
+1, merging to prevent clogging the build queue
kszucs
commented
Sep 15, 2020
The last one took 6 hours. |
I haven't had the time to investigate the build logs, but it will make the build queue pretty slow.