Skip to content

Commit

Permalink
Allocate more memory to ecosystem-cert-preflight-checks pipeline task
Browse files Browse the repository at this point in the history
  • Loading branch information
TamiTakamiya committed Jan 24, 2025
1 parent 85a0420 commit 309aea2
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 @@ -34,6 +34,14 @@ spec:
- name: revision
value: "{{revision}}"
taskRunSpecs:
- pipelineTaskName: ecosystem-cert-preflight-checks
stepSpecs:
- name: check-container
computeResources:
requests:
memory: 4Gi
limits:
memory: 4Gi
- pipelineTaskName: clair-scan
computeResources:
requests:
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 @@ -29,6 +29,14 @@ spec:
- name: revision
value: "{{revision}}"
taskRunSpecs:
- pipelineTaskName: ecosystem-cert-preflight-checks
stepSpecs:
- name: check-container
computeResources:
requests:
memory: 4Gi
limits:
memory: 4Gi
- pipelineTaskName: clair-scan
computeResources:
requests:
Expand Down

0 comments on commit 309aea2

Please sign in to comment.