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

Print all CRD as YAML on test failure #182

Merged

Commits on Oct 29, 2018

  1. Vendor: github.com/ghodss/yaml

    Tanner Bruce committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    d700b36 View commit details
    Browse the repository at this point in the history
  2. Dump all build-pipeline CRDs when a test fails

    This will cause the `teardown` function to dump all Knative CRD objects
    for the currently configured namepsace to YAML. This will make debugging
    failed builds easier.
    
    Fixes tektoncd#145.
    Tanner Bruce committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    28780d2 View commit details
    Browse the repository at this point in the history