refactor(compute): decouple gateway driver composition - #2823
Draft
drew wants to merge 3 commits into
Draft
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
🌿 Preview your docs: https://nvidia-preview-pr-2823.docs.buildwithfern.com/openshell |
This was referenced Aug 20, 2026
drew
force-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 20, 2026 05:10
6d719f2 to
96f603d
Compare
Collaborator
Author
|
/ok to test |
drew
force-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 20, 2026 14:28
96f603d to
bb88ad5
Compare
Collaborator
Author
|
/ok to test |
drew
force-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 20, 2026 14:32
bb88ad5 to
d3ae889
Compare
Collaborator
Author
|
/ok to test |
drew
force-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 20, 2026 14:59
d3ae889 to
69ddee1
Compare
Collaborator
Author
|
/ok to test |
elezar
force-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 20, 2026 15:35
69ddee1 to
00eff3d
Compare
Member
elezar
force-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 20, 2026 15:44
00eff3d to
a8047fd
Compare
drew
force-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 20, 2026 16:10
a8047fd to
4348c48
Compare
drew
force-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 20, 2026 19:18
4348c48 to
d910ae3
Compare
drew
force-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 20, 2026 20:50
d910ae3 to
31a9534
Compare
drew
force-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 20, 2026 21:56
31a9534 to
507d4c3
Compare
10 tasks
drew
force-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 20, 2026 22:51
507d4c3 to
dc8a917
Compare
drew
force-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
2 times, most recently
from
August 21, 2026 00:46
ef9bc47 to
57d5c3c
Compare
Collaborator
Author
|
/ok to test |
drew
force-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 21, 2026 00:56
57d5c3c to
6b4f157
Compare
Collaborator
Author
|
/ok to test |
Base automatically changed from
refactor/2417-external-driver-binaries/drew
to
main
August 21, 2026 03:03
Move first-party composition and VM process ownership into openshell-gateway, leaving openshell-server backend-independent. Update packaging and build references with the new crate, simplify the compiled-driver boundary, and keep the driver-free gateway path buildable with bundled Z3 tooling. Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
drew
force-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 21, 2026 03:03
6b4f157 to
7485b0d
Compare
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.
Summary
Move first-party compute-driver composition and VM process ownership into
openshell-gateway, leavingopenshell-serverbackend-independent. Packaging, build references, driver-free build tooling, and final boundary cleanup land together so this architectural move is complete and buildable on its own.Related Issue
Part of #2417.
Stacked on #2822.
Changes
openshell-gatewayas the standard binary and first-party composition cratein-tree-compute-driversopenshell-serveropenshell-serveropenshell-coreThe resulting tree is byte-for-byte identical to the pre-split #2786 head.
Testing
mise run pre-commitmise run e2e:gateway:no-compute-driversChecklist