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

Enable storing of Run Events as Record #748

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 18, 2024

  1. Enable storing of Run Events as Record

    All Events related to taskrun are stored when we are done with Runs
    and in a single List.
    This can be controlled by flag passed to watcher "store-event". Put
    it to false disable storing of eventlist.
    Record Name of EventList is stored as `results.tekton.dev/eventlist`
    in TaskRun and PipelineRun.
    khrm committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c8bbc94 View commit details
    Browse the repository at this point in the history