Skip to content
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

Closed
raulcd opened this issue Jul 24, 2023 · 0 comments · Fixed by #36840
Closed

[CI][Docs] test-ubuntu-default-docs fails with no space left on device #36839

raulcd opened this issue Jul 24, 2023 · 0 comments · Fixed by #36840

Comments

@raulcd
Copy link
Member

raulcd commented Jul 24, 2023

Describe the enhancement requested

During the 13.0.0 RC0 the test-ubuntu-default-docs was failing with No space left on device. In order to generate the built docs for the RC we had to manually modify the preview-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 the preview-docs

Component(s)

Continuous Integration, Documentation

@raulcd raulcd self-assigned this Jul 24, 2023
raulcd added a commit to raulcd/arrow that referenced this issue Jul 24, 2023
@raulcd raulcd added this to the 13.0.0 milestone Jul 24, 2023
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 <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
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 <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
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 <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
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 <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment