Skip to content

Commit

Permalink
TEP-0114 Serve Custom Task Beta
Browse files Browse the repository at this point in the history
This commit reverts #5736
because we've aligned on TEP-0121 about retries
  • Loading branch information
XinruZhang committed Nov 21, 2022
1 parent 28b48a3 commit 1f0605e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/controller/main.go
Expand Up @@ -24,6 +24,7 @@ import (

"github.com/tektoncd/pipeline/pkg/apis/pipeline"
"github.com/tektoncd/pipeline/pkg/apis/pipeline/v1beta1"
"github.com/tektoncd/pipeline/pkg/reconciler/customrun"
"github.com/tektoncd/pipeline/pkg/reconciler/pipelinerun"
"github.com/tektoncd/pipeline/pkg/reconciler/resolutionrequest"
"github.com/tektoncd/pipeline/pkg/reconciler/run"
Expand Down Expand Up @@ -108,8 +109,7 @@ func main() {
pipelinerun.NewController(opts, clock.RealClock{}),
run.NewController(),
resolutionrequest.NewController(clock.RealClock{}),
// TODO(jerop, abayer) uncomment after we align on retries in customruns
// customrun.NewController(),
customrun.NewController(),
)
}

Expand Down
2 changes: 1 addition & 1 deletion config/300-customrun.yaml
Expand Up @@ -26,7 +26,7 @@ spec:
preserveUnknownFields: false
versions:
- name: v1beta1
served: false
served: true
storage: true
schema:
openAPIV3Schema:
Expand Down

0 comments on commit 1f0605e

Please sign in to comment.