-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Every Keptn service listens for particular cloudevents that it believes it can handle. It's like putting your hand up and saying "yes, let me handle that for you".
Services can listen for multiple events (if a service can "do" different things) but usually a service would listen to one type of event (ie. it would do one thing). There is no limitation on what type of event a service can listen for, that's up to the Keptn user.
However, Keptn defines some useful standard ones (you're always free to define your own). One of these is sh.keptn.event.test.triggered.
This service should listen for this event and, when received, should start executing a test.
This task covers the change to ensure that the TestKube Executor Keptn Service listens for the sh.keptn.event.test.triggered only.