CI: control-plane workflow (cross-repo connection in CI) - #44
Merged
Conversation
Adds a dedicated control-plane job: installs the [control] extra, checks out meridian-node and installs it, then lint/type-checks meridian_control and runs tests/control — which includes the real node<->control cross-repo tests (the compatibility target) and the verify_connection.py numbers report. Additive; does not touch the existing gateway CI. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The node repo is private, so the default token can't check it out. Make the checkout optional (continue-on-error + optional MERIDIAN_NODE_TOKEN secret); when it's unavailable the cross-repo tests skip via importorskip and the rest of the control suite still runs. Drop the verify_connection step from CI (it needs the node agent; it stays a local/on-demand tool). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
.github/workflows/control.ymlalongside the existing gateway CI (untouched).What
A dedicated control-plane job that:
.[control,dev]and checks out + installsmeridian-node,meridian_control,pytest tests/control— which includes the real node ↔ control cross-repo tests (the compatibility target) over a live socket with mTLS enforced,scripts/verify_connection.py(the node↔control↔gateway numbers report).This wires the cross-repo compatibility target into CI, so the connection is verified on every push/PR.
🤖 Generated with Claude Code