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
ec4ed33d
Unverified
Commit
ec4ed33d
authored
Apr 21, 2026
by
Ran Rubin
Committed by
GitHub
Apr 21, 2026
Browse files
ci: update runners (#8433)
Signed-off-by:
rrubin
<
rrubin@nvidia.com
>
parent
8679faa3
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
.github/workflows/container-validation-dynamo.yml
.github/workflows/container-validation-dynamo.yml
+1
-1
.github/workflows/post-merge-ci.yml
.github/workflows/post-merge-ci.yml
+1
-1
.github/workflows/pr.yaml
.github/workflows/pr.yaml
+1
-1
.github/workflows/release.yml
.github/workflows/release.yml
+1
-1
.github/workflows/release_rc_announcement.yml
.github/workflows/release_rc_announcement.yml
+1
-1
No files found.
.github/workflows/container-validation-dynamo.yml
View file @
ec4ed33d
...
@@ -201,7 +201,7 @@ jobs:
...
@@ -201,7 +201,7 @@ jobs:
needs.changed-files.outputs.sglang == 'true' ||
needs.changed-files.outputs.sglang == 'true' ||
needs.changed-files.outputs.vllm == 'true' ||
needs.changed-files.outputs.vllm == 'true' ||
needs.changed-files.outputs.trtllm == 'true'
needs.changed-files.outputs.trtllm == 'true'
runs-on
:
prod-
build
er-amd-v1
runs-on
:
prod-
test
er-amd-v1
name
:
Mypy
name
:
Mypy
timeout-minutes
:
15
timeout-minutes
:
15
env
:
env
:
...
...
.github/workflows/post-merge-ci.yml
View file @
ec4ed33d
...
@@ -453,7 +453,7 @@ jobs:
...
@@ -453,7 +453,7 @@ jobs:
############################## SLACK NOTIFICATION ##############################
############################## SLACK NOTIFICATION ##############################
notify-slack
:
notify-slack
:
name
:
Notify Slack
name
:
Notify Slack
runs-on
:
prod-builder-amd-v1
runs-on
:
ubuntu-slim
if
:
always() && failure()
if
:
always() && failure()
needs
:
[
planner-pipeline
,
vllm-pipeline
,
sglang-pipeline
,
trtllm-pipeline
,
vllm-dev-pipeline
,
sglang-dev-pipeline
,
trtllm-dev-pipeline
,
vllm-efa-pipeline
,
trtllm-efa-pipeline
,
operator
,
frontend-image
,
deploy-operator
,
deploy-test-vllm
,
deploy-test-sglang
,
deploy-test-trtllm
,
deploy-test-gaie
]
needs
:
[
planner-pipeline
,
vllm-pipeline
,
sglang-pipeline
,
trtllm-pipeline
,
vllm-dev-pipeline
,
sglang-dev-pipeline
,
trtllm-dev-pipeline
,
vllm-efa-pipeline
,
trtllm-efa-pipeline
,
operator
,
frontend-image
,
deploy-operator
,
deploy-test-vllm
,
deploy-test-sglang
,
deploy-test-trtllm
,
deploy-test-gaie
]
permissions
:
permissions
:
...
...
.github/workflows/pr.yaml
View file @
ec4ed33d
...
@@ -359,7 +359,7 @@ jobs:
...
@@ -359,7 +359,7 @@ jobs:
with
:
with
:
test_suite_name
:
planner
test_suite_name
:
planner
test_type
:
CPU Test
test_type
:
CPU Test
amd_runner
:
prod-tester-amd-
gpu-v1
# TODO: CPU only DinD runner for dynamo repo
amd_runner
:
prod-tester-amd-
v1
target_tag_plain
:
${{ needs.planner-build.outputs.target_tag_plain }}
target_tag_plain
:
${{ needs.planner-build.outputs.target_tag_plain }}
cuda_version
:
'
[""]'
cuda_version
:
'
[""]'
platform
:
'
["amd64",
"arm64"]'
platform
:
'
["amd64",
"arm64"]'
...
...
.github/workflows/release.yml
View file @
ec4ed33d
...
@@ -70,7 +70,7 @@ jobs:
...
@@ -70,7 +70,7 @@ jobs:
name
:
Tag RC & Publish to NGC
name
:
Tag RC & Publish to NGC
needs
:
[
prepare-release
]
needs
:
[
prepare-release
]
if
:
needs.prepare-release.result == 'success'
if
:
needs.prepare-release.result == 'success'
runs-on
:
prod-builder-amd-v1
runs-on
:
prod-builder-amd-v1
# TODO: needs to identify the correct runner here, definitely should not be prod-builder-amd-v1
environment
:
automated-release
environment
:
automated-release
env
:
env
:
VERSION
:
${{ needs.prepare-release.outputs.version }}
VERSION
:
${{ needs.prepare-release.outputs.version }}
...
...
.github/workflows/release_rc_announcement.yml
View file @
ec4ed33d
...
@@ -19,7 +19,7 @@ permissions:
...
@@ -19,7 +19,7 @@ permissions:
jobs
:
jobs
:
announce-rc
:
announce-rc
:
name
:
Announce RC to Slack
name
:
Announce RC to Slack
runs-on
:
prod-builder-amd-v1
runs-on
:
ubuntu-slim
if
:
vars.ANNOUNCE_RC == 'true'
if
:
vars.ANNOUNCE_RC == 'true'
steps
:
steps
:
-
name
:
Send Slack announcement
-
name
:
Send Slack announcement
...
...
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