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

Propagate labels from PipelineRun to TaskRun to Pods #488

Merged

Commits on Feb 11, 2019

  1. Propagate labels from PipelineRun to TaskRun to Pods

    Previously, labels were propagated from TaskRun to Build, but not from
    Build to Pod. This PR fixes that, and also propagates labels from
    PipelineRun to TaskRun, so that users are more easily able to filter,
    identify, and query Pods created by Build Pipeline.
    
    In all cases, if a user specifies a label whose key overlaps with one
    of the labels that we set automatically, the user's label is ignored.
    
    As mentioned in taskrun_test.go, the current tests do not fully
    demonstrate that the TaskRun to Pod propagation works correctly since
    they use Build as an intermediate form for comparison.
    
    Fixes tektoncd#458
    dwnusbaum committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    abde008 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Configuration menu
    Copy the full SHA
    1c55668 View commit details
    Browse the repository at this point in the history