Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
7f9fdb6e
Unverified
Commit
7f9fdb6e
authored
Feb 24, 2026
by
Anant Sharma
Committed by
GitHub
Feb 24, 2026
Browse files
ci: enable GPU access for rust-checks in dynamo validation (#6545)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
8e236375
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/container-validation-dynamo.yml
.github/workflows/container-validation-dynamo.yml
+2
-2
No files found.
.github/workflows/container-validation-dynamo.yml
View file @
7f9fdb6e
...
...
@@ -121,7 +121,7 @@ jobs:
rust-checks
:
needs
:
[
changed-files
,
build
]
if
:
needs.changed-files.outputs.core == 'true'
runs-on
:
prod-
build
er-amd-v1
runs-on
:
prod-
test
er-amd-
gpu-
v1
name
:
Rust Checks
timeout-minutes
:
30
env
:
...
...
@@ -139,7 +139,7 @@ jobs:
run
:
docker pull ${{ env.IMAGE_TAG }}
-
name
:
Run Rust checks (block-manager + media-ffmpeg + integration tests)
run
:
|
docker run --rm --user root -w /workspace/lib/llm \
docker run --rm
--runtime=nvidia --gpus all
--user root -w /workspace/lib/llm \
--name ${{ env.CONTAINER_ID }}_rust_checks \
-e SCCACHE_BUCKET=${{ secrets.SCCACHE_S3_BUCKET }} \
-e SCCACHE_REGION=${{ secrets.AWS_DEFAULT_REGION }} \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment