File size: 1,293 Bytes
ddc98bc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | schema_version = "1.4"
artifacts = ["/opt/selfbench/agent.patch"]
[task]
name = "selfbench/nextjs-client-node-browser-variants"
version = "1.0.0"
description = "Reproduce nextjs-client-node-browser-variants from its authentic engineer request."
keywords = ["software-engineering", "private-swe", "selfbench", "medium"]
[metadata]
selfbench_task_id = "nextjs-client-node-browser-variants"
difficulty = "medium"
repo = "vercel/next.js"
base_commit = "4173ca260e2841e05bc49004b6b15ab4e8b77929"
workdir = "."
source_pr = 95366
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
|