Skip to content

Commit 0c7b02f

Browse files
committed
ec2_root_device_size: +1
1 parent fbec5a4 commit 0c7b02f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test-gpu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
ec2_instance_type: g6.xlarge
2020
ec2_image_id: ami-0365bff494b18bf93 # Deep Learning OSS Nvidia Driver AMI GPU PyTorch 2.7 (Ubuntu 22.04) in oa-ci-dev
21+
ec2_root_device_size: '+1' # AMI's reported VolumeSize (40GB) +1GB; leaves headroom for test I/O; instance runs out of disk otherwise
2122
secrets:
2223
GH_SA_TOKEN: ${{ secrets.GH_SA_TOKEN }}
2324
run-tests:

0 commit comments

Comments
 (0)