Draft
Conversation
|
Label |
|
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. |
a649023 to
f6f286b
Compare
Collaborator
Author
|
/ok to test e9c0fe7 |
e9c0fe7 to
b3ceeed
Compare
Collaborator
Author
|
/ok to test b3ceeed |
Collaborator
Author
|
/ok to test c402b01 |
Collaborator
Author
|
/ok to test 0913272 |
Collaborator
Author
|
/ok to test 134dd46 |
134dd46 to
da288d1
Compare
TaylorMutch
previously approved these changes
May 5, 2026
da288d1 to
3bfa03c
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
Switch normal non-GPU e2e runs to a standalone Docker compute-driver gateway, while allowing callers to reuse an existing plaintext gateway through
OPENSHELL_GATEWAY_ENDPOINT.Related Issue
N/A
Changes
e2e/with-docker-gateway.shwrapper for ephemeral Docker-gateway setup or existing HTTP endpoint reuse.mise run e2e,e2e:rust, ande2e:pythonto avoid the k3s cluster task.gateway_resumelifecycle e2e test and CI matrix lane.TESTING.mdfor Docker gateway defaults andOPENSHELL_GATEWAY_ENDPOINT.Testing
bash -n e2e/with-docker-gateway.sh e2e/rust/e2e-docker.shOPENSHELL_GATEWAY_ENDPOINT=http://127.0.0.1:18080 e2e/with-docker-gateway.sh trueOPENSHELL_GATEWAY_ENDPOINT=https://127.0.0.1:18080 e2e/with-docker-gateway.sh truerejects HTTPS raw endpoint modecargo test --manifest-path e2e/rust/Cargo.toml --features e2e --no-runmise run --no-deps python:protouv run pytest python/mise run pre-commitmise run e2e:rustandmise run e2e:pythonwere not run locallyChecklist