Skip to content

Commit 31c215d

Browse files
authored
Increase memory limit for deploy docs post-submit job (#815)
Issue #, if available: Description of changes: By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 1f3890d commit 31c215d

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

prow/agent-workflows/agent-workflows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Autogenerated. Do NOT update Manually
2-
# Last generated on 2026-01-22 10:23:14.
2+
# Last generated on 2026-01-22 11:07:42.
33
#
44
workflows:
55
add-resource:

prow/jobs/jobs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Autogenerated. Do NOT update Manually.
2-
# Last generated on 2026-01-22 10:23:14
2+
# Last generated on 2026-01-22 11:07:42
33
periodics:
44
- name: docs-release
55
decorate: true
@@ -26666,10 +26666,10 @@ postsubmits:
2666626666
resources:
2666726667
limits:
2666826668
cpu: 2
26669-
memory: "4096Mi"
26669+
memory: "8Gi"
2667026670
requests:
2667126671
cpu: 2
26672-
memory: "4096Mi"
26672+
memory: "8Gi"
2667326673
command: ["/scripts/deploy-docs.sh"]
2667426674
branches:
2667526675
- main

prow/jobs/jobs.yaml.gz

11 Bytes
Binary file not shown.

prow/jobs/labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Autogenerated. Do NOT update Manually
2-
# Last generated on 2026-01-22 10:23:14.
2+
# Last generated on 2026-01-22 11:07:42.
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/postsubmits/docs_website.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
resources:
1717
limits:
1818
cpu: 2
19-
memory: "4096Mi"
19+
memory: "8Gi"
2020
requests:
2121
cpu: 2
22-
memory: "4096Mi"
22+
memory: "8Gi"
2323
command: ["/scripts/deploy-docs.sh"]
2424
branches:
2525
- main

prow/plugins/deployments/agent-plugin/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Autogenerated. Do NOT update Manually
2-
# Last generated on 2026-01-22 10:23:14.
2+
# Last generated on 2026-01-22 11:07:42.
33
#
44
apiVersion: apps/v1
55
kind: Deployment

prow/plugins/deployments/agent-plugin/rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Autogenerated. Do NOT update Manually
2-
# Last generated on 2026-01-22 10:23:14.
2+
# Last generated on 2026-01-22 11:07:42.
33
#
44
apiVersion: v1
55
kind: ServiceAccount

prow/plugins/deployments/agent-plugin/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Autogenerated. Do NOT update Manually
2-
# Last generated on 2026-01-22 10:23:14.
2+
# Last generated on 2026-01-22 11:07:42.
33
#
44
apiVersion: v1
55
kind: Service

0 commit comments

Comments
 (0)