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
e77646ae
Unverified
Commit
e77646ae
authored
Mar 06, 2026
by
Hongkuan Zhou
Committed by
GitHub
Mar 06, 2026
Browse files
fix: planner e2e test config file using new CLI format (#7014)
Signed-off-by:
hongkuanz
<
hongkuanz@nvidia.com
>
parent
2e29620d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
15 deletions
+6
-15
tests/planner/scaling/disagg_planner_load.yaml
tests/planner/scaling/disagg_planner_load.yaml
+3
-8
tests/planner/scaling/disagg_planner_throughput.yaml
tests/planner/scaling/disagg_planner_throughput.yaml
+3
-7
No files found.
tests/planner/scaling/disagg_planner_load.yaml
View file @
e77646ae
...
@@ -27,18 +27,13 @@ spec:
...
@@ -27,18 +27,13 @@ spec:
extraPodSpec
:
extraPodSpec
:
mainContainer
:
mainContainer
:
image
:
nvcr.io/nvidia/ai-dynamo/vllm-runtime:my-tag
image
:
nvcr.io/nvidia/ai-dynamo/vllm-runtime:my-tag
workingDir
:
/workspace/components/src/dynamo/planner
command
:
command
:
-
python3
-
python3
-
-m
-
-m
-
planner
_sla
-
dynamo.
planner
args
:
args
:
-
--environment=kubernetes
-
--config
-
--backend=vllm
-
'
{"environment":
"kubernetes",
"backend":
"vllm",
"enable_load_scaling":
true,
"enable_throughput_scaling":
false,
"pre_deployment_sweeping_mode":
"none",
"load_adjustment_interval":
5,
"load_min_observations":
5}'
-
--enable-loadbased-scaling
-
--disable-throughput-scaling
-
--loadbased-adjustment-interval=5
-
--loadbased-min-observations=5
VllmDecodeWorker
:
VllmDecodeWorker
:
envFromSecret
:
hf-token-secret
envFromSecret
:
hf-token-secret
componentType
:
worker
componentType
:
worker
...
...
tests/planner/scaling/disagg_planner_throughput.yaml
View file @
e77646ae
...
@@ -19,17 +19,13 @@ spec:
...
@@ -19,17 +19,13 @@ spec:
extraPodSpec
:
extraPodSpec
:
mainContainer
:
mainContainer
:
image
:
nvcr.io/nvidia/ai-dynamo/vllm-runtime:my-tag
image
:
nvcr.io/nvidia/ai-dynamo/vllm-runtime:my-tag
workingDir
:
/workspace/components/src/dynamo/planner
command
:
command
:
-
python3
-
python3
-
-m
-
-m
-
planner
_sla
-
dynamo.
planner
args
:
args
:
-
--environment=kubernetes
-
--config
-
--backend=vllm
-
'
{"environment":
"kubernetes",
"backend":
"vllm",
"throughput_adjustment_interval":
60,
"profile_results_dir":
"/workspace/tests/planner/profiling_results/H200_TP1P_TP1D",
"no_correction":
true}'
-
--adjustment-interval=60
-
--profile-results-dir=/workspace/tests/planner/profiling_results/H200_TP1P_TP1D
-
--no-correction
VllmDecodeWorker
:
VllmDecodeWorker
:
envFromSecret
:
hf-token-secret
envFromSecret
:
hf-token-secret
componentType
:
worker
componentType
:
worker
...
...
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