-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[CI][Docs] test-ubuntu-default-docs fails with no space left on device #36839
Milestone
Comments
raulcd
added a commit
to raulcd/arrow
that referenced
this issue
Jul 24, 2023
…Hub actions instead of Azure
kou
pushed a commit
that referenced
this issue
Jul 25, 2023
…tions instead of Azure (#36840) ### Rationale for this change Currently `test-ubuntu-default-docs` has been failing on Azure for the 13.0.0 RC0 and we had to use GitHub actions to generate the documentation. Using the same base action for both preview-docs, test and packaging will improve maintainability. ### What changes are included in this PR? Move `test-ubuntu-default-docs` to use GH actions instead of Azure. ### Are these changes tested? Yes, with archery related tasks. ### Are there any user-facing changes? No * Closes: #36839 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
raulcd
added a commit
that referenced
this issue
Jul 25, 2023
…tions instead of Azure (#36840) ### Rationale for this change Currently `test-ubuntu-default-docs` has been failing on Azure for the 13.0.0 RC0 and we had to use GitHub actions to generate the documentation. Using the same base action for both preview-docs, test and packaging will improve maintainability. ### What changes are included in this PR? Move `test-ubuntu-default-docs` to use GH actions instead of Azure. ### Are these changes tested? Yes, with archery related tasks. ### Are there any user-facing changes? No * Closes: #36839 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
R-JunmingChen
pushed a commit
to R-JunmingChen/arrow
that referenced
this issue
Aug 20, 2023
…Hub actions instead of Azure (apache#36840) ### Rationale for this change Currently `test-ubuntu-default-docs` has been failing on Azure for the 13.0.0 RC0 and we had to use GitHub actions to generate the documentation. Using the same base action for both preview-docs, test and packaging will improve maintainability. ### What changes are included in this PR? Move `test-ubuntu-default-docs` to use GH actions instead of Azure. ### Are these changes tested? Yes, with archery related tasks. ### Are there any user-facing changes? No * Closes: apache#36839 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
loicalleyne
pushed a commit
to loicalleyne/arrow
that referenced
this issue
Nov 13, 2023
…Hub actions instead of Azure (apache#36840) ### Rationale for this change Currently `test-ubuntu-default-docs` has been failing on Azure for the 13.0.0 RC0 and we had to use GitHub actions to generate the documentation. Using the same base action for both preview-docs, test and packaging will improve maintainability. ### What changes are included in this PR? Move `test-ubuntu-default-docs` to use GH actions instead of Azure. ### Are these changes tested? Yes, with archery related tasks. ### Are there any user-facing changes? No * Closes: apache#36839 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the enhancement requested
During the 13.0.0 RC0 the
test-ubuntu-default-docs
was failing withNo space left on device
. In order to generate the built docs for the RC we had to manually modify thepreview-docs
job in order to generate the built documentation.We could update the
test-ubuntu-default-docs
to use the same GitHub action as we use for thepreview-docs
Component(s)
Continuous Integration, Documentation
The text was updated successfully, but these errors were encountered: