| schema_version = "1.4" | |
| artifacts = ["/opt/selfbench/agent.patch"] | |
| [task] | |
| name = "selfbench/nextjs-cache-short-expire-dev" | |
| version = "1.0.0" | |
| description = "Reproduce nextjs-cache-short-expire-dev from its authentic engineer request." | |
| keywords = ["software-engineering", "private-swe", "selfbench", "hard"] | |
| [metadata] | |
| selfbench_task_id = "nextjs-cache-short-expire-dev" | |
| difficulty = "hard" | |
| repo = "vercel/next.js" | |
| base_commit = "5ffbe9c38ac01608a158086efc40204e9294cc07" | |
| workdir = "." | |
| source_pr = 95362 | |
| compiler_revision = 22 | |
| [agent] | |
| timeout_sec = 2400.0 | |
| user = "agent" | |
| network_mode = "allowlist" | |
| allowed_hosts = ["chatgpt.com", "*.chatgpt.com", "openai.com", "*.openai.com"] | |
| [verifier] | |
| timeout_sec = 1800.0 | |
| user = "root" | |
| environment_mode = "separate" | |
| network_mode = "public" | |
| [[verifier.collect]] | |
| service = "main" | |
| user = "root" | |
| timeout_sec = 300.0 | |
| command = "git --git-dir=/opt/selfbench/base.git --work-tree=/app add -A && git --git-dir=/opt/selfbench/base.git --work-tree=/app diff --cached --binary HEAD > /opt/selfbench/agent.patch" | |
| [environment] | |
| network_mode = "public" | |
| build_timeout_sec = 1500.0 | |
| cpus = 4 | |
| memory_mb = 8192 | |
| storage_mb = 20480 | |
| [verifier.environment] | |
| network_mode = "public" | |
| build_timeout_sec = 1500.0 | |
| cpus = 4 | |
| memory_mb = 8192 | |
| storage_mb = 20480 | |