Skip to content

Commit

Permalink
feat(CI): update konflux
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman authored and jiridostal committed Oct 3, 2024
1 parent 1e2efcc commit d45aaed
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
20 changes: 19 additions & 1 deletion .tekton/advisor-frontend-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,14 +214,32 @@ spec:
workspace: git-auth
- name: netrc
workspace: netrc
- name: parse-build-deploy-script
params:
- name: path-context
value: $(params.path-context)
taskRef:
resolver: git
params:
- name: url
value: https://github.com/RedHatInsights/konflux-consoledot-frontend-build
- name: revision
value: 2fcdfa9b4858ac941b50ad37317c4f9aaabf91b4
- name: pathInRepo
value: tasks/parse-build-deploy-script/parse-build-deploy-script.yaml
workspaces:
- name: source
workspace: workspace
runAfter:
- clone-repository
- name: create-frontend-dockerfile
taskRef:
resolver: git
params:
- name: url
value: https://github.com/RedHatInsights/konflux-consoledot-frontend-build
- name: revision
value: a6838b71b88dc1e84f11764c9734e4880096585d # replace with the latest commit from https://github.com/RedHatInsights/konflux-consoledot-frontend-build/commits
value: 2fcdfa9b4858ac941b50ad37317c4f9aaabf91b4
- name: pathInRepo
value: tasks/create-frontend-dockerfile/create-frontend-dockerfile.yaml
workspaces:
Expand Down
20 changes: 19 additions & 1 deletion .tekton/advisor-frontend-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,14 +211,32 @@ spec:
workspace: git-auth
- name: netrc
workspace: netrc
- name: parse-build-deploy-script
params:
- name: path-context
value: $(params.path-context)
taskRef:
resolver: git
params:
- name: url
value: https://github.com/RedHatInsights/konflux-consoledot-frontend-build
- name: revision
value: 2fcdfa9b4858ac941b50ad37317c4f9aaabf91b4
- name: pathInRepo
value: tasks/parse-build-deploy-script/parse-build-deploy-script.yaml
workspaces:
- name: source
workspace: workspace
runAfter:
- clone-repository
- name: create-frontend-dockerfile
taskRef:
resolver: git
params:
- name: url
value: https://github.com/RedHatInsights/konflux-consoledot-frontend-build
- name: revision
value: a6838b71b88dc1e84f11764c9734e4880096585d # replace with the latest commit from https://github.com/RedHatInsights/konflux-consoledot-frontend-build/commits
value: 2fcdfa9b4858ac941b50ad37317c4f9aaabf91b4
- name: pathInRepo
value: tasks/create-frontend-dockerfile/create-frontend-dockerfile.yaml
workspaces:
Expand Down

0 comments on commit d45aaed

Please sign in to comment.