fix(e2e): use stable MiniMax model default #1671
Reference in New Issue
Block a user
Delete Branch "fix/e2e-minimax-m2-default"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary\n- Switch staging SaaS/smoke/synth E2E MiniMax defaults from MiniMax-M2.7-highspeed to MiniMax-M2\n- Add a regression test so E2E workflow defaults do not drift back to the unstable highspeed model\n\n## Verification\n- python3 -m pytest tests/test_e2e_minimax_defaults.py tests/test_lint_workflow_yaml.py -q\n- bash tests/e2e/test_model_slug.sh\n- git diff --check\n\nContext: post-merge full SaaS E2E on
f7183cc0repeatedly returned 502/busy with MiniMax-M2.7-highspeed, while the real claude-code smoke using MiniMax-M2 completed A2A with PONG and teardown clean.