-
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
GH-43059: [CI][Gandiva] Disable Python Gandiva tests on AlmaLinux 8 #43093
Conversation
@github-actions crossbow submit almalinux |
|
Revision: 55685cd Submitted crossbow builds: ursacomputing/crossbow @ actions-253200c841 |
@github-actions crossbow submit verify-rc-source-java-linux-almalinux-8-amd64 verify-rc-source-python-linux-almalinux-8-amd64 verify-rc-source-integration-linux-almalinux-8-amd64 |
Revision: 51ba970 Submitted crossbow builds: ursacomputing/crossbow @ actions-8aaa1d9dbd
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
…43093) ### Rationale for this change The newer version of LLVM on AlmaLinux 8 fails on the pyarrow.gandiva tests ### What changes are included in this PR? Temporarily remove Gandiva on Python checks for AlmaLinux 8. ### Are these changes tested? Via CI ### Are there any user-facing changes? No * GitHub Issue: #43059 Authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 76de7c2. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 17 possible false positives for unstable benchmarks that are known to sometimes produce them. |
…ux 8 (apache#43093) ### Rationale for this change The newer version of LLVM on AlmaLinux 8 fails on the pyarrow.gandiva tests ### What changes are included in this PR? Temporarily remove Gandiva on Python checks for AlmaLinux 8. ### Are these changes tested? Via CI ### Are there any user-facing changes? No * GitHub Issue: apache#43059 Authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Rationale for this change
The newer version of LLVM on AlmaLinux 8 fails on the pyarrow.gandiva tests
What changes are included in this PR?
Temporarily remove Gandiva on Python checks for AlmaLinux 8.
Are these changes tested?
Via CI
Are there any user-facing changes?
No