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

GH-36837: [CI][RPM] Use multi-cores to install gems #36838

Merged
merged 1 commit into from
Jul 30, 2023

Conversation

kou
Copy link
Member

@kou kou commented Jul 24, 2023

Rationale for this change

We may reduce test time by using multi-cores to install gems.

What changes are included in this PR?

gem install with MAKEFLAGS=-j$(nproc) uses multi-cores when building extension libraries.

Are these changes tested?

Yes.

Are there any user-facing changes?

No.

@kou
Copy link
Member Author

kou commented Jul 24, 2023

@github-actions crossbow submit almalinux-* amazon-linux-* centos-*

@github-actions
Copy link

⚠️ GitHub issue #36837 has been automatically assigned in GitHub to PR creator.

@github-actions github-actions bot added the awaiting committer review Awaiting committer review label Jul 24, 2023
@github-actions
Copy link

Revision: 8c2d871

Submitted crossbow builds: ursacomputing/crossbow @ actions-6a1e2f84f7

Task Status
almalinux-8-amd64 Github Actions
almalinux-8-arm64 Github Actions
almalinux-9-amd64 Github Actions
almalinux-9-arm64 Github Actions
amazon-linux-2023-amd64 Github Actions
amazon-linux-2023-arm64 Github Actions
centos-7-amd64 Github Actions
centos-8-stream-amd64 Github Actions
centos-8-stream-arm64 Github Actions
centos-9-stream-amd64 Github Actions
centos-9-stream-arm64 Github Actions

@kou
Copy link
Member Author

kou commented Jul 30, 2023

+1

@kou kou merged commit 2a9c8b1 into apache:main Jul 30, 2023
5 checks passed
@kou kou deleted the packaging-rpm-multi-cores branch July 30, 2023 21:11
@kou kou removed the awaiting committer review Awaiting committer review label Jul 30, 2023
@conbench-apache-arrow
Copy link

After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 2a9c8b1.

There were 3 benchmark results indicating a performance regression:

The full Conbench report has more details. It also includes information about possible false positives for unstable benchmarks that are known to sometimes produce them.

R-JunmingChen pushed a commit to R-JunmingChen/arrow that referenced this pull request Aug 20, 2023
### Rationale for this change

We may reduce test time by using multi-cores to install gems.

### What changes are included in this PR?

`gem install` with `MAKEFLAGS=-j$(nproc)` uses multi-cores when building extension libraries.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#36837

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
loicalleyne pushed a commit to loicalleyne/arrow that referenced this pull request Nov 13, 2023
### Rationale for this change

We may reduce test time by using multi-cores to install gems.

### What changes are included in this PR?

`gem install` with `MAKEFLAGS=-j$(nproc)` uses multi-cores when building extension libraries.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#36837

Authored-by: Sutou Kouhei <kou@clear-code.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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI][RPM] Use multi-cores to install gems
1 participant