Skip to content

Commit

Permalink
Increase resource request for ecosystem-cert-preflight-checks (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran authored Sep 24, 2024
1 parent 79f90c2 commit 56f7515
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .tekton/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ spec:
cpu: 1500m
memory: 4Gi

- pipelineTaskName: ecosystem-cert-preflight-checks
computeResources:
requests:
memory: 1Gi

timeouts:
tasks: 2h

Expand Down
5 changes: 5 additions & 0 deletions .tekton/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ spec:
cpu: 1500m
memory: 4Gi

- pipelineTaskName: ecosystem-cert-preflight-checks
computeResources:
requests:
memory: 1Gi

timeouts:
tasks: 2h

Expand Down

0 comments on commit 56f7515

Please sign in to comment.