GH-50666: [Release][CI] Use Ubuntu 24.04 for source verification jobs - #50755
GH-50666: [Release][CI] Use Ubuntu 24.04 for source verification jobs#50755tadeja wants to merge 2 commits into
Conversation
|
|
|
@github-actions crossbow submit verify-rc-source--ubuntu- verify-rc-source--conda-latest- |
|
Revision: f7cd807 Submitted crossbow builds: ursacomputing/crossbow @ actions-51d4a50f93 |
|
[ 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) |
|
@github-actions crossbow submit verify-rc-source--ubuntu- verify-rc-source--conda-latest- |
|
Revision: ae4cf47 Submitted crossbow builds: ursacomputing/crossbow @ actions-61daefe8a1 |
ae4cf47 to
680a6fc
Compare
|
@github-actions crossbow submit verify-rc-source--ubuntu- verify-rc-source--conda-latest- |
|
Revision: 680a6fc Submitted crossbow builds: ursacomputing/crossbow @ actions-1e654fe54f |
|
Those four failing linux-conda jobs aren't related to the Ubuntu 24.04 changes on this pr, we also have failures on main, so here's a new issue #50865 |
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.