Update test baseline: 1279 → 1431

+28 weekend/CCX endpoint tests
+124 progression_v2 module tests

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude BM 2026-04-26 21:05:50 +00:00
parent e0b6103458
commit 2f7b75e9b5

View File

@ -6,14 +6,27 @@
"telegram_topic_id": 4706, "telegram_topic_id": 4706,
"test_timeout": 120, "test_timeout": 120,
"branches": { "branches": {
"mfg": {"worktree": "/srv/tsharps-dev/mfg"}, "mfg": {
"rogue": {"worktree": "/srv/tsharps-dev/rogue"}, "worktree": "/srv/tsharps-dev/mfg"
"spif": {"worktree": "/srv/tsharps-dev/spif"}, },
"staging": {"worktree": "/srv/tsharps-dev/staging"}, "rogue": {
"main": {"worktree": "/srv/tsharps"} "worktree": "/srv/tsharps-dev/rogue"
},
"spif": {
"worktree": "/srv/tsharps-dev/spif"
},
"staging": {
"worktree": "/srv/tsharps-dev/staging"
},
"main": {
"worktree": "/srv/tsharps"
}
}, },
"notify_on_pass": true, "notify_on_pass": true,
"notify_on_fail": true, "notify_on_fail": true,
"tag_users_on_fail": ["mostfunguy", "A31S15"], "tag_users_on_fail": [
"test_count_baseline": 1279 "mostfunguy",
} "A31S15"
],
"test_count_baseline": 1431
}