Skip to content

Commit

Permalink
chore: Switch PipelineRun from v1beta1 to v1 (#72)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergiy Kulanov <[email protected]>
Change-Id: Id4b9a79509816cc4d0af81b739bfaf3022a9aeb0
  • Loading branch information
SergK committed Nov 17, 2023
1 parent eeef2cd commit 4bd9410
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ spec:
app.edp.epam.com/codebase: $(tt.params.codebase)
app.edp.epam.com/pipelinetype: build
spec:
serviceAccountName: tekton
taskRunTemplate:
serviceAccountName: tekton
pipelineRef:
name: gerrit-$(tt.params.buildtool)-$(tt.params.framework)-$(tt.params.cbtype)-build-$(tt.params.versioning-type)
params:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ spec:
app.edp.epam.com/codebase: $(tt.params.codebase)
app.edp.epam.com/pipelinetype: review
spec:
serviceAccountName: tekton
taskRunTemplate:
serviceAccountName: tekton
pipelineRef:
name: gerrit-$(tt.params.buildtool)-$(tt.params.framework)-$(tt.params.cbtype)-review
params:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ spec:
app.edp.epam.com/codebase: $(tt.params.codebase)
app.edp.epam.com/pipelinetype: build
spec:
serviceAccountName: tekton
taskRunTemplate:
serviceAccountName: tekton
pipelineRef:
name: github-$(tt.params.buildtool)-$(tt.params.framework)-$(tt.params.cbtype)-build-$(tt.params.versioning-type)
params:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ spec:
app.edp.epam.com/codebase: $(tt.params.codebase)
app.edp.epam.com/pipelinetype: review
spec:
serviceAccountName: tekton
taskRunTemplate:
serviceAccountName: tekton
pipelineRef:
name: github-$(tt.params.buildtool)-$(tt.params.framework)-$(tt.params.cbtype)-review
params:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ spec:
app.edp.epam.com/codebase: $(tt.params.codebase)
app.edp.epam.com/pipelinetype: build
spec:
serviceAccountName: tekton
taskRunTemplate:
serviceAccountName: tekton
pipelineRef:
name: gitlab-$(tt.params.buildtool)-$(tt.params.framework)-$(tt.params.cbtype)-build-$(tt.params.versioning-type)
params:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ spec:
app.edp.epam.com/codebase: $(tt.params.codebase)
app.edp.epam.com/pipelinetype: review
spec:
serviceAccountName: tekton
taskRunTemplate:
serviceAccountName: tekton
pipelineRef:
name: gitlab-$(tt.params.buildtool)-$(tt.params.framework)-$(tt.params.cbtype)-review
params:
Expand Down

0 comments on commit 4bd9410

Please sign in to comment.