Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In this first step, we add an empty integration test that does nothing but list `Pipeline`s in a namespace harded coded to `arendelle` (already used the Toy Story theme in knative/serving, needed something different here, thanks @aaron-prindle XD). This can be run manually against a developer's own cluster, so folks can start adding integration tests in parallel if they want to. This is based off the end to end tests in knative/serving (https://github.com/knative/serving/tree/master/test#running-end-to-end-tests) and uses the libs in knative/pkg extensively, which were made from the libs in knative/serving. The docs weren't moved with the libs tho which I'm trying to fix in: * knative/serving#2097 * knative/pkg#102 The commit adds opencensus, since this is used by the test libs for collecting and emitting metrics. We might want to use those eventually too so that seems fine tho it would be nice if they were optional ¯\_(ツ)_/¯ This is the first step for #16, next I'll be looking into executing these via Prow, either against a hardcoded cluster with the secrets in Prow or going straight for kubetest + boskos.
- Loading branch information