Skip to content

Commit

Permalink
increase resource limits
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPowr committed Nov 22, 2024
1 parent 8ad0143 commit 2e400a9
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .tekton/backfill-redis-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@ spec:
value: [{"path": ".", "type": "gomod"}, {"path": "./hack/tools", "type": "gomod"}]
- name: go_unit_test
value: true
taskRunSpecs:
- pipelineTaskName: prefetch-dependencies
stepSpecs:
- name: prefetch-dependencies
computeResources:
requests:
cpu: '3'
memory: 3Gi
limits:
cpu: '3'
memory: 3Gi
pipelineRef:
resolver: git
params:
Expand Down
11 changes: 11 additions & 0 deletions .tekton/backfill-redis-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@ spec:
value: [{"path": ".", "type": "gomod"}, {"path": "./hack/tools", "type": "gomod"}]
- name: go_unit_test
value: true
taskRunSpecs:
- pipelineTaskName: prefetch-dependencies
stepSpecs:
- name: prefetch-dependencies
computeResources:
requests:
cpu: '3'
memory: 3Gi
limits:
cpu: '3'
memory: 3Gi
pipelineRef:
resolver: git
params:
Expand Down
11 changes: 11 additions & 0 deletions .tekton/rekor-cli-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@ spec:
value: "true"
- name: go_unit_test
value: true
taskRunSpecs:
- pipelineTaskName: prefetch-dependencies
stepSpecs:
- name: prefetch-dependencies
computeResources:
requests:
cpu: '3'
memory: 3Gi
limits:
cpu: '3'
memory: 3Gi
pipelineRef:
resolver: git
params:
Expand Down
11 changes: 11 additions & 0 deletions .tekton/rekor-cli-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@ spec:
value: "true"
- name: go_unit_test
value: true
taskRunSpecs:
- pipelineTaskName: prefetch-dependencies
stepSpecs:
- name: prefetch-dependencies
computeResources:
requests:
cpu: '3'
memory: 3Gi
limits:
cpu: '3'
memory: 3Gi
pipelineRef:
resolver: git
params:
Expand Down
11 changes: 11 additions & 0 deletions .tekton/rekor-server-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@ spec:
value: [{"path": ".", "type": "gomod"}, {"path": "./hack/tools", "type": "gomod"}]
- name: go_unit_test
value: true
taskRunSpecs:
- pipelineTaskName: prefetch-dependencies
stepSpecs:
- name: prefetch-dependencies
computeResources:
requests:
cpu: '3'
memory: 3Gi
limits:
cpu: '3'
memory: 3Gi
pipelineRef:
resolver: git
params:
Expand Down
11 changes: 11 additions & 0 deletions .tekton/rekor-server-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@ spec:
value: [{"path": ".", "type": "gomod"}, {"path": "./hack/tools", "type": "gomod"}]
- name: go_unit_test
value: true
taskRunSpecs:
- pipelineTaskName: prefetch-dependencies
stepSpecs:
- name: prefetch-dependencies
computeResources:
requests:
cpu: '3'
memory: 3Gi
limits:
cpu: '3'
memory: 3Gi
pipelineRef:
resolver: git
params:
Expand Down

0 comments on commit 2e400a9

Please sign in to comment.