-
Notifications
You must be signed in to change notification settings - Fork 580
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
Add task for sending CloudEvents #331
Comments
/kind feature |
Some context, one of the reasons this wasn't done already is that some of the CloudEvents logic in the CloudEvent PipelineResource happens in the controller vs. in the step containers like all the other PipelineResources. And one of the reasons for THAT was b/c in order to know if the currently executing Task has succeeded or failed, you had to wait until the entire thing completed (and failure would stop execution of any subsequent containers).
|
Right, I understand. Sounds like a mix of intern/technical events e.g. Kubernetes My intention here var purely business-oriented, e.g. letting the user know the result of a Canary-Analysis. In such case, I think this would provide value, but I agree that it would be hard to use for reporting errors. It can also be used for initiating things remote, or communicating with cloud services. (This is just a wish for a Task - not anything I will start to work on at the moment). |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
@tekton-robot: 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. |
Expected Behavior
That there is a task for sending CloudEvents.
Typical use-cases:
TaskRun
failed e.g. failed unit-test.This task would be on pair with the existing Slack an Telegram-tasks, but for CloudEvents.
Actual Behavior
I don't see this exists in Catalog
The text was updated successfully, but these errors were encountered: