fix(canary): reuse the healthy shared DeepSeek proxy on 18036
Memind CI / Test, build, and release guards (push) Failing after 2m48s

Stable 103 already runs deepseek-no-think on 18036. Require that contract
instead of demanding a free port, so canary install does not fight production.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-08-14 22:23:07 +08:00
parent 25be530d84
commit fd56f087c6
2 changed files with 8 additions and 1 deletions
+1
View File
@@ -159,6 +159,7 @@ test('production canary keeps stable 8081 live and switches only after verified
const deepseekCompatStart = source.indexOf(
'Start the DeepSeek tool-round compatibility proxy on 18036',
);
assert.match(source, /Reuse the already healthy DeepSeek compatibility proxy/);
const proxyStart = source.indexOf('Start the fail-closed identity router on 18082');
const tunnelStart = source.indexOf('Start the isolated 105 reverse tunnel on 19082');
const edgeSwitch = source.indexOf(