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>
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!
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>
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.