From fd393742d0b1d1ff664a69b3519e87467493a55b Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Mon, 15 Apr 2019 10:28:22 +0200 Subject: [PATCH] Rename the tekton agent to tekton-pipeline --- prow/apis/prowjobs/v1/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prow/apis/prowjobs/v1/types.go b/prow/apis/prowjobs/v1/types.go index f30dd4e297675..78254bef67a99 100644 --- a/prow/apis/prowjobs/v1/types.go +++ b/prow/apis/prowjobs/v1/types.go @@ -73,7 +73,7 @@ const ( // KnativeBuildAgent means prow will schedule the job via a build-crd resource. KnativeBuildAgent ProwJobAgent = "knative-build" // TektonAgent means prow will schedule the job via a tekton PipelineRun CRD resource. - TektonAgent = "tekton" + TektonAgent = "tekton-pipeline" ) const (