Skip to content

Commit

Permalink
Fix konflux dockerfile path and add pull request changes
Browse files Browse the repository at this point in the history
Signed-off-by: Roy Golan <[email protected]>
  • Loading branch information
rgolangh committed Jun 19, 2024
1 parent c3f9e6a commit 2fe144b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .tekton/move2kube-serverless-workflow-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ spec:
- name: git-url
value: '{{source_url}}'
- name: image-expires-after
value: 5d
value: 2d
- name: output-image
value: quay.io/redhat-user-workloads/orchestrator-releng-tenant/serverless-workflows/move2kube-serverless-workflow:on-pr-{{revision}}
- name: path-context
value: move2kube
- name: revision
value: '{{revision}}'
- name: build-args-file
value: move2kube/argfile.conf
pipelineSpec:
finally:
- name: show-sbom
Expand Down
2 changes: 1 addition & 1 deletion .tekton/move2kube-serverless-workflow-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
spec:
params:
- name: dockerfile
value: pipeline/workflow-builder.konflux.Dockerfile
value: pipeline/workflow-builder.Dockerfile
- name: git-url
value: '{{source_url}}'
- name: output-image
Expand Down
4 changes: 3 additions & 1 deletion .tekton/mta-serverless-workflow-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ spec:
- name: git-url
value: '{{source_url}}'
- name: image-expires-after
value: 5d
value: 1d
- name: output-image
value: quay.io/redhat-user-workloads/orchestrator-releng-tenant/serverless-workflows/mta-serverless-workflow:on-pr-{{revision}}
- name: path-context
value: mta
- name: revision
value: '{{revision}}'
- name: build-args-file
value: mta/argfile.conf
pipelineSpec:
finally:
- name: show-sbom
Expand Down
2 changes: 1 addition & 1 deletion .tekton/mta-serverless-workflow-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
spec:
params:
- name: dockerfile
value: pipeline/workflow-builder.konflux.Dockerfile
value: pipeline/workflow-builder.Dockerfile
- name: git-url
value: '{{source_url}}'
- name: output-image
Expand Down

0 comments on commit 2fe144b

Please sign in to comment.