-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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-39421: [CI][Ruby] Update to using Ubuntu 22.04 on test-ruby and test-c-glib nightly jobs #39422
Conversation
|
@github-actions crossbow submit -g ruby -g c-glib |
Revision: 69909a6 Submitted crossbow builds: ursacomputing/crossbow @ actions-ef92167591
|
@github-actions crossbow submit -g ruby -g c-glib |
Revision: 5bfa30a Submitted crossbow builds: ursacomputing/crossbow @ actions-546e220e90
|
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.
LGTM but I'll let @kou merge :)
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.
👍 I'll merge this to fix nightlies
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 27d72f3. 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. |
…and test-c-glib nightly jobs (apache#39422) ### Rationale for this change CI Jobs for Ruby and c-glib are failing on Ubuntu due to bundler failing to install on old Ruby. ### What changes are included in this PR? Use Ubuntu 22.04 on those jobs. ### Are these changes tested? Via Archery ### Are there any user-facing changes? No * Closes: apache#39421 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
…and test-c-glib nightly jobs (apache#39422) ### Rationale for this change CI Jobs for Ruby and c-glib are failing on Ubuntu due to bundler failing to install on old Ruby. ### What changes are included in this PR? Use Ubuntu 22.04 on those jobs. ### Are these changes tested? Via Archery ### Are there any user-facing changes? No * Closes: apache#39421 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
…and test-c-glib nightly jobs (apache#39422) ### Rationale for this change CI Jobs for Ruby and c-glib are failing on Ubuntu due to bundler failing to install on old Ruby. ### What changes are included in this PR? Use Ubuntu 22.04 on those jobs. ### Are these changes tested? Via Archery ### Are there any user-facing changes? No * Closes: apache#39421 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
Rationale for this change
CI Jobs for Ruby and c-glib are failing on Ubuntu due to bundler failing to install on old Ruby.
What changes are included in this PR?
Use Ubuntu 22.04 on those jobs.
Are these changes tested?
Via Archery
Are there any user-facing changes?
No