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

Add a test that verifies pods with resource limits schedule. #9514

Merged
merged 1 commit into from Jun 10, 2015

Conversation

brendandburns
Copy link
Contributor

@k8s-bot
Copy link

k8s-bot commented Jun 9, 2015

EXPERIMENTAL JENKINS PR BUILDER: e2e build succeeded.

@k8s-bot
Copy link

k8s-bot commented Jun 9, 2015

EXPERIMENTAL JENKINS PR BUILDER: e2e build succeeded.

@brendandburns
Copy link
Contributor Author

Please comment, but don't merge this, I'm parallelizing getting a review, and validating the e2e passes.

@k8s-bot
Copy link

k8s-bot commented Jun 9, 2015

EXPERIMENTAL JENKINS PR BUILDER: e2e build succeeded.

@brendandburns
Copy link
Contributor Author

Ok, this passed e2e. ready for review and merge.

@k8s-bot
Copy link

k8s-bot commented Jun 9, 2015

EXPERIMENTAL JENKINS PR BUILDER: e2e build succeeded.

@@ -155,6 +156,42 @@ var _ = Describe("Pods", func() {
},
})
})
It("should be schedule with cpu and memory limits", func() {
podClient := c.Pods(api.NamespaceDefault)
Copy link

Choose a reason for hiding this comment

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

nit: Needs to run in it's own namespace using @lavalamp's Framework. But that's not how pods.go is wired up right now, so lets defer that to a separate PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ack.

@ghost
Copy link

ghost commented Jun 9, 2015

LGTM

@ghost ghost added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 9, 2015
@krousey
Copy link
Contributor

krousey commented Jun 9, 2015

@brendandburns shippable is complaining about gofmt on pods.go

@dchen1107
Copy link
Member

LGTM thanks!

@brendandburns
Copy link
Contributor Author

@quinton-hoole added a TODO to convert to the framework stuff
@krousey ran gofmt again, pre-commit hooks don't complain...

ptal.

Thanks
--brendan

@k8s-bot
Copy link

k8s-bot commented Jun 9, 2015

EXPERIMENTAL JENKINS PR BUILDER: e2e build succeeded.

@brendandburns
Copy link
Contributor Author

@timothysc acknowledged, but it covers a gap that we had, and we can expand from here.

ArtfulCoder added a commit that referenced this pull request Jun 10, 2015
Add a test that verifies pods with resource limits schedule.
@ArtfulCoder ArtfulCoder merged commit bdeb4f3 into kubernetes:master Jun 10, 2015
@k8s-bot
Copy link

k8s-bot commented Jun 11, 2015

GCE e2e build/test passed for commit 3b034a8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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

7 participants