Skip to content

fix(ci): stabilize release build test suites#799

Merged
AlexMikhalev merged 1 commit intomainfrom
fix/release-1.16.33-mcp-ci
Apr 13, 2026
Merged

fix(ci): stabilize release build test suites#799
AlexMikhalev merged 1 commit intomainfrom
fix/release-1.16.33-mcp-ci

Conversation

@AlexMikhalev
Copy link
Copy Markdown
Contributor

Summary

  • make persistence_tests and selected_role_tests derive valid roles from the live CLI/config instead of hardcoding Default and Rust Engineer
  • pass --features zlob to the nested cargo build inside terraphim_mcp_server integration tests when running under CI
  • remove the remaining deterministic failures from the CI Main Branch release-build test step on current main

Verification

  • cargo fmt
  • cargo test -p terraphim_agent --test persistence_tests -- --nocapture
  • cargo test -p terraphim_agent --test selected_role_tests -- --nocapture
  • CI=true cargo test --release --target x86_64-unknown-linux-gnu -p terraphim_mcp_server --test integration_test --features zlob -- --nocapture
  • CI=true cargo test --release --target x86_64-unknown-linux-gnu --workspace --features "self_update/signatures,zlob"

Make terraphim_agent role-selection and persistence tests derive valid roles from the live config, and make terraphim_mcp_server integration tests pass zlob to their nested cargo build under CI so the main release build stops failing on stale role assumptions and fff build-script panics.
@AlexMikhalev AlexMikhalev merged commit 5eaa1ba into main Apr 13, 2026
21 of 24 checks passed
@AlexMikhalev AlexMikhalev deleted the fix/release-1.16.33-mcp-ci branch April 13, 2026 11:38
AlexMikhalev added a commit that referenced this pull request Apr 25, 2026
fix(ci): stabilize release build test suites
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant