Skip to content

Commit 0903554

Browse files
authored
Merge pull request #619 from michaelhtm/fix/cpu-limits
Correct runtime-tests memory limit
2 parents 9cf0ed9 + a6140a5 commit 0903554

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

prow/jobs/jobs.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Autogenerated. Do NOT update Manually.
2-
# Last generated on 2025-01-23 10:10:14
2+
# Last generated on 2025-01-23 10:43:33
33
periodics:
44
- name: docs-release
55
decorate: true
@@ -22295,7 +22295,7 @@ presubmits:
2229522295
memory: "8192Mi"
2229622296
requests:
2229722297
cpu: 16
22298-
memory: "8192MMi"
22298+
memory: "8192Mi"
2229922299
securityContext:
2230022300
privileged: true
2230122301
env:
@@ -22344,7 +22344,7 @@ presubmits:
2234422344
memory: "8192Mi"
2234522345
requests:
2234622346
cpu: 16
22347-
memory: "8192MMi"
22347+
memory: "8192Mi"
2234822348
securityContext:
2234922349
privileged: true
2235022350
env:
@@ -22394,7 +22394,7 @@ presubmits:
2239422394
memory: "8192Mi"
2239522395
requests:
2239622396
cpu: 16
22397-
memory: "8192MMi"
22397+
memory: "8192Mi"
2239822398
securityContext:
2239922399
privileged: true
2240022400
env:

prow/jobs/labels.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Autogenerated. Do NOT update Manually
2-
# Last generated on 2025-01-23 10:10:14.
2+
# Last generated on 2025-01-23 10:43:33.
33
#
44
# default: global configuration to be applied to all repos
55
# repos: list of repos with specific configuration to be applied in addition to default

prow/jobs/templates/presubmits/runtime_tests.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
memory: "8192Mi"
9292
requests:
9393
cpu: 16
94-
memory: "8192MMi"
94+
memory: "8192Mi"
9595
securityContext:
9696
privileged: true
9797
env:

0 commit comments

Comments
 (0)