Skip to content

Commit

Permalink
reserve ephemeral storage for upgrader presubmits (#378)
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Ganesh <[email protected]>
Co-authored-by: Rahul Ganesh <[email protected]>
  • Loading branch information
rahulbabu95 and Rahul Ganesh authored Apr 1, 2024
1 parent 44d1130 commit e9ed18d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ presubmits:
requests:
memory: "8Gi"
cpu: "1024m"
ephemeral-storage: "50Gi"
- name: buildkitd
image: moby/buildkit:v0.12.5-rootless
command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ envVars:
resources:
requests:
memory: 8Gi
cpu: 1024m
cpu: 1024m
ephemeral-storage: 50Gi

0 comments on commit e9ed18d

Please sign in to comment.