-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Emit events from the PipelineRun controller
Emit events: - Pipeline Start - Pipeline Started Running - Various Error Conditions, Cancel, Timeout Emit all events through the events.go module. Align and simplify the reconcile structure to have clear points for error handling and emitting events. Added test for the normal reconcile to completion case. Added more event checks to existing tests.
- Loading branch information
Showing
6 changed files
with
769 additions
and
259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.