Skip to content

Commit

Permalink
Increase memory request/limit for publish of shared images (#2508)
Browse files Browse the repository at this point in the history
The job is failing due to a lack of resources[1] and it succeeeds
locally using phaino. Increasing the memory request for the job.

[1] https://prow.ci.kubevirt.io/view/gs/kubevirt-prow/logs/publish-shared-images-controller-image/1600798705781313536

Signed-off-by: Brian Carey <[email protected]>

Signed-off-by: Brian Carey <[email protected]>
  • Loading branch information
brianmcarey authored Dec 8, 2022
1 parent a669d6f commit b6e02df
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ postsubmits:
privileged: true
resources:
requests:
memory: "1Gi"
memory: "4Gi"
limits:
memory: "1Gi"
memory: "4Gi"
- name: publish-kubekins-e2e-image
always_run: false
run_if_changed: "images/kubekins-e2e/.*"
Expand Down

0 comments on commit b6e02df

Please sign in to comment.