Commit 79ebca7
committed
[CI] Shard Hybrid SSM NixlConnector PD accuracy tests into 3 config groups
Split hybrid-ssm-nixlconnector-pd-accuracy-tests-4-gpus (~45.7m wall in
build 83851) into parallelism: 3 via a new opt-in CONFIG_INDICES env in
config_sweep_accuracy_test.sh that selects configs from the chosen array
by zero-based index. Unset means run everything, so the other jobs
sharing the sweep script (tp/dp_ep/sw_attn variants and the AMD mirrors)
are unchanged. CONFIG_EXPECTED_COUNT=7 makes each shard fail loudly if
the hybrid config array changes without rebalancing the index lists.
Buckets are balanced on measured per-config runtime: shard 0 = configs
0,4 (~14.5m), shard 1 = configs 5,6 (~13.2m), shard 2 = configs 1,2,3
(~16.3m); expected wall ~18m incl. ~1.7m install/canary per shard.
Timeout 60 -> 30. The AMD mirror keeps its own unchanged command and is
pinned to parallelism: 1 (stays a single unsharded job; requires the
pipeline generator change in vllm-project/ci-infra#473).
Signed-off-by: Kevin Luu <51931015+khluu@users.noreply.github.com>1 parent 63a9a50 commit 79ebca7
2 files changed
Lines changed: 30 additions & 2 deletions
File tree
- .buildkite/test_areas
- tests/v1/kv_connector/nixl_integration
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
118 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
119 | 126 | | |
120 | 127 | | |
121 | 128 | | |
122 | 129 | | |
| 130 | + | |
123 | 131 | | |
124 | 132 | | |
125 | 133 | | |
| |||
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
58 | 78 | | |
59 | 79 | | |
60 | 80 | | |
| |||
0 commit comments