test(e2e): clarify backend-specific task names#1191
Closed
Conversation
Signed-off-by: Evan Lezar <elezar@nvidia.com>
elezar
commented
May 6, 2026
| ] | ||
| hide = true | ||
|
|
||
| ["e2e:k3s:gpu"] |
Member
Author
There was a problem hiding this comment.
@drew does e2e:k3s:gpu feel like a reasonable name for the GPU E2E task that runs through the k3s-cluster gateway, or would you prefer a different name?
Member
Author
|
Note that the switch to the docker gateway was made in #1153. |
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
Reorganize the E2E mise task names so their backend intent is explicit. This is a task naming and wiring cleanup only; it does not add new test coverage.
Related Issue
N/A
Changes
e2etask through the explicit Docker-backed suite name.e2e:docker:*names.e2e:k3s:gpu.e2e/rust/e2e-rust.shand keepe2e/rust/e2e-docker.shas a script-level compatibility wrapper.Testing
mise run pre-commitpassesmise run --dry-run e2e:rust ::: e2e:gpu ::: e2e:docker:rustverified deprecated wrapper orderingChecklist