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

6 Commits

Author SHA1 Message Date
PuneetPunamiya
e680707ec9 Enables the yamllint job
Issue: #387

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-06-25 17:20:59 +01:00
Vincent Demeester
2c3c81f712 Temporarly disable yamllint 😓
yamllint fails often on the current CI image. While we are working on
fixing it, let's disable yamllint temporarly.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-04-09 16:47:02 +01:00
Vincent Demeester
5358e7b7cd Disable markdown link check 😓
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-01-28 05:23:52 -06: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