Skip to content

Commit

Permalink
Rename the tekton agent to tekton-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ccojocar committed Apr 15, 2019
1 parent 561734f commit fd39374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow/apis/prowjobs/v1/types.go
Expand Up @@ -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 (
Expand Down

0 comments on commit fd39374

Please sign in to comment.