Skip to content

Commit 8a5f040

Browse files
add resources for clair and ecosystem check
1 parent b7d6346 commit 8a5f040

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.tekton/rocm-runtime-tensorflow-kpoc-push.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,26 @@ spec:
4646
limits:
4747
cpu: '16'
4848
memory: 32Gi
49+
- pipelineTaskName: ecosystem-cert-preflight-checks
50+
stepSpecs:
51+
- name: build
52+
computeResources:
53+
requests:
54+
cpu: '8'
55+
memory: 16Gi
56+
limits:
57+
cpu: '16'
58+
memory: 32Gi
59+
- pipelineTaskName: clair-scan
60+
stepSpecs:
61+
- name: build
62+
computeResources:
63+
requests:
64+
cpu: '8'
65+
memory: 16Gi
66+
limits:
67+
cpu: '16'
68+
memory: 32Gi
4969
pipelineSpec:
5070
description: |
5171
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.

0 commit comments

Comments
 (0)