-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Refining status when Condition failed #1696
Conversation
The following is the coverage report on pkg/.
|
/retest |
Thank you for this patch, and sorry I'm a bit late in the discussion. |
@afrittoli thanks for comments :)
|
So, we have a |
I think @dibyom is right that we can/should use the I like the The |
Could we just use |
SGTM especially since |
Hey @vincent-pli do you intend to continue working on this or should we close for now? For what it's worth it sounds like we have consensus on the desired implementation:
SGTM2 |
@sbwsg |
fc0362c
to
ee47602
Compare
/assign @sbwsg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. I've made a suggestion to make the format strings more uniform. Let me know what you think. But otherwise I think this is ready.
Is this a backwards compatibility change? Do we need to give it extra highlight in release notes?
Introduce new state: `ReasonSucceededWithConditionCheckFailed`, indicates the scenario `pipeline` succeeded but with `Condition` checking failed.
ee47602
to
3f91dc2
Compare
@sbwsg For the release, I think I agree with you. |
OK cool, I suggest updating the Release Notes on this PR's description to be something like:
Then I think this is ready to merge! |
@sbwsg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbwsg, vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Introduce new state:
SucceededWithConditionCheckFailed
, indicates the scenariopipeline
succeeded but withCondition
checking failed.fix issue: #1692
Changes
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
See the contribution guide for more details.
Double check this list of stuff that's easy to miss:
cmd
dir, please updatethe release Task to build and release this image.
Reviewer Notes
If API changes are included, additive changes must be approved by at least two OWNERS and backwards incompatible changes must be approved by more than 50% of the OWNERS, and they must first be added in a backwards compatible way.
Release Notes