GH-50666: [Release][CI] Use Ubuntu 24.04 for source verification jobs - #50755
Draft
tadeja wants to merge 2 commits into
Draft
GH-50666: [Release][CI] Use Ubuntu 24.04 for source verification jobs#50755tadeja wants to merge 2 commits into
tadeja wants to merge 2 commits into
Conversation
|
|
Collaborator
Author
|
@github-actions crossbow submit verify-rc-source--ubuntu- verify-rc-source--conda-latest- |
|
Revision: f7cd807 Submitted crossbow builds: ursacomputing/crossbow @ actions-51d4a50f93 |
Collaborator
Author
|
[ RUN ] TestTime.TestCastTimestampWithTZ
/arrow/cpp/src/gandiva/precompiled/time_test.cc:211: Failure
Expected equality of these values:
castTIMESTAMP_utf8(context_ptr, "2000-09-23 9:45:30.920 Canada/Pacific", 37)
Which is: 0
969727530920
[ FAILED ] TestTime.TestCastTimestampWithTZ (4 ms) |
Collaborator
Author
|
@github-actions crossbow submit verify-rc-source--ubuntu- verify-rc-source--conda-latest- |
|
Revision: ae4cf47 Submitted crossbow builds: ursacomputing/crossbow @ actions-61daefe8a1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rationale for this change
See #50666, for now move from Ubuntu 22.04 to Ubuntu 24.04 for source verification only.
What changes are included in this PR?
a) Remove these four jobs that already have 24.04 equivalents:
verify-rc-source-{cpp/integration/python/ruby}-cpp-linux-ubuntu-22.04-amd64b) Move Ubuntu 22.04 to 24.04 for these jobs:
verify-rc-source-{cpp/integration/python/ruby}-linux-conda-latest-amd64Are these changes tested?
Yes, Ubuntu 24.04 integration and Python verification complete OK locally.
Are there any user-facing changes?
No.