Skip to content

Commit ea0be58

Browse files
authored
Test Limit increase (#471)
1 parent 335b58c commit ea0be58

12 files changed

+132
-0
lines changed

.tekton/createtree-pull-request.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,17 @@ spec:
5151
- name: pathInRepo
5252
value: pipelines/docker-build-oci-ta.yaml
5353
resolver: git
54+
taskRunSpecs:
55+
- pipelineTaskName: run-unit-test
56+
stepSpecs:
57+
- computeResources:
58+
limits:
59+
cpu: "3"
60+
memory: 3Gi
61+
requests:
62+
cpu: "3"
63+
memory: 3Gi
64+
name: run-tests
5465
taskRunTemplate:
5566
serviceAccountName: build-pipeline-createtree
5667
workspaces:

.tekton/createtree-push.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,17 @@ spec:
4848
- name: pathInRepo
4949
value: pipelines/docker-build-oci-ta.yaml
5050
resolver: git
51+
taskRunSpecs:
52+
- pipelineTaskName: run-unit-test
53+
stepSpecs:
54+
- computeResources:
55+
limits:
56+
cpu: "3"
57+
memory: 3Gi
58+
requests:
59+
cpu: "3"
60+
memory: 3Gi
61+
name: run-tests
5162
taskRunTemplate:
5263
serviceAccountName: build-pipeline-createtree
5364
workspaces:

.tekton/database-pull-request.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,17 @@ spec:
5353
- name: pathInRepo
5454
value: pipelines/docker-build-oci-ta.yaml
5555
resolver: git
56+
taskRunSpecs:
57+
- pipelineTaskName: run-unit-test
58+
stepSpecs:
59+
- computeResources:
60+
limits:
61+
cpu: "3"
62+
memory: 3Gi
63+
requests:
64+
cpu: "3"
65+
memory: 3Gi
66+
name: run-tests
5667
taskRunTemplate:
5768
serviceAccountName: build-pipeline-database
5869
workspaces:

.tekton/database-push.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,17 @@ spec:
5151
- name: pathInRepo
5252
value: pipelines/docker-build-oci-ta.yaml
5353
resolver: git
54+
taskRunSpecs:
55+
- pipelineTaskName: run-unit-test
56+
stepSpecs:
57+
- computeResources:
58+
limits:
59+
cpu: "3"
60+
memory: 3Gi
61+
requests:
62+
cpu: "3"
63+
memory: 3Gi
64+
name: run-tests
5465
taskRunTemplate:
5566
serviceAccountName: build-pipeline-database
5667
workspaces:

.tekton/logserver-pull-request.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,17 @@ spec:
5252
- name: pathInRepo
5353
value: pipelines/docker-build-oci-ta.yaml
5454
resolver: git
55+
taskRunSpecs:
56+
- pipelineTaskName: run-unit-test
57+
stepSpecs:
58+
- computeResources:
59+
limits:
60+
cpu: "3"
61+
memory: 3Gi
62+
requests:
63+
cpu: "3"
64+
memory: 3Gi
65+
name: run-tests
5566
taskRunTemplate:
5667
serviceAccountName: build-pipeline-logserver
5768
workspaces:

.tekton/logserver-push.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@ spec:
5050
- name: pathInRepo
5151
value: pipelines/docker-build-oci-ta.yaml
5252
resolver: git
53+
taskRunSpecs:
54+
- pipelineTaskName: run-unit-test
55+
stepSpecs:
56+
- computeResources:
57+
limits:
58+
cpu: "3"
59+
memory: 3Gi
60+
requests:
61+
cpu: "3"
62+
memory: 3Gi
63+
name: run-tests
5364
taskRunTemplate:
5465
serviceAccountName: build-pipeline-logserver
5566
workspaces:

.tekton/logsigner-pull-request.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,17 @@ spec:
5252
- name: pathInRepo
5353
value: pipelines/docker-build-oci-ta.yaml
5454
resolver: git
55+
taskRunSpecs:
56+
- pipelineTaskName: run-unit-test
57+
stepSpecs:
58+
- computeResources:
59+
limits:
60+
cpu: "3"
61+
memory: 3Gi
62+
requests:
63+
cpu: "3"
64+
memory: 3Gi
65+
name: run-tests
5566
taskRunTemplate:
5667
serviceAccountName: build-pipeline-logsigner
5768
workspaces:

.tekton/logsigner-push.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@ spec:
5050
- name: pathInRepo
5151
value: pipelines/docker-build-oci-ta.yaml
5252
resolver: git
53+
taskRunSpecs:
54+
- pipelineTaskName: run-unit-test
55+
stepSpecs:
56+
- computeResources:
57+
limits:
58+
cpu: "3"
59+
memory: 3Gi
60+
requests:
61+
cpu: "3"
62+
memory: 3Gi
63+
name: run-tests
5364
taskRunTemplate:
5465
serviceAccountName: build-pipeline-logsigner
5566
workspaces:

.tekton/redis-pull-request.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,17 @@ spec:
4646
- name: pathInRepo
4747
value: pipelines/docker-build-oci-ta.yaml
4848
resolver: git
49+
taskRunSpecs:
50+
- pipelineTaskName: run-unit-test
51+
stepSpecs:
52+
- computeResources:
53+
limits:
54+
cpu: "3"
55+
memory: 3Gi
56+
requests:
57+
cpu: "3"
58+
memory: 3Gi
59+
name: run-tests
4960
taskRunTemplate:
5061
serviceAccountName: build-pipeline-redis
5162
workspaces:

.tekton/redis-push.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,17 @@ spec:
4444
- name: pathInRepo
4545
value: pipelines/docker-build-oci-ta.yaml
4646
resolver: git
47+
taskRunSpecs:
48+
- pipelineTaskName: run-unit-test
49+
stepSpecs:
50+
- computeResources:
51+
limits:
52+
cpu: "3"
53+
memory: 3Gi
54+
requests:
55+
cpu: "3"
56+
memory: 3Gi
57+
name: run-tests
4758
taskRunTemplate:
4859
serviceAccountName: build-pipeline-redis
4960
workspaces:

0 commit comments

Comments
 (0)