-
Notifications
You must be signed in to change notification settings - Fork 554
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
run tests on ruby 2.6 #2851
run tests on ruby 2.6 #2851
Conversation
Will hold off on merging until the major dependencies are ready for 2.6 |
We should be able to support Ruby 2.6 now. Both the grpc and google-protobuf gems have releases that support 2.6. I have been able to run the full suite of tests on Ruby 2.6 locally. |
Any thoughts on the BigQuery failure on Linux? |
They don't seem super consistent? I'm spreading out the nightly tests more - linux, osx, and windows are now each staggered by an hour. I don't know how much that will help. |
i am hesitant to approve this PR while the Linux build is red. |
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the ℹ️ Googlers: Go here for more info. |
.kokoro/osx.sh
Outdated
@@ -28,6 +28,7 @@ function set_failed_status { | |||
} | |||
|
|||
# Install/Use 2.5.5 | |||
source /Users/kbuilder/.rvm/scripts/rvm |
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.
Does this mean we can also install and build against 2.3, 2.4, and 2.6?
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.
It'll take forever, and my understanding is that the mac resources are much more limited than the GCP images. What if we tested all versions for nightly?
🎉 for passing linux build! |
So close!
|
27b6e90
to
5dd2fa2
Compare
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 |
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.
🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉
From the passing Kokoro CI log: ruby 2.6.2p47 (2019-03-13 revision 67232) [x86_64-linux]
Fetching gem metadata from https://rubygems.org/........
Resolving dependencies.... Congratulations!! |
#2825
GoogleCloudPlatform/ruby-docs-samples#390