Skip to content

Commit 87ec873

Browse files
[CI] Double Linux Runner Disk Size
This patch bumps the linux runner disk size from 100GB to 200GB. We were running into some job failures that would occur due to running out of disk space. This should theoretically alleviate the problem.
1 parent 9eb8f4f commit 87ec873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

premerge/linux_runners_values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ containerMode:
1111
storageClassName: "standard-rwo"
1212
resources:
1313
requests:
14-
storage: "100Gi"
14+
storage: "200Gi"
1515
kubernetesModeServiceAccount:
1616
annotations:
1717

0 commit comments

Comments
 (0)