Skip to content

Commit 92b2db8

Browse files
sjarmakclaude
andcommitted
fix: add DAYTONA_OVERRIDE_STORAGE passthrough to cap disk at 10GB for Daytona
Daytona sandboxes are limited to 10GB storage per sandbox. Tasks with storage = "20G" or storage_mb = 20480 in task.toml fail immediately. Set DAYTONA_OVERRIDE_STORAGE=10240 alongside HARBOR_ENV=daytona to cap all sandbox disk requests at the Daytona limit. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5f0136f commit 92b2db8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configs/sdlc_suite_2config.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ _sdlc_run_single() {
294294
-n $CONCURRENCY \
295295
--timeout-multiplier $TIMEOUT_MULTIPLIER \
296296
${HARBOR_ENV:+--env "$HARBOR_ENV"} \
297+
${DAYTONA_OVERRIDE_STORAGE:+--override-storage "$DAYTONA_OVERRIDE_STORAGE"} \
297298
2>&1 | tee "${jobs_subdir}/${task_id}.log" \
298299
|| {
299300
echo "WARNING: Task $task_id ($config) failed (exit code: $?)"

0 commit comments

Comments
 (0)