From 2f7b75e9b5948442b53a679b78ca725c8c822ded Mon Sep 17 00:00:00 2001 From: Claude BM Date: Sun, 26 Apr 2026 21:05:50 +0000 Subject: [PATCH] =?UTF-8?q?Update=20test=20baseline:=201279=20=E2=86=92=20?= =?UTF-8?q?1431?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit +28 weekend/CCX endpoint tests +124 progression_v2 module tests Co-Authored-By: Claude Opus 4.6 (1M context) --- ci-config.json | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/ci-config.json b/ci-config.json index 26770b4..6445328 100644 --- a/ci-config.json +++ b/ci-config.json @@ -6,14 +6,27 @@ "telegram_topic_id": 4706, "test_timeout": 120, "branches": { - "mfg": {"worktree": "/srv/tsharps-dev/mfg"}, - "rogue": {"worktree": "/srv/tsharps-dev/rogue"}, - "spif": {"worktree": "/srv/tsharps-dev/spif"}, - "staging": {"worktree": "/srv/tsharps-dev/staging"}, - "main": {"worktree": "/srv/tsharps"} + "mfg": { + "worktree": "/srv/tsharps-dev/mfg" + }, + "rogue": { + "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_fail": true, - "tag_users_on_fail": ["mostfunguy", "A31S15"], - "test_count_baseline": 1279 -} + "tag_users_on_fail": [ + "mostfunguy", + "A31S15" + ], + "test_count_baseline": 1431 +} \ No newline at end of file