Skip to content

Commit

Permalink
Request ephemeral storage to run 1.25,1.26 test presubmits (#546)
Browse files Browse the repository at this point in the history
Co-authored-by: Bhavitha Koduru <[email protected]>
  • Loading branch information
bhavi-koduru and bhavi-koduru authored Sep 25, 2023
1 parent 54e5a29 commit 6e50b75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions jobs/aws/eks-distro/kubernetes-1-25-test-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ presubmits:
requests:
memory: "32Gi"
cpu: "16"
ephemeral-storage: "50Gi"
- command:
- sh
args:
Expand Down
1 change: 1 addition & 0 deletions jobs/aws/eks-distro/kubernetes-1-26-test-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ presubmits:
requests:
memory: "32Gi"
cpu: "16"
ephemeral-storage: "50Gi"
- command:
- sh
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ resources:
requests:
cpu: 16
memory: 32Gi
{{ if or (eq .releaseBranch "1-27") (eq .releaseBranch "1-28") }}
{{ if or (eq .releaseBranch "1-25") (eq .releaseBranch "1-26") (eq .releaseBranch "1-27") (eq .releaseBranch "1-28") }}
ephemeral-storage: "50Gi"
{{ end }}

0 comments on commit 6e50b75

Please sign in to comment.