执行摘要
基于实际 CI 运行时数据更新 57 个测试的预估时间,优化测试分区平衡。
PR body中明确指出:'The LPT (Longest Processing Time) partition algorithm relies on accurate est_time to balance test distribution across CI jobs. Current estimates are significantly off for many tests, causing:
- Partition imbalance: some jobs finish in 11min while others take 25min - Wasted CI time: over-estimated tests waste partition budget'。这直接驱动了此次数据驱动的更新。
对于负责CI维护和测试分布的工程师,此PR值得快速浏览以了解时间估计更新。关注test_disaggregation_decode_offload.py中disabled参数的更改,这反映了CI配置的最佳实践。
由于PR未收到review评论,没有进行技术讨论。所有变更由作者直接提交和合并。
参与讨论