Skip to content

Commit aabf68e

Browse files
committed
RHOAIENG-18400: chore(.tekton/): request some greater resources
If we don't choose, there are defaults set https://github.com/konflux-ci/build-definitions/blob/eb11ac8800f6d42848e1635e9d0141fe2417b1a9/task/clair-scan/0.1/clair-scan.yaml#L47-L53 ``` - resources: limits: memory: 2Gi requests: cpu: 100m memory: 256Mi ```
1 parent 5e9d2cd commit aabf68e

File tree

37 files changed

+436
-4
lines changed

37 files changed

+436
-4
lines changed

.tekton/codeserver-ubi9-python-3-11-pull-request.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,18 @@ spec:
605605
optional: true
606606
- name: netrc
607607
optional: true
608+
taskRunSpecs:
609+
- computeResources:
610+
limits:
611+
memory: 8Gi
612+
pipelineTaskName: ecosystem-cert-preflight-checks
613+
- computeResources:
614+
limits:
615+
memory: 8Gi
616+
pipelineTaskName: clair-scan
608617
taskRunTemplate: {}
618+
timeouts:
619+
pipeline: 4h
609620
workspaces:
610621
- name: git-auth
611622
secret:

.tekton/codeserver-ubi9-python-3-11-push.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,18 @@ spec:
598598
optional: true
599599
- name: netrc
600600
optional: true
601+
taskRunSpecs:
602+
- computeResources:
603+
limits:
604+
memory: 8Gi
605+
pipelineTaskName: ecosystem-cert-preflight-checks
606+
- computeResources:
607+
limits:
608+
memory: 8Gi
609+
pipelineTaskName: clair-scan
601610
taskRunTemplate: {}
611+
timeouts:
612+
pipeline: 4h
602613
workspaces:
603614
- name: git-auth
604615
secret:

.tekton/cuda-jupyter-minimal-ubi9-python-3-11-pull-request.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,18 @@ spec:
604604
optional: true
605605
- name: netrc
606606
optional: true
607+
taskRunSpecs:
608+
- computeResources:
609+
limits:
610+
memory: 8Gi
611+
pipelineTaskName: ecosystem-cert-preflight-checks
612+
- computeResources:
613+
limits:
614+
memory: 8Gi
615+
pipelineTaskName: clair-scan
607616
taskRunTemplate: {}
617+
timeouts:
618+
pipeline: 4h
608619
workspaces:
609620
- name: git-auth
610621
secret:

.tekton/cuda-jupyter-minimal-ubi9-python-3-11-push.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,18 @@ spec:
598598
optional: true
599599
- name: netrc
600600
optional: true
601+
taskRunSpecs:
602+
- computeResources:
603+
limits:
604+
memory: 8Gi
605+
pipelineTaskName: ecosystem-cert-preflight-checks
606+
- computeResources:
607+
limits:
608+
memory: 8Gi
609+
pipelineTaskName: clair-scan
601610
taskRunTemplate: {}
611+
timeouts:
612+
pipeline: 4h
602613
workspaces:
603614
- name: git-auth
604615
secret:

.tekton/cuda-jupyter-pytorch-ubi9-python-3-11-pull-request.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,18 @@ spec:
607607
optional: true
608608
- name: netrc
609609
optional: true
610+
taskRunSpecs:
611+
- computeResources:
612+
limits:
613+
memory: 8Gi
614+
pipelineTaskName: ecosystem-cert-preflight-checks
615+
- computeResources:
616+
limits:
617+
memory: 8Gi
618+
pipelineTaskName: clair-scan
610619
taskRunTemplate: {}
620+
timeouts:
621+
pipeline: 4h
611622
workspaces:
612623
- name: git-auth
613624
secret:

.tekton/cuda-jupyter-pytorch-ubi9-python-3-11-push.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,18 @@ spec:
598598
optional: true
599599
- name: netrc
600600
optional: true
601+
taskRunSpecs:
602+
- computeResources:
603+
limits:
604+
memory: 8Gi
605+
pipelineTaskName: ecosystem-cert-preflight-checks
606+
- computeResources:
607+
limits:
608+
memory: 8Gi
609+
pipelineTaskName: clair-scan
601610
taskRunTemplate: {}
611+
timeouts:
612+
pipeline: 4h
602613
workspaces:
603614
- name: git-auth
604615
secret:

.tekton/cuda-jupyter-tensorflow-ubi9-python-3-11-pull-request.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,18 @@ spec:
607607
optional: true
608608
- name: netrc
609609
optional: true
610+
taskRunSpecs:
611+
- computeResources:
612+
limits:
613+
memory: 8Gi
614+
pipelineTaskName: ecosystem-cert-preflight-checks
615+
- computeResources:
616+
limits:
617+
memory: 8Gi
618+
pipelineTaskName: clair-scan
610619
taskRunTemplate: {}
620+
timeouts:
621+
pipeline: 4h
611622
workspaces:
612623
- name: git-auth
613624
secret:

.tekton/cuda-jupyter-tensorflow-ubi9-python-3-11-push.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,18 @@ spec:
598598
optional: true
599599
- name: netrc
600600
optional: true
601+
taskRunSpecs:
602+
- computeResources:
603+
limits:
604+
memory: 8Gi
605+
pipelineTaskName: ecosystem-cert-preflight-checks
606+
- computeResources:
607+
limits:
608+
memory: 8Gi
609+
pipelineTaskName: clair-scan
601610
taskRunTemplate: {}
611+
timeouts:
612+
pipeline: 4h
602613
workspaces:
603614
- name: git-auth
604615
secret:

.tekton/cuda-rstudio-c9s-python-3-11-pull-request.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,18 @@ spec:
608608
optional: true
609609
- name: netrc
610610
optional: true
611+
taskRunSpecs:
612+
- computeResources:
613+
limits:
614+
memory: 8Gi
615+
pipelineTaskName: ecosystem-cert-preflight-checks
616+
- computeResources:
617+
limits:
618+
memory: 8Gi
619+
pipelineTaskName: clair-scan
611620
taskRunTemplate: {}
621+
timeouts:
622+
pipeline: 4h
612623
workspaces:
613624
- name: git-auth
614625
secret:

.tekton/cuda-rstudio-c9s-python-3-11-push.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,18 @@ spec:
598598
optional: true
599599
- name: netrc
600600
optional: true
601+
taskRunSpecs:
602+
- computeResources:
603+
limits:
604+
memory: 8Gi
605+
pipelineTaskName: ecosystem-cert-preflight-checks
606+
- computeResources:
607+
limits:
608+
memory: 8Gi
609+
pipelineTaskName: clair-scan
601610
taskRunTemplate: {}
611+
timeouts:
612+
pipeline: 4h
602613
workspaces:
603614
- name: git-auth
604615
secret:

.tekton/jupyter-datascience-ubi9-python-3-11-pull-request.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,18 @@ spec:
606606
optional: true
607607
- name: netrc
608608
optional: true
609+
taskRunSpecs:
610+
- computeResources:
611+
limits:
612+
memory: 8Gi
613+
pipelineTaskName: ecosystem-cert-preflight-checks
614+
- computeResources:
615+
limits:
616+
memory: 8Gi
617+
pipelineTaskName: clair-scan
609618
taskRunTemplate: {}
619+
timeouts:
620+
pipeline: 4h
610621
workspaces:
611622
- name: git-auth
612623
secret:

.tekton/jupyter-datascience-ubi9-python-3-11-push.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,18 @@ spec:
598598
optional: true
599599
- name: netrc
600600
optional: true
601+
taskRunSpecs:
602+
- computeResources:
603+
limits:
604+
memory: 8Gi
605+
pipelineTaskName: ecosystem-cert-preflight-checks
606+
- computeResources:
607+
limits:
608+
memory: 8Gi
609+
pipelineTaskName: clair-scan
601610
taskRunTemplate: {}
611+
timeouts:
612+
pipeline: 4h
602613
workspaces:
603614
- name: git-auth
604615
secret:

.tekton/jupyter-minimal-ubi9-python-3-11-pull-request.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,18 @@ spec:
603603
optional: true
604604
- name: netrc
605605
optional: true
606+
taskRunSpecs:
607+
- computeResources:
608+
limits:
609+
memory: 8Gi
610+
pipelineTaskName: ecosystem-cert-preflight-checks
611+
- computeResources:
612+
limits:
613+
memory: 8Gi
614+
pipelineTaskName: clair-scan
606615
taskRunTemplate: {}
616+
timeouts:
617+
pipeline: 4h
607618
workspaces:
608619
- name: git-auth
609620
secret:

.tekton/jupyter-minimal-ubi9-python-3-11-push.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,18 @@ spec:
598598
optional: true
599599
- name: netrc
600600
optional: true
601+
taskRunSpecs:
602+
- computeResources:
603+
limits:
604+
memory: 8Gi
605+
pipelineTaskName: ecosystem-cert-preflight-checks
606+
- computeResources:
607+
limits:
608+
memory: 8Gi
609+
pipelineTaskName: clair-scan
601610
taskRunTemplate: {}
611+
timeouts:
612+
pipeline: 4h
602613
workspaces:
603614
- name: git-auth
604615
secret:

.tekton/jupyter-trustyai-ubi9-python-3-11-pull-request.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,18 @@ spec:
606606
optional: true
607607
- name: netrc
608608
optional: true
609+
taskRunSpecs:
610+
- computeResources:
611+
limits:
612+
memory: 8Gi
613+
pipelineTaskName: ecosystem-cert-preflight-checks
614+
- computeResources:
615+
limits:
616+
memory: 8Gi
617+
pipelineTaskName: clair-scan
609618
taskRunTemplate: {}
619+
timeouts:
620+
pipeline: 4h
610621
workspaces:
611622
- name: git-auth
612623
secret:

.tekton/jupyter-trustyai-ubi9-python-3-11-push.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,18 @@ spec:
598598
optional: true
599599
- name: netrc
600600
optional: true
601+
taskRunSpecs:
602+
- computeResources:
603+
limits:
604+
memory: 8Gi
605+
pipelineTaskName: ecosystem-cert-preflight-checks
606+
- computeResources:
607+
limits:
608+
memory: 8Gi
609+
pipelineTaskName: clair-scan
601610
taskRunTemplate: {}
611+
timeouts:
612+
pipeline: 4h
602613
workspaces:
603614
- name: git-auth
604615
secret:

.tekton/rocm-jupyter-minimal-ubi9-python-3-11-pull-request.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,18 @@ spec:
603603
optional: true
604604
- name: netrc
605605
optional: true
606+
taskRunSpecs:
607+
- computeResources:
608+
limits:
609+
memory: 8Gi
610+
pipelineTaskName: ecosystem-cert-preflight-checks
611+
- computeResources:
612+
limits:
613+
memory: 8Gi
614+
pipelineTaskName: clair-scan
606615
taskRunTemplate: {}
616+
timeouts:
617+
pipeline: 4h
607618
workspaces:
608619
- name: git-auth
609620
secret:

.tekton/rocm-jupyter-minimal-ubi9-python-3-11-push.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,18 @@ spec:
598598
optional: true
599599
- name: netrc
600600
optional: true
601+
taskRunSpecs:
602+
- computeResources:
603+
limits:
604+
memory: 8Gi
605+
pipelineTaskName: ecosystem-cert-preflight-checks
606+
- computeResources:
607+
limits:
608+
memory: 8Gi
609+
pipelineTaskName: clair-scan
601610
taskRunTemplate: {}
611+
timeouts:
612+
pipeline: 4h
602613
workspaces:
603614
- name: git-auth
604615
secret:

.tekton/rocm-jupyter-pytorch-ubi9-python-3-11-pull-request.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,18 @@ spec:
607607
optional: true
608608
- name: netrc
609609
optional: true
610+
taskRunSpecs:
611+
- computeResources:
612+
limits:
613+
memory: 8Gi
614+
pipelineTaskName: ecosystem-cert-preflight-checks
615+
- computeResources:
616+
limits:
617+
memory: 8Gi
618+
pipelineTaskName: clair-scan
610619
taskRunTemplate: {}
620+
timeouts:
621+
pipeline: 4h
611622
workspaces:
612623
- name: git-auth
613624
secret:

.tekton/rocm-jupyter-pytorch-ubi9-python-3-11-push.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,18 @@ spec:
598598
optional: true
599599
- name: netrc
600600
optional: true
601+
taskRunSpecs:
602+
- computeResources:
603+
limits:
604+
memory: 8Gi
605+
pipelineTaskName: ecosystem-cert-preflight-checks
606+
- computeResources:
607+
limits:
608+
memory: 8Gi
609+
pipelineTaskName: clair-scan
601610
taskRunTemplate: {}
611+
timeouts:
612+
pipeline: 4h
602613
workspaces:
603614
- name: git-auth
604615
secret:

.tekton/rocm-jupyter-tensorflow-ubi9-python-3-11-pull-request.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,18 @@ spec:
606606
optional: true
607607
- name: netrc
608608
optional: true
609+
taskRunSpecs:
610+
- computeResources:
611+
limits:
612+
memory: 8Gi
613+
pipelineTaskName: ecosystem-cert-preflight-checks
614+
- computeResources:
615+
limits:
616+
memory: 8Gi
617+
pipelineTaskName: clair-scan
609618
taskRunTemplate: {}
619+
timeouts:
620+
pipeline: 4h
610621
workspaces:
611622
- name: git-auth
612623
secret:

0 commit comments

Comments
 (0)