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

10 Commits

Author SHA1 Message Date
vinamra28
1de6282907 Bump tektoncd/plumbing to avoid CI failures
E2E tests are failing for the reason

```
ERROR: (gcloud.beta.container.clusters.create) ResponseError: code=400,
message=Creation of node pools using node images based on Docker
container runtimes is not supported in GKE v1.23. This is to prepare
for the removal of Dockershim in Kubernetes v1.24. We recommend that
you migrate to image types based on Containerd (examples). For more
information, contact Cloud Support.
```

The changes have been made in plumbing directory to fix the same, hence
bumping.

Signed-off-by: vinamra28 <jvinamra776@gmail.com>
2022-11-04 10:55:47 +01:00
vinamra28
731cbf9bfc Bump plumbing dependencies to fix CI
Signed-off-by: vinamra28 <vinjain@redhat.com>
2021-05-20 05:17:49 +01:00
Scott
158f6643c1 Update plumbing dep to pin gke version
This commit pins catalog to gke 1.18 for the next six months
while plumbing works on removing basic auth.

Major hat-tip to @jmcshane for doing the work to resolve this
problem!
2021-04-21 04:04:43 +01:00
06kellyjac
1a38009d97 Move from dep to go modules
Also bump plumbing/scripts commit
2021-03-23 15:28:46 +00:00
Vincent Demeester
01ceffd567 Bump plumbing to recent master 👼
Adds a bunch of fixes to CI, mainly fixing GitHub api rate limits

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-05-06 18:56:36 +01:00
Vincent Demeester
394fb62f5b Bump plumbing to latest changes 🔗
This adds `yaml_build_tests` check.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2019-11-15 09:52:31 -06:00
Vincent Demeester
642288dcb3 Bump tektoncd/plumbing dependency
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2019-10-17 10:39:20 -05:00
Vincent Demeester
82932c9513 Bump tektoncd/plumbing with latest fixes
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2019-06-05 03:56:06 -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