Skip to content

Commit

Permalink
update release pipeline to use git resolver
Browse files Browse the repository at this point in the history
update release pipeline

update release pipeline
  • Loading branch information
jsminem committed Apr 29, 2023
1 parent abd1849 commit c73bdfb
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions tekton/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ spec:
- name: git-clone
taskRef:
name: git-clone
resolver: git
params:
- name: repo
value: catalog
- name: org
value: tektoncd
- name: revision
value: 835896be3d306356f896c51d1b53fd1130ecfa6a
- name: pathInRepo
value: task/git-clone/0.9/git-clone.yaml
workspaces:
- name: output
workspace: workarea
Expand All @@ -67,6 +77,15 @@ spec:
runAfter: [git-clone]
taskRef:
name: prerelease-checks
resolver: git
- name: repo
value: plumbing
- name: org
value: tektoncd
- name: revision
value: aeed19e5a36f335ebfdc4b96fa78d1ce5bb4f7b8
- name: pathInRepo
value: tekton/resources/release/base/prerelease_checks.yaml
params:
- name: package
value: $(params.package)
Expand All @@ -82,6 +101,16 @@ spec:
runAfter: [precheck]
taskRef:
name: golang-test
resolver: git
params:
- name: repo
value: catalog
- name: org
value: tektoncd
- name: revision
value: 835896be3d306356f896c51d1b53fd1130ecfa6a
- name: pathInRepo
value: task/golang-test/0.2/golang-test.yaml
params:
- name: package
value: $(params.package)
Expand Down Expand Up @@ -145,6 +174,16 @@ spec:
runAfter: [publish-images]
taskRef:
name: gcs-upload
resolver: git
params:
- name: repo
value: catalog
- name: org
value: tekton
- name: revision
value: 835896be3d306356f896c51d1b53fd1130ecfa6a
- name: pathInRepo
value: task/gcs-upload/0.3/gcs-upload.yaml
workspaces:
- name: credentials
workspace: release-secret
Expand All @@ -166,6 +205,16 @@ spec:
values: ["true"]
taskRef:
name: gcs-upload
resolver: git
params:
- name: repo
value: catalog
- name: org
value: tekton
- name: revision
value: 835896be3d306356f896c51d1b53fd1130ecfa6a
- name: pathInRepo
value: task/gcs-upload/0.3/gcs-upload.yaml
workspaces:
- name: credentials
workspace: release-secret
Expand Down

0 comments on commit c73bdfb

Please sign in to comment.