-
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
TEP-0114: Timeout the Testing Wait Custom Task #5389
Conversation
d44cef2
to
39f78be
Compare
/release-note-none |
/retest Docker Hub is having issues. |
210f74b
to
44dcbc3
Compare
/test pull-tekton-pipeline-alpha-integration-tests |
/hold compare the actual run and expected run. |
44dcbc3
to
680901c
Compare
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.
I think we should refer to this as the "testing" custom task controller or something similar-- this will help distinguish it from the wait task in experimental that users can install independently and make it clear that the sole purpose of this controller is for testing
c74024e
to
2d5a865
Compare
SG! Updated the PR Title, description, commit message to clarify it. |
2d5a865
to
1c12849
Compare
1c12849
to
70bbb06
Compare
/retest |
Could you rename |
@abayer Thanks for your comment! I feel the naming |
@XinruZhang Yeah, that'd be fine - I just didn't want it to be |
70bbb06
to
e6a61a1
Compare
e6a61a1
to
6e0e308
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jerop, lbernick 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 |
Prior to this commit, the testing custom task wait-task, under test/wait-task, can only wait for a duration of time. This commit adds a new functionality timeout to its controller, so that we can test the behavior of Custom Task Run time out.
6e0e308
to
acdb922
Compare
/lgtm |
/retest |
Implements Timeout of the Testing Wait Custom Task
Prior to this PR, the testing custom task
wait-task
, undertest/wait-task
,can only wait for a duration of time. This PR adds a new functionality
timeout
to its controller, so that we can test the behavior of CustomTask Run time out.
/kind feature
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