Skip to content

Commit bde772d

Browse files
committed
Rename active CCB references to CSB in docs/configs
1 parent 32833bb commit bde772d

25 files changed

+37
-37
lines changed

configs/_common.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,15 +214,15 @@ export DEBUG_MODE="${DEBUG_MODE:-}"
214214
# BuildKit enables parallel layer execution, better caching, and smaller images.
215215
export DOCKER_BUILDKIT=1
216216

217-
# Build CCB base images if not already cached (< 7 days old).
217+
# Build CSB base images if not already cached (< 7 days old).
218218
# These pre-clone frequently-used repos (Django, K8s, Flipt, Kafka, Flink)
219219
# so task Dockerfiles that inherit from them skip the expensive git clone.
220220
ensure_base_images() {
221221
local repo_root
222222
repo_root="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
223223
local build_script="${repo_root}/base_images/build.sh"
224224
if [ -x "$build_script" ]; then
225-
echo "Ensuring CCB base images are built..."
225+
echo "Ensuring CSB base images are built..."
226226
bash "$build_script" --parallel
227227
fi
228228
}

configs/cgen_rerun.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"metadata": {
3-
"title": "CodeContextBench Selected Benchmark Tasks (SDLC Suite Reorganization)",
3+
"title": "CodeScaleBench Selected Benchmark Tasks (SDLC Suite Reorganization)",
44
"version": "2.0",
55
"generated_by": "SDLC suite migration from migration_map.json",
66
"generated_date": "2026-02-18",
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# Same file + same task source → same experiment_id and run list.
33
#
44
# Generate manifest:
5-
# python3 scripts/control_plane.py generate --spec configs/control_plane_ccb.yaml --output runs/staging/<experiment_id>/manifest.json
5+
# python3 scripts/control_plane.py generate --spec configs/control_plane_csb.yaml --output runs/staging/<experiment_id>/manifest.json
66
# Dry-run:
7-
# python3 scripts/control_plane.py generate --spec configs/control_plane_ccb.yaml --dry-run
7+
# python3 scripts/control_plane.py generate --spec configs/control_plane_csb.yaml --dry-run
88

9-
experiment_name: ccb_2config
10-
description: "CCB 157 tasks × baseline + sourcegraph_full"
9+
experiment_name: csb_2config
10+
description: "CSB 157 tasks × baseline + sourcegraph_full"
1111
run_category: staging
1212

1313
# Path to task list (relative to repo root). Must have .tasks[].benchmark, .tasks[].task_id, .tasks[].task_dir

configs/eval_matrix.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"description": "Canonical benchmark config matrix and extension registry for CodeContextBench.",
2+
"description": "Canonical benchmark config matrix and extension registry for CodeScaleBench.",
33
"official_default_configs": [
44
"baseline",
55
"sourcegraph_full"

configs/instance_to_mirror.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"metadata": {
3-
"title": "CodeContextBench Instance-to-Mirror Mapping",
3+
"title": "CodeScaleBench Instance-to-Mirror Mapping",
44
"version": "1.0",
55
"description": "Maps benchmark task instances to their sg-evals mirrors for Sourcegraph integration",
66
"generated": "2026-02-05",

configs/variance_pass1_all.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"metadata": {
3-
"title": "CodeContextBench Selected Benchmark Tasks (SDLC Suite Reorganization)",
3+
"title": "CodeScaleBench Selected Benchmark Tasks (SDLC Suite Reorganization)",
44
"version": "2.0",
55
"generated_by": "SDLC suite migration from migration_map.json",
66
"generated_date": "2026-02-18",

configs/variance_pass1_bl_only.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"metadata": {
3-
"title": "CodeContextBench Selected Benchmark Tasks (SDLC Suite Reorganization)",
3+
"title": "CodeScaleBench Selected Benchmark Tasks (SDLC Suite Reorganization)",
44
"version": "2.0",
55
"generated_by": "SDLC suite migration from migration_map.json",
66
"generated_date": "2026-02-18",

configs/variance_pass1_mcp_only.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"metadata": {
3-
"title": "CodeContextBench Selected Benchmark Tasks (SDLC Suite Reorganization)",
3+
"title": "CodeScaleBench Selected Benchmark Tasks (SDLC Suite Reorganization)",
44
"version": "2.0",
55
"generated_by": "SDLC suite migration from migration_map.json",
66
"generated_date": "2026-02-18",

configs/variance_pass1_paired.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"metadata": {
3-
"title": "CodeContextBench Selected Benchmark Tasks (SDLC Suite Reorganization)",
3+
"title": "CodeScaleBench Selected Benchmark Tasks (SDLC Suite Reorganization)",
44
"version": "2.0",
55
"generated_by": "SDLC suite migration from migration_map.json",
66
"generated_date": "2026-02-18",

configs/variance_pass2_bl_only.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"metadata": {
3-
"title": "CodeContextBench Selected Benchmark Tasks (SDLC Suite Reorganization)",
3+
"title": "CodeScaleBench Selected Benchmark Tasks (SDLC Suite Reorganization)",
44
"version": "2.0",
55
"generated_by": "SDLC suite migration from migration_map.json",
66
"generated_date": "2026-02-18",

0 commit comments

Comments
 (0)