Skip to content

Commit d64e520

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 d64e520

File tree

37 files changed

+462
-29
lines changed

37 files changed

+462
-29
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

+14-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ metadata:
1111
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1212
pipelinesascode.tekton.dev/max-keep-runs: '3'
1313
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
14-
== "main" && ( "cuda/ubi9-python-3.11/NGC-DL-CONTAINER-LICENSE".pathChanged()
15-
|| "cuda/ubi9-python-3.11/cuda.repo-x86_64".pathChanged() || "jupyter/minimal/ubi9-python-3.11/Pipfile.lock".pathChanged()
16-
|| "jupyter/minimal/ubi9-python-3.11/start-notebook.sh".pathChanged() || "jupyter/utils/***".pathChanged()
17-
|| ".tekton/cuda-jupyter-minimal-ubi9-python-3-11-pull-request.yaml".pathChanged()
14+
== "main" && ( "cuda/NGC-DL-CONTAINER-LICENSE".pathChanged() || "cuda/cuda.repo-x86_64".pathChanged()
15+
|| "jupyter/minimal/ubi9-python-3.11/Pipfile.lock".pathChanged() || "jupyter/minimal/ubi9-python-3.11/start-notebook.sh".pathChanged()
16+
|| "jupyter/utils/***".pathChanged() || ".tekton/cuda-jupyter-minimal-ubi9-python-3-11-pull-request.yaml".pathChanged()
1817
|| "jupyter/minimal/ubi9-python-3.11/Dockerfile.cuda".pathChanged() ) && has(body.repository)
1918
&& body.repository.full_name == "opendatahub-io/notebooks"
2019
creationTimestamp: null
@@ -604,7 +603,18 @@ spec:
604603
optional: true
605604
- name: netrc
606605
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
607615
taskRunTemplate: {}
616+
timeouts:
617+
pipeline: 4h
608618
workspaces:
609619
- name: git-auth
610620
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

+13-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ metadata:
1111
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1212
pipelinesascode.tekton.dev/max-keep-runs: '3'
1313
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
14-
== "main" && ( "cuda/ubi9-python-3.11/NGC-DL-CONTAINER-LICENSE".pathChanged()
15-
|| "cuda/ubi9-python-3.11/cuda.repo-x86_64".pathChanged() || "jupyter/datascience/ubi9-python-3.11/mongodb-org-6.0.repo-x86_64".pathChanged()
14+
== "main" && ( "cuda/NGC-DL-CONTAINER-LICENSE".pathChanged() || "cuda/cuda.repo-x86_64".pathChanged()
15+
|| "jupyter/datascience/ubi9-python-3.11/mongodb-org-6.0.repo-x86_64".pathChanged()
1616
|| "jupyter/datascience/ubi9-python-3.11/mssql-2022.repo-x86_64".pathChanged()
1717
|| "jupyter/datascience/ubi9-python-3.11/runtime-images/***".pathChanged() ||
1818
"jupyter/datascience/ubi9-python-3.11/setup-elyra.sh".pathChanged() || "jupyter/datascience/ubi9-python-3.11/utils/***".pathChanged()
@@ -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

+13-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ metadata:
1111
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1212
pipelinesascode.tekton.dev/max-keep-runs: '3'
1313
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
14-
== "main" && ( "cuda/ubi9-python-3.11/NGC-DL-CONTAINER-LICENSE".pathChanged()
15-
|| "cuda/ubi9-python-3.11/cuda.repo-x86_64".pathChanged() || "jupyter/datascience/ubi9-python-3.11/mongodb-org-6.0.repo-x86_64".pathChanged()
14+
== "main" && ( "cuda/NGC-DL-CONTAINER-LICENSE".pathChanged() || "cuda/cuda.repo-x86_64".pathChanged()
15+
|| "jupyter/datascience/ubi9-python-3.11/mongodb-org-6.0.repo-x86_64".pathChanged()
1616
|| "jupyter/datascience/ubi9-python-3.11/mssql-2022.repo-x86_64".pathChanged()
1717
|| "jupyter/datascience/ubi9-python-3.11/runtime-images/***".pathChanged() ||
1818
"jupyter/datascience/ubi9-python-3.11/setup-elyra.sh".pathChanged() || "jupyter/datascience/ubi9-python-3.11/utils/***".pathChanged()
@@ -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

+13-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ metadata:
1111
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1212
pipelinesascode.tekton.dev/max-keep-runs: '3'
1313
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
14-
== "main" && ( "cuda/c9s-python-3.11/NGC-DL-CONTAINER-LICENSE".pathChanged()
15-
|| "cuda/c9s-python-3.11/cuda.repo-x86_64".pathChanged() || "rstudio/c9s-python-3.11/Pipfile.lock".pathChanged()
14+
== "main" && ( "cuda/NGC-DL-CONTAINER-LICENSE".pathChanged() || "cuda/cuda.repo-x86_64".pathChanged()
15+
|| "rstudio/c9s-python-3.11/Pipfile.lock".pathChanged() || "rstudio/c9s-python-3.11/install_packages.R".pathChanged()
1616
|| "rstudio/c9s-python-3.11/nginx/api/***".pathChanged() || "rstudio/c9s-python-3.11/nginx/httpconf/***".pathChanged()
1717
|| "rstudio/c9s-python-3.11/nginx/root/***".pathChanged() || "rstudio/c9s-python-3.11/nginx/serverconf/***".pathChanged()
1818
|| "rstudio/c9s-python-3.11/rsession.conf".pathChanged() || "rstudio/c9s-python-3.11/rsession.sh".pathChanged()
@@ -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

+13-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ metadata:
1414
== "main" && ( "jupyter/datascience/ubi9-python-3.11/Pipfile.lock".pathChanged()
1515
|| "jupyter/datascience/ubi9-python-3.11/mongodb-org-6.0.repo-x86_64".pathChanged()
1616
|| "jupyter/datascience/ubi9-python-3.11/mssql-2022.repo-x86_64".pathChanged()
17-
|| "jupyter/datascience/ubi9-python-3.11/setup-elyra.sh".pathChanged() || "jupyter/datascience/ubi9-python-3.11/utils/***".pathChanged()
17+
|| "jupyter/datascience/ubi9-python-3.11/runtime-images/***".pathChanged() ||
18+
"jupyter/datascience/ubi9-python-3.11/setup-elyra.sh".pathChanged() || "jupyter/datascience/ubi9-python-3.11/utils/***".pathChanged()
1819
|| "jupyter/minimal/ubi9-python-3.11/start-notebook.sh".pathChanged() || "jupyter/utils/***".pathChanged()
1920
|| ".tekton/jupyter-datascience-ubi9-python-3-11-pull-request.yaml".pathChanged()
2021
|| "jupyter/datascience/ubi9-python-3.11/Dockerfile.cpu".pathChanged() ) &&
@@ -606,7 +607,18 @@ spec:
606607
optional: true
607608
- name: netrc
608609
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
609619
taskRunTemplate: {}
620+
timeouts:
621+
pipeline: 4h
610622
workspaces:
611623
- name: git-auth
612624
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:

0 commit comments

Comments
 (0)