Skip to content

Commit

Permalink
Merge pull request #28 from ansible/TamiTakamiya/konflux-build-fix
Browse files Browse the repository at this point in the history
Konflux build fix
  • Loading branch information
TamiTakamiya authored Nov 17, 2024
2 parents 971ec42 + f53e748 commit 71c0214
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .tekton/ansible-chatbot-service-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ spec:
value: .
- name: revision
value: "{{revision}}"
taskRunSpecs:
- pipelineTaskName: clair-scan
computeResources:
requests:
cpu: '1'
memory: 8Gi
limits:
memory: 16Gi
pipelineSpec:
finally:
- name: show-sbom
Expand Down
8 changes: 8 additions & 0 deletions .tekton/ansible-chatbot-service-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ spec:
value: .
- name: revision
value: "{{revision}}"
taskRunSpecs:
- pipelineTaskName: clair-scan
computeResources:
requests:
cpu: '1'
memory: 8Gi
limits:
memory: 16Gi
pipelineSpec:
finally:
- name: show-sbom
Expand Down

0 comments on commit 71c0214

Please sign in to comment.