-
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
[Carry #3238] Cancel taskrun using entrypoint binary #5401
[Carry #3238] Cancel taskrun using entrypoint binary #5401
Conversation
/kind feature |
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
58f0f0d
to
df8b5e7
Compare
The following is the coverage report on the affected files.
|
/retest |
df8b5e7
to
2707050
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The following is the coverage report on the affected files.
|
It looks like this is copied from #4618 without changes? I left a few comments on that PR, would you mind addressing them? |
The cancellation of taskruns is now done through the entrypoint binary through a new flag called 'cancel_file'. This removes the need for deleting the pods to cancel a taskrun, allowing examination of the logs on the pods from cancelled taskruns. Part of work on issue tektoncd#3238 Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
Cancellation using entrypoint binary is now behind a new feature flag named 'enable-cancel-using-entrypoint'. Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com> Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2707050
to
96b82bc
Compare
The following is the coverage report on the affected files.
|
96b82bc
to
0ef3e09
Compare
The following is the coverage report on the affected files.
|
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
0ef3e09
to
1577969
Compare
The following is the coverage report on the affected files.
|
/retest |
/test all |
The following is the coverage report on the affected files.
|
/retest |
1 similar comment
/retest |
@vdemeester: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@vdemeester: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
@vdemeester Hi, why did this get closed? |
Didn't have time to keep up-to-date, it's getting carried in #6511 |
Changes
This is a carry-over from #4618.
The cancellation of taskruns is now done through the entrypoint binary
through a new flag called 'cancel_file'. This removes the need for
deleting the pods to cancel a taskrun, allowing examination of the logs
on the pods from cancelled taskruns. Part of work on issue #3238
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes