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-40159: [Python][CI] Add 32-bit Debian build on Crossbow #40164

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

pitrou
Copy link
Member

@pitrou pitrou commented Feb 20, 2024

What changes are included in this PR?

Add a Debian-based i386 test build for Python, similar to the existing one for C++.

Are these changes tested?

Yes. The test suite step in the new build will fail until GH-40153 is entirely fixed.

Are there any user-facing changes?

No.

Copy link

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

@github-actions github-actions bot added the awaiting review Awaiting review label Feb 20, 2024
@pitrou
Copy link
Member Author

pitrou commented Feb 20, 2024

@github-actions crossbow submit test-debian-11-python-3-*

Copy link

Revision: 52f870a

Submitted crossbow builds: ursacomputing/crossbow @ actions-e14824ebb3

Task Status
test-debian-11-python-3-amd64 Azure
test-debian-11-python-3-i386 GitHub Actions

@pitrou pitrou marked this pull request as ready for review February 20, 2024 18:55
@pitrou
Copy link
Member Author

pitrou commented Feb 20, 2024

@raulcd @kou Should we wait for the 32-bit test failures to be fixed before merging this?

@kou
Copy link
Member

kou commented Feb 20, 2024

We can merge this to check the 32-bit test failure!

@pitrou pitrou merged commit 11ef68d into apache:main Feb 20, 2024
7 checks passed
@pitrou pitrou removed the awaiting review Awaiting review label Feb 20, 2024
@pitrou pitrou deleted the gh40159-python-i386-build branch February 20, 2024 21:09
Copy link

After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 11ef68d.

There were no benchmark performance regressions. 🎉

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

zanmato1984 pushed a commit to zanmato1984/arrow that referenced this pull request Feb 28, 2024
…che#40164)

### What changes are included in this PR?

Add a Debian-based i386 test build for Python, similar to the existing one for C++.

### Are these changes tested?

Yes. The test suite step in the new build will fail until apacheGH-40153 is entirely fixed.

### Are there any user-facing changes?

No.
* Closes: apache#40159

Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Antoine Pitrou <antoine@python.org>
thisisnic pushed a commit to thisisnic/arrow that referenced this pull request Mar 8, 2024
…che#40164)

### What changes are included in this PR?

Add a Debian-based i386 test build for Python, similar to the existing one for C++.

### Are these changes tested?

Yes. The test suite step in the new build will fail until apacheGH-40153 is entirely fixed.

### Are there any user-facing changes?

No.
* Closes: apache#40159

Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Antoine Pitrou <antoine@python.org>
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.

[Python][CI] Add 32-bit CI build
2 participants