-
Notifications
You must be signed in to change notification settings - Fork 9.9k
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
semaphore.sh, go: add semaphore to release-3.1 branch, upgrade release-3.1 to go 1.8.5 #8807
Conversation
lgtm, after CI greens. Thanks! |
lgtm |
Seems like we also need backport 6825ffe for Go 1.8+. |
Thanks @gyuho, I'll cherry pick that as well. |
Hmm, nvm. Seems like we already have that in release-3.1. Looks like it's something else
UPDATE: we need change this as well? |
Yep, cherry-pick gave me a "empty commit" response-- it's already on 3.1. I'll poke around tomorrow and figure out where |
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. Thanks!
Yeah maybe we can merge this first, and cherry-pick those in a separate PR? |
Fix etcd-io#7558. Same as etcd-io#6959. Signed-off-by: Gyu-Ho Lee <[email protected]>
I've split them out as two separate commits in this PR. That way we can verify that semaphore passes before committing any of this. |
Only remaining test failure:
|
Yeah, |
the semaphoreci is not running. @gyuho do you know why? |
@fanminshi It's running? I just reran a few times https://semaphoreci.com/coreos/etcd/branches/pull-request-8807/builds/5, to see if it passes. |
@gyuho you are right. I didn't noticed that you re-run the test. |
@jpbetz thank you. |
Pending approval of #8805. This adds semaphore to 3.1 branch, like 2f74456 did for the 3.2 branch.
This also upgrades the 3.1 branch from go 1.8.3 to 1.8.5, primarly because we already have
gcr.io/etcd-development/etcd-test:go1.8.5
in the registry and don't see any point adding1.8.3
when we can more easily upgrade go by a couple patch versions.