test(e2e): run conformance in gateway lanes - #2925
Open
elezar wants to merge 4 commits into
Open
Conversation
elezar
requested review from
a team,
derekwaynecarr,
mrunalp and
sjenning
as code owners
August 25, 2026 13:34
elezar
force-pushed
the
codex/standalone-conformance-cli
branch
from
August 25, 2026 14:03
15ce6f3 to
2db17a8
Compare
elezar
force-pushed
the
codex/2183-cli-conformance-minimal
branch
from
August 25, 2026 14:21
e794b2c to
a257f6a
Compare
elezar
changed the base branch from
codex/2183-cli-conformance-minimal
to
main
August 25, 2026 14:22
elezar
force-pushed
the
codex/standalone-conformance-cli
branch
from
August 25, 2026 14:31
2db17a8 to
4c31c98
Compare
elezar
changed the base branch from
main
to
codex/2183-cli-conformance-minimal
August 25, 2026 14:31
elezar
force-pushed
the
codex/standalone-conformance-cli
branch
from
August 26, 2026 11:48
cfdf625 to
6e7c13b
Compare
|
Label |
Member
Author
|
/ok-to-test 6e7c13b |
elezar
force-pushed
the
codex/standalone-conformance-cli
branch
from
August 26, 2026 12:15
6e7c13b to
b6a240f
Compare
Signed-off-by: Evan Lezar <elezar@nvidia.com>
Signed-off-by: Evan Lezar <elezar@nvidia.com>
Signed-off-by: Evan Lezar <elezar@nvidia.com>
Signed-off-by: Evan Lezar <elezar@nvidia.com>
elezar
force-pushed
the
codex/standalone-conformance-cli
branch
from
August 26, 2026 12:38
b6a240f to
2a2e632
Compare
15 tasks
elezar
changed the base branch from
codex/2183-cli-conformance-minimal
to
main
August 26, 2026 13:02
Member
Author
|
/ok-to-test 2a2e632 |
elezar
enabled auto-merge
August 26, 2026 13:05
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
Run the standalone OpenShell conformance suite in every gateway-backed e2e lane, using a conformance CLI artifact built once for CI and supplied alongside the prebuilt OpenShell CLI. This replaces the removed Rust smoke coverage with gateway-agnostic conformance checks for Docker, Podman, Kubernetes, and VM gateways.
Related Issue
main.Changes
openshell-conformancescenario and runner library.openshell-conformanceCLI withlist,run, JSON output, default-all scenario execution, and optional explicit scenario selection for direct CLI use.OPENSHELL_BINandOPENSHELL_CONFORMANCE_BINinstead of building binaries implicitly from test wrappers.--skip-depsand fails loudly if the prebuilt conformance binary is missing.Testing
cargo test -p openshell-conformance -p openshell-conformance-clibash -non the e2e wrapper scripts and shared conformance helpermise tasks --jsonmise run --dry-run e2emise run pre-commitrust-dockerandrust-vm-managedlanes downloadedOPENSHELL_CONFORMANCE_BINand printed the conformance run banner before executing the smoke scenario.Checklist