Conversation
|
Unsigned commits: b57a227. Please sign your commits. |
Add a manual workflow_dispatch GPU smoke workflow that tests vLLM (Qwen/Qwen3-0.6B) on a dynamically provisioned EC2 g4dn.xlarge instance using the AWS OIDC role provisioned in aaet-infra (praxis-ai-ec2-github-runner-role). Lifecycle: - start-runner: assumes AWS OIDC role, launches ephemeral EC2 instance via machulav/ec2-github-runner - vllm-gpu-hello: runs existing stateless request integration test against GPU vLLM - stop-runner: unconditionally terminates the EC2 runner (if: always) Resolves: praxis-proxy#541 Signed-off-by: Sumanth Kamenani <skamenan@redhat.com>
skamenan7
force-pushed
the
feat/541-vllm-gpu-smoke-ec2
branch
from
September 11, 2026 13:15
b57a227 to
f587c64
Compare
Signed-off-by: Sumanth Kamenani <skamenan@redhat.com>
skamenan7
force-pushed
the
feat/541-vllm-gpu-smoke-ec2
branch
from
September 14, 2026 14:57
d2c7fc1 to
782e2f7
Compare
Signed-off-by: Sumanth Kamenani <skamenan@redhat.com>
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
Adds a manual GPU smoke workflow for #541. It runs the existing stateless Responses API test through Praxis against vLLM on an ephemeral AWS GPU runner.
Flow
g4dn.xlargerunner.Qwen/Qwen3-0.6B, starts OGX, builds Praxis, waits for both services, and runstest_stateless_request.Safety and validation
The first live GPU run is still pending access to the configured repository variables and runner-registration secret.