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

GKE upgrade tests #10133

Merged
merged 1 commit into from
Jun 20, 2015
Merged

GKE upgrade tests #10133

merged 1 commit into from
Jun 20, 2015

Conversation

mbforbes
Copy link
Contributor

GKE node (#7914) and master (#8081) upgrade tests. Adds support for running cluster_upgrade.go with the GKE provider.

Final TODOs after this to close those issues are:

  • verify software version really changed after upgrade
  • setup jenkins jobs to run all of these; ensure they're green

After that, our next TODOs are:

  • test volumes, persistent volumes, and secrets
  • some refactoring, cleanup, and consistency (I sprinkled TODOs in the code for these things)

+cc @mikedanese @zmerlynn @quinton-hoole @ixdy

const (
// version applies to upgrades; kube-push always pushes local binaries.
version = "latest_ci"
versionURL = "https://storage.googleapis.com/kubernetes-release/%s/%s.txt"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

versionURLFmt?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. (My Go names are getting too short...) (Not yet pushed.)

@roberthbailey
Copy link
Contributor

Handful of comments. Overall looks good.

@mbforbes
Copy link
Contributor Author

Thanks—all comments addressed. Should have fixed Shippable too. PTAL.

@mbforbes
Copy link
Contributor Author

Well, shippable seems permanently dead and won't show the logs. Hmm. Ugh.

@roberthbailey
Copy link
Contributor

LGTM once jenkins builder passes.

@roberthbailey roberthbailey added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 19, 2015
@k8s-bot
Copy link

k8s-bot commented Jun 20, 2015

GCE e2e build/test passed for commit 434f968.

@cjcullen
Copy link
Member

Weekend merging for increased GKE test coverage.

cjcullen added a commit that referenced this pull request Jun 20, 2015
@cjcullen cjcullen merged commit ff0546d into kubernetes:master Jun 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/upgrade lgtm "Looks good to me", indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants