-
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: Custom Tasks Beta - Testing #5156
Comments
/assign XinruZhang |
Currently, we have two ways to run custom tasks: w/ CRD, w/o CRD The highest priority of this issue is to create an e2e test to ensure the basic functionalities of a custom task work as expected, which is a blocker of V1 Pipeline release. Then we can write a new CRD and controller with more functionalities implemented – as @lbernick suggested in issue #5120. |
|
After talking to @dibyom offline, we reached agreement on implementing a new controller for the testing purpose instead of using the exisitng
|
Done in PR #5332 |
Next steps of improving the test coverage for Custom Task:
|
I think since we've decided to add retries to TaskRun rather than changing how Run retries work, we can implement testing for Run retries in parallel. (We might want to wait for the TEP to be accepted, but I don't think we need to wait for the implementation to land.) |
@jerop I think we can mark this issue as done, wdyt? |
yes, making it as done - thank you so much @XinruZhang 😻 /close |
@jerop: Closing this issue. In response to this:
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. |
In TEP-0114: Custom Tasks Beta, we proposed migrating
Custom Tasks
andRuns
to beta.Ahead of the promotion, we agreed to improve the test coverage for
Custom Tasks
andRuns
. This issue tracks the testing work.Related issues:
The text was updated successfully, but these errors were encountered: