Skip to content

Commit 0039f78

Browse files
Merge pull request #2796 from wgahnagl/sast_unicode_check
[WINC-1380] increases resource limits to avoid OOMkilling
2 parents 8d52b8f + 0e7be4a commit 0039f78

4 files changed

+36
-0
lines changed

.tekton/windows-machine-config-operator-bundle-master-pull-request.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ spec:
3535
value: quay.io/redhat-user-workloads/windows-machine-conf-tenant/windows-machine-config-operator/windows-machine-config-operator-bundle-master:on-pr-{{revision}}
3636
- name: revision
3737
value: '{{revision}}'
38+
taskRunSpecs:
39+
- pipelineTaskName: build-source-image
40+
stepSpecs:
41+
- name: build
42+
computeResources:
43+
requests:
44+
memory: 10Gi
45+
limits:
46+
memory: 10Gi
3847
pipelineSpec:
3948
finally:
4049
- name: show-sbom

.tekton/windows-machine-config-operator-bundle-master-push.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ spec:
3232
value: quay.io/redhat-user-workloads/windows-machine-conf-tenant/windows-machine-config-operator/windows-machine-config-operator-bundle-master:{{revision}}
3333
- name: revision
3434
value: '{{revision}}'
35+
taskRunSpecs:
36+
- pipelineTaskName: build-source-image
37+
stepSpecs:
38+
- name: build
39+
computeResources:
40+
requests:
41+
memory: 10Gi
42+
limits:
43+
memory: 10Gi
3544
pipelineSpec:
3645
finally:
3746
- name: show-sbom

.tekton/windows-machine-config-operator-master-pull-request.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ spec:
3535
value: quay.io/redhat-user-workloads/windows-machine-conf-tenant/windows-machine-config-operator/windows-machine-config-operator-master:on-pr-{{revision}}
3636
- name: revision
3737
value: '{{revision}}'
38+
taskRunSpecs:
39+
- pipelineTaskName: build-source-image
40+
stepSpecs:
41+
- name: build
42+
computeResources:
43+
requests:
44+
memory: 10Gi
45+
limits:
46+
memory: 10Gi
3847
pipelineSpec:
3948
finally:
4049
- name: show-sbom

.tekton/windows-machine-config-operator-master-push.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ spec:
3232
value: quay.io/redhat-user-workloads/windows-machine-conf-tenant/windows-machine-config-operator/windows-machine-config-operator-master:{{revision}}
3333
- name: revision
3434
value: '{{revision}}'
35+
taskRunSpecs:
36+
- pipelineTaskName: build-source-image
37+
stepSpecs:
38+
- name: build
39+
computeResources:
40+
requests:
41+
memory: 10Gi
42+
limits:
43+
memory: 10Gi
3544
pipelineSpec:
3645
finally:
3746
- name: show-sbom

0 commit comments

Comments
 (0)