-
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 Task E2E Test with A Controller Installed #5332
Conversation
/release-note-none |
7606134
to
1137187
Compare
/retest |
1137187
to
6a9ee70
Compare
6a9ee70
to
c1f05ac
Compare
/retest |
1 similar comment
/retest |
Nit: "This PR introduces..." |
c1f05ac
to
f57a7ce
Compare
f57a7ce
to
d84789e
Compare
256aab8
to
d908d05
Compare
d59dc71
to
e4cbbfb
Compare
/unhold |
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.
@XinruZhang thanks for making updates from the initial offline review -- added a few comments, almost there 😁
e76577d
to
dd3c972
Compare
This commit introduces a `wait-task` controller into test/ folder to better support Custom Task e2e testing. Previously we update the Run object to mimic the behavior of a custom task controller. This commit introduces a real controller to reconcile the custom task run.
dd3c972
to
058df12
Compare
/retest |
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.
Thank you @XinruZhang, and welcome to Tekton! 🎉
/meow
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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jerop 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 |
/woof |
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. |
/meow |
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. |
/meow |
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. |
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
This PR introduces a
wait-task
controller into test/ folder tobetter support Custom Task e2e testing.
Previously we update the Run object to mimic the behavior of a custom
task controller. This pr introduces a real controller to reconcile
the custom task run.
Changes
/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