Bump default memory to 1G and storage timeouts to 15m#47
Conversation
Raise reusable-picofuzz docker_memory default from 512m to 1024m, and extend the timeout to 15 minutes for storage and storage_light suites in both minifuzz and picofuzz jobs (other suites stay at 10m default). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR updates the reusable picofuzz CI workflow with two changes: Docker memory default is increased to 1024m, and both minifuzz and picofuzz jobs now apply conditional 15-minute timeouts specifically for storage test suites while other suites retain the input timeout value. The timeout condition is also propagated to job step environment variables. ChangesPicofuzz Workflow Configuration
Possibly related PRs
Poem
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
docker_memorydefault inreusable-picofuzz.ymlfrom512mto1024m. The 15 performance workflows that don't override (boka, graymatter, jamixir, jampy, jampy-recompiler, jamzig, jamzilla, jamzilla-int, new-jamneration, pyjamaz, tessera, tsjam, turbojam, typeberry, vinwolf) get bumped to 1G; the 8 that already set ≥2048m keep their larger values.timeout-minutes(job hard cap) andTIMEOUT_MINUTES(env var read bygetTimeoutMs) to 15 for thestorageandstorage_lightsuites in both the minifuzz and picofuzz jobs. Other suites keepinputs.timeout_minutes(default 10).Test plan
docker_memory(e.g. typeberry-performance) viaworkflow_dispatchand confirmTARGET_MEMORY=1024min the docker run logs.🤖 Generated with Claude Code
Summary by CodeRabbit