Commit f00dd88
committed
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 copmletion case.
Added more event checks to existing tests.1 parent 6ae926f commit f00dd88
File tree
6 files changed
+778
-338
lines changed- pkg
- apis/pipeline/v1beta1
- reconciler
- pipelinerun
- taskrun
6 files changed
+778
-338
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
242 | 253 | | |
243 | 254 | | |
244 | 255 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
0 commit comments