-
Notifications
You must be signed in to change notification settings - Fork 4.7k
deploy: add cancel condition reason and move reasons to types #13813
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
Conversation
API looks fine |
lgtm [merge] |
[Test]ing while waiting on the merge queue |
aa36fe0
to
5f32644
Compare
updated extended tests to point to new location for reasons... [merge] |
Evaluated for origin test up to 5f32644 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/876/) (Base Commit: c106caf) |
1 similar comment
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/876/) (Base Commit: c106caf) |
[merge]
…On Sun, Apr 23, 2017 at 3:21 PM, OpenShift Bot ***@***.***> wrote:
continuous-integration/openshift-jenkins/test SUCCESS (
https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/876/)
(Base Commit: c106caf
<c106caf>
)
—
You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub
<#13813 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABG_p-aZTiNCn21OnkrCq4lCfnfAfo0uks5ry6TCgaJpZM4NBiOT>
.
|
[merge] |
[merge]
…On Mon, Apr 24, 2017 at 5:05 AM, OpenShift Bot ***@***.***> wrote:
continuous-integration/openshift-jenkins/merge FAILURE (
https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin/455/)
(Base Commit: 53a4d1b
<53a4d1b>
)
—
You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub
<#13813 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABG_pz61-XyIlzPy92f9xPQsl4lR132Oks5rzGXWgaJpZM4NBiOT>
.
|
Evaluated for origin merge up to 5f32644 |
[merge] again |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin/469/) (Base Commit: 9334452) (Image: devenv-rhel7_6177) |
Fixes: #13800
First commit introduces
RolloutCancelled
for rollouts that has been cancelled (and thus failed their progression) instead of having theProgressDeadlineExceeded
reason there.Second commit moves the reasons from utils to types as they are not meant to be changed since changing them might violate the API backward compatibility.
@Kargakis @openshift/api-review