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

Check labels in e2e PipelineRun tests and document label propagation #500

Merged

Commits on Feb 13, 2019

  1. Check labels in e2e PipelineRun tests and document label propagation

    The e2e tests in test/pipelinerun.go now assert that custom labels set
    on the PipelineRun are propagated through to the TaskRun and Pod, and
    that the static labels that are added to all TaskRuns and Pods are
    propagated correctly as well.
    
    In addition, documentation has been added to explain that labels are
    propagated and to mention the specific labels that are added
    automatically to generated TaskRuns and Pods.
    
    Follow-up to tektoncd#488.
    dwnusbaum committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    91110f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37ed488 View commit details
    Browse the repository at this point in the history