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
05f10e93
Unverified
Commit
05f10e93
authored
Feb 27, 2026
by
Anant Sharma
Committed by
GitHub
Feb 27, 2026
Browse files
ci: trigger container validation dynamo on planner and frontend changes (#6680)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
76d887bc
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
6 deletions
+12
-6
.github/actions/changed-files/action.yml
.github/actions/changed-files/action.yml
+3
-0
.github/filters.yaml
.github/filters.yaml
+3
-2
.github/workflows/container-validation-dynamo.yml
.github/workflows/container-validation-dynamo.yml
+5
-3
tests/profiler/test_helpers_rapid.py
tests/profiler/test_helpers_rapid.py
+1
-1
No files found.
.github/actions/changed-files/action.yml
View file @
05f10e93
...
@@ -25,6 +25,9 @@ outputs:
...
@@ -25,6 +25,9 @@ outputs:
trtllm
:
trtllm
:
description
:
'
Whether
trtllm
files
changed'
description
:
'
Whether
trtllm
files
changed'
value
:
${{ steps.filter.outputs.trtllm_any_modified }}
value
:
${{ steps.filter.outputs.trtllm_any_modified }}
planner
:
description
:
'
Whether
planner
files
changed'
value
:
${{ steps.filter.outputs.planner_any_modified }}
frontend
:
frontend
:
description
:
'
Whether
frontend
files
changed'
description
:
'
Whether
frontend
files
changed'
value
:
${{ steps.filter.outputs.frontend_any_modified }}
value
:
${{ steps.filter.outputs.frontend_any_modified }}
...
...
.github/filters.yaml
View file @
05f10e93
...
@@ -4,14 +4,15 @@
...
@@ -4,14 +4,15 @@
# core -> dynamo build-test, all backend builds (vllm/sglang/trtllm), deploy tests
# core -> dynamo build-test, all backend builds (vllm/sglang/trtllm), deploy tests
# operator -> operator build and test
# operator -> operator build and test
# deploy -> deploy-test-vllm-disagg-router
# deploy -> deploy-test-vllm-disagg-router
# planner -> dynamo build-test
# vllm -> vllm build and test
# vllm -> vllm build and test
# sglang -> sglang build and test
# sglang -> sglang build and test
# trtllm -> trtllm build and test
# trtllm -> trtllm build and test
# frontend -> frontend EPP image build
# frontend -> frontend EPP image build
, dynamo build-test
# docs -> fern docs lint, sync, and version release (docs/ directory)
# docs -> fern docs lint, sync, and version release (docs/ directory)
#
#
# Filters for coverage only (no CI triggered):
# Filters for coverage only (no CI triggered):
# examples, ignore
, planner
# examples, ignore
all
:
all
:
-
'
**'
-
'
**'
...
...
.github/workflows/container-validation-dynamo.yml
View file @
05f10e93
...
@@ -27,6 +27,8 @@ jobs:
...
@@ -27,6 +27,8 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
outputs
:
outputs
:
core
:
${{ steps.changes.outputs.core }}
core
:
${{ steps.changes.outputs.core }}
planner
:
${{ steps.changes.outputs.planner }}
frontend
:
${{ steps.changes.outputs.frontend }}
builder_name
:
${{ steps.export-builder-name.outputs.builder_name }}
builder_name
:
${{ steps.export-builder-name.outputs.builder_name }}
steps
:
steps
:
-
name
:
Checkout code
-
name
:
Checkout code
...
@@ -54,7 +56,7 @@ jobs:
...
@@ -54,7 +56,7 @@ jobs:
build
:
build
:
needs
:
changed-files
needs
:
changed-files
if
:
needs.changed-files.outputs.core == 'true'
if
:
needs.changed-files.outputs.core == 'true'
|| needs.changed-files.outputs.planner == 'true' || needs.changed-files.outputs.frontend == 'true'
runs-on
:
prod-builder-v3
runs-on
:
prod-builder-v3
name
:
Build
name
:
Build
timeout-minutes
:
60
timeout-minutes
:
60
...
@@ -156,7 +158,7 @@ jobs:
...
@@ -156,7 +158,7 @@ jobs:
test-parallel
:
test-parallel
:
needs
:
[
changed-files
,
build
]
needs
:
[
changed-files
,
build
]
if
:
needs.changed-files.outputs.core == 'true'
if
:
needs.changed-files.outputs.core == 'true'
|| needs.changed-files.outputs.planner == 'true' || needs.changed-files.outputs.frontend == 'true'
runs-on
:
prod-builder-amd-v1
runs-on
:
prod-builder-amd-v1
name
:
Pytest (parallel)
name
:
Pytest (parallel)
timeout-minutes
:
30
timeout-minutes
:
30
...
@@ -186,7 +188,7 @@ jobs:
...
@@ -186,7 +188,7 @@ jobs:
test-sequential
:
test-sequential
:
needs
:
[
changed-files
,
build
]
needs
:
[
changed-files
,
build
]
if
:
needs.changed-files.outputs.core == 'true'
if
:
needs.changed-files.outputs.core == 'true'
|| needs.changed-files.outputs.planner == 'true' || needs.changed-files.outputs.frontend == 'true'
runs-on
:
prod-builder-amd-v1
runs-on
:
prod-builder-amd-v1
name
:
Pytest (sequential)
name
:
Pytest (sequential)
timeout-minutes
:
30
timeout-minutes
:
30
...
...
tests/profiler/test_helpers_rapid.py
View file @
05f10e93
...
@@ -84,7 +84,7 @@ class TestRunNaiveFallback:
...
@@ -84,7 +84,7 @@ class TestRunNaiveFallback:
"tpot"
:
0.0
,
"tpot"
:
0.0
,
"request_latency"
:
0.0
,
"request_latency"
:
0.0
,
}
}
assert
result
[
"chosen_exp"
]
is
None
assert
result
[
"chosen_exp"
]
==
"agg"
assert
isinstance
(
result
[
"best_config_df"
],
pd
.
DataFrame
)
assert
isinstance
(
result
[
"best_config_df"
],
pd
.
DataFrame
)
assert
result
[
"best_config_df"
].
empty
assert
result
[
"best_config_df"
].
empty
...
...
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