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 OOMKilled failure reason to build #71

Merged

Conversation

wozniakjan
Copy link
Contributor

for openshift/origin#20297

ptal @openshift/sig-developer-experience , @openshift/api-review

@openshift-ci-robot openshift-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 12, 2018
@bparees
Copy link
Contributor

bparees commented Jul 12, 2018

lgtm. @openshift/api-review should be a quick review and i would guess merge order does not matter on this one either.

@@ -84,6 +84,9 @@ const (
// range of build failures.
StatusReasonGenericBuildFailed StatusReason = "GenericBuildFailed"

// StatusReasonOOMKilled indicates that the build pod was killed for its memory consumption
StatusReasonOOMKilled StatusReason = "OOMKilled"
Copy link
Contributor

Choose a reason for hiding this comment

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

if this is net new, write out "OutOfMemory"? seems fine otherwise

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated with the longer version, if this is ok, I will update the origin PR as well

@wozniakjan wozniakjan force-pushed the bug-1596440/surface_oomkilled_in_build branch from 70400c3 to d38fb28 Compare July 12, 2018 14:25
@liggitt
Copy link
Contributor

liggitt commented Jul 12, 2018

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jul 12, 2018
@bparees bparees merged commit f8215ce into openshift:master Jul 12, 2018
openshift-cherrypick-robot pushed a commit to openshift-cherrypick-robot/api that referenced this pull request Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants