Skip to content

Commit d0a3fc3

Browse files
authored
override compute resource for build-container task
1 parent 7268500 commit d0a3fc3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.tekton/training-rocm-push.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ spec:
3232
- name: path-context
3333
value: images/runtime/training/rocm
3434
taskRunSpecs:
35+
- pipelineTaskName: build-container
36+
computeResources:
37+
requests:
38+
cpu: '8'
39+
memory: 16Gi
40+
limits:
41+
cpu: '16'
42+
memory: 32Gi
3543
- pipelineTaskName: ecosystem-cert-preflight-checks
3644
computeResources:
3745
requests:

0 commit comments

Comments
 (0)