Skip to content
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

Emit events from the PipelineRun controller #2545

Closed

Commits on Jun 6, 2020

  1. 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.
    afrittoli committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    55b2db7 View commit details
    Browse the repository at this point in the history