Skip to content

SDCICD-138: Add additional pod health checks to runner jobs#209

Merged
openshift-merge-robot merged 3 commits intoopenshift:masterfrom
jeefy:138
Jan 31, 2020
Merged

SDCICD-138: Add additional pod health checks to runner jobs#209
openshift-merge-robot merged 3 commits intoopenshift:masterfrom
jeefy:138

Conversation

@jeefy
Copy link
Contributor

@jeefy jeefy commented Jan 29, 2020

No description provided.

@openshift-ci-robot openshift-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jan 29, 2020
err = errors.New("pod can't be nil")
} else if pod.Status.Phase == kubev1.PodFailed {
} else if pod.Status.Phase == kubev1.PodFailed || pod.Status.Phase == kubev1.PodUnknown {
err = errors.New("failed waiting for Pod: the Pod has failed")
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's add in the pod status here as well. Otherwise this LGTM.

@mdwn
Copy link
Contributor

mdwn commented Jan 31, 2020

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jan 31, 2020
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jeefy, meowfaceman

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot merged commit a26d772 into openshift:master Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants