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

Delete gopath-test taskrun example / YAML test #1224

Merged
merged 1 commit into from
Aug 20, 2019

Commits on Aug 20, 2019

  1. Delete gopath-test taskrun example / YAML test

    This example doesn't demonstrate much, and it's the longest-running YAML
    test at about 3-5 minutes. It was copied over from knative/build days
    and hasn't seen many updates since.
    
    The example clones github.com/tektoncd/pipeline into a targetPath within
    $GOPATH and runs `go test ./...` on it, which is what takes so long.
    
    If we decide this example is worth keeping around, we should probably at
    least change the repo to something smaller and quicker to test, or
    change `go test` to just `go build` to save time.
    imjasonh committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    aaf3a6c View commit details
    Browse the repository at this point in the history