Skip to content

Commit c26d1d5

Browse files
authored
Increase ephemeral storage to build all Windows Container image (#660)
This increase is required to address `no space left on device` issue after adding support to building Windows Server 2025 images.
1 parent 804987d commit c26d1d5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

jobs/aws/eks-distro-build-tooling/eks-distro-base-presubmits-windows.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ presubmits:
8383
requests:
8484
memory: "4Gi"
8585
cpu: "1024m"
86+
ephemeral-storage: "50Gi"
8687
- name: buildkitd
8788
image: moby/buildkit:v0.12.3-rootless
8889
command:

templater/jobs/presubmit/eks-distro-build-tooling/eks-distro-base-presubmits-windows.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ resources:
2828
requests:
2929
cpu: 1024m
3030
memory: 4Gi
31+
ephemeral-storage: "50Gi"

0 commit comments

Comments
 (0)