Skip to content

Commit

Permalink
increase ephemeral storage for k8s 1.29-1.31 test presubmits (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
vineeth-bandi authored Aug 13, 2024
1 parent 12da4e8 commit 1bc4608
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions jobs/aws/eks-distro/kubernetes-1-29-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-30-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-31-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-25") (eq .releaseBranch "1-26") (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") (eq .releaseBranch "1-29") (eq .releaseBranch "1-30") (eq .releaseBranch "1-31") }}
ephemeral-storage: "50Gi"
{{ end }}

0 comments on commit 1bc4608

Please sign in to comment.