Skip to content
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

x/build: move beta.golang.org to GKE #19867

Closed
bradfitz opened this issue Apr 6, 2017 · 3 comments
Closed

x/build: move beta.golang.org to GKE #19867

bradfitz opened this issue Apr 6, 2017 · 3 comments
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge
Milestone

Comments

@bradfitz
Copy link
Contributor

bradfitz commented Apr 6, 2017

tip.golang.org runs on GKE (see x/tools/cmd/tip *.yaml)

beta.golang.org runs on a manually-managed GCE VM.

This bug is about migrating beta.golang.org to GKE also.

I suppose it could just be the the same as the tip codebase, but with a flag that makes it use the latest tagged beta or rc.

e.g. every 15 minutes, look at go.googlesource.com or github remote tags,

https://go.googlesource.com/go/+refs

And look at anything containing "beta" or "rc" in the tag name.

Then find the thing with the most recent date, and make the "tip" binary switch to that.

Once maintner is deployed (#19866) soon here, the tip binary could just poll maintner to ask that question about which version is the latest beta.

@gopherbot gopherbot added this to the Unreleased milestone Apr 6, 2017
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Apr 6, 2017
@bradfitz
Copy link
Contributor Author

bradfitz commented Apr 6, 2017

/cc @mxplusb

@siennathesane
Copy link

@bradfitz cool, I can take a look at this once #19866 is done, so I can see what changed.

@agnivade
Copy link
Contributor

agnivade commented Feb 1, 2019

There is no separate beta.golang.org now. It points to the same IP as tip.golang.org. Closing this. Feel free to reopen if this was a mistake.

@agnivade agnivade closed this as completed Feb 1, 2019
@golang golang locked and limited conversation to collaborators Feb 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge
Projects
None yet
Development

No branches or pull requests

4 participants