[CI][PD] Pin nccl rendezvous port per side to fix flaky disaggregation tests (#34755)
This commit is contained in:
@@ -62,6 +62,8 @@ class TestDisaggregationDSV4(SpecDecodingMixin, PDDisaggregationServerBase, GSM8
|
||||
"prefill",
|
||||
"--disaggregation-bootstrap-port",
|
||||
cls.bootstrap_port,
|
||||
"--nccl-port",
|
||||
cls.prefill_nccl_port,
|
||||
"--tp",
|
||||
4,
|
||||
"--dp",
|
||||
@@ -96,6 +98,8 @@ class TestDisaggregationDSV4(SpecDecodingMixin, PDDisaggregationServerBase, GSM8
|
||||
"decode",
|
||||
"--disaggregation-bootstrap-port",
|
||||
cls.bootstrap_port,
|
||||
"--nccl-port",
|
||||
cls.decode_nccl_port,
|
||||
"--tp",
|
||||
4,
|
||||
"--dp",
|
||||
|
||||
Reference in New Issue
Block a user