Uh oh!
There was an error while loading. Please reload this page.
test(e2e): run suites against docker gateway - #1153
Merged
Merged
Conversation
Label |
drew
marked this pull request as draft
May 4, 2026 21:51
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. |
drewforce-pushed
the
codex-docker-gateway-e2e
branch
from
May 4, 2026 21:58
a649023 to
f6f286bComparedrew
marked this pull request as ready for review
May 4, 2026 22:01
drew
commented
May 4, 2026
CollaboratorAuthor
/ok to test e9c0fe7 |
drewforce-pushed
the
codex-docker-gateway-e2e
branch
from
May 4, 2026 23:44
e9c0fe7 to
b3ceeedComparedrew
commented
May 4, 2026
CollaboratorAuthor
/ok to test b3ceeed |
drew
commented
May 5, 2026
CollaboratorAuthor
/ok to test c402b01 |
drew
commented
May 5, 2026
CollaboratorAuthor
/ok to test 0913272 |
drew
commented
May 5, 2026
CollaboratorAuthor
/ok to test 134dd46 |
drewforce-pushed
the
codex-docker-gateway-e2e
branch
from
May 5, 2026 01:45
134dd46 to
da288d1CompareTaylorMutch
previously approved these changes
May 5, 2026
drewforce-pushed
the
codex-docker-gateway-e2e
branch
from
May 5, 2026 04:39
da288d1 to
3bfa03cComparedrew
marked this pull request as draft
May 5, 2026 06:28
drew
marked this pull request as ready for review
May 5, 2026 19:40
TaylorMutch
approved these changes
May 5, 2026
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 freeto 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