UPSTREAM: 57247: cpumanager: Propagate error up instead panic#18051
Merged
openshift-merge-robot merged 1 commit intoopenshift:masterfrom Jan 10, 2018
Merged
UPSTREAM: 57247: cpumanager: Propagate error up instead panic#18051openshift-merge-robot merged 1 commit intoopenshift:masterfrom
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
Member
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: eparis, sjenning The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Contributor
|
Automatic merge from submit-queue (batch tested with PRs 17932, 18037, 17479, 18051, 18052). |
openshift-merge-robot
added a commit
that referenced
this pull request
Jan 14, 2018
Automatic merge from submit-queue. Backport cpumanager checkpointing fixes kubernetes/kubernetes#56191 kubernetes/kubernetes#54410 This plus #18051 fully syncs cpumanager with kube upstream. @derekwaynecarr
openshift-publish-robot
pushed a commit
to openshift/kubernetes
that referenced
this pull request
Jan 24, 2018
Automatic merge from submit-queue. Backport cpumanager checkpointing fixes kubernetes#56191 kubernetes#54410 This plus openshift/origin#18051 fully syncs cpumanager with kube upstream. @derekwaynecarr Origin-commit: 9e98436e109dc2e39022748ff09f86f9d41868c7
openshift-publish-robot
pushed a commit
to openshift/kubernetes
that referenced
this pull request
Jan 25, 2018
Automatic merge from submit-queue. Backport cpumanager checkpointing fixes kubernetes#56191 kubernetes#54410 This plus openshift/origin#18051 fully syncs cpumanager with kube upstream. @derekwaynecarr Origin-commit: 9e98436e109dc2e39022748ff09f86f9d41868c7
openshift-publish-robot
pushed a commit
to openshift/kubernetes
that referenced
this pull request
Feb 27, 2018
Automatic merge from submit-queue. Backport cpumanager checkpointing fixes kubernetes#56191 kubernetes#54410 This plus openshift/origin#18051 fully syncs cpumanager with kube upstream. @derekwaynecarr Origin-commit: 9e98436e109dc2e39022748ff09f86f9d41868c7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
kubernetes/kubernetes#57247
xref https://bugzilla.redhat.com/show_bug.cgi?id=1532967
@derekwaynecarr