Results 246 comments of Andrew Bayer

I'm kicking around a couple ideas at the moment. Both revolve around having the provider configured in the `git-resolver-config` `ConfigMap` as the "default", with an optional parameter for the `git`...

Ok, I ran into some walls with the config map approach - namely, how to know when a new provider's config map has been added so we can add it...

I should also say that one of the reasons I've gone with this approach is that it doesn't close the door on moving to separate config maps or CRDs for...

The `pull-tekton-pipeline-build-tests` failure (https://prow.tekton.dev/view/gs/tekton-prow/pr-logs/pull/tektoncd_pipeline/5336/pull-tekton-pipeline-build-tests/1560280438541389824#1:build-log.txt%3A153-181) is legit - please run `make fmt`.

I've never actually seen anyone rename a CRD - I'm pretty sure you can't convert between two different `Kind`s, yeah. Some research is definitely needed here.

This specific flake should be dealt with by #5005, since that removes the `v1alpha1` tests entirely, but I believe this (and other `v1alpha1` flakes, namely #4645, #4427, and #4415) may...

Oh, and this should be done for `Pipeline`s, not just `Task`s. I'd do all of that in one PR.