1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-21 05:55:35 +00:00
Commit Graph

104 Commits

Author SHA1 Message Date
Chmouel Boudjnah
690d175901 Do not initialize a GCP cluster if we run a local CI
Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
2019-09-25 06:56:12 -05:00
Dan Lorenc
d9147be8a1 Add a basic Task CRD validation test for all Tasks in the catalog.
This e2e test just verifies each task is valid by setting up a test cluster and
creating each task. This uses boskos to provision and clean a project.

This also fixes up the makisu task to remove the extraneuous yaml file.
2019-05-16 10:32:59 -05:00
Vincent Demeester
9443e5585d Use tektoncd/plumbing instead of knative/test-infra
As Pipeline graduated from `knative`, we're trying, with `plumbing` to
make remove our dependency on knative `test-infra` scripts. Those
scripts have been migrated to `tektoncd/plumbing`, so let's start use those.

The end goal being to reduce even more the use of those script and
only use pipeline to run experimental pipelines 👼.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2019-05-15 09:42:57 -05:00
Dan Lorenc
acb7ca4c0f Add the required boilerplate to run presubmit tests in prow.
This adds a single dummy test (required to make dep fetch the dependencies),
and then the Gopkg.toml configuration so we grab the presubmit helper scripts.

This will eventually use the code in plumbing instead of knative, but that isn't
ready yet.
2019-05-13 11:12:56 -05:00