[CI优化] P3-3 Runner弹性扩缩容 #452

Closed
opened 2026-07-17 11:49:43 +08:00 by xiaoxia · 0 comments
Owner

背景

固定数量的Runner在高峰期排队、低峰期浪费资源。

要做什么

  • 根据CI队列长度自动扩缩Runner
  • 高峰自动扩容、低峰自动缩容
  • 支持按优先级调度

验收标准

  • 队列积压时自动扩容Runner
  • 空闲时自动缩容节省资源
  • 扩缩容过程不影响正在运行的Job
## 背景 固定数量的Runner在高峰期排队、低峰期浪费资源。 ## 要做什么 - 根据CI队列长度自动扩缩Runner - 高峰自动扩容、低峰自动缩容 - 支持按优先级调度 ## 验收标准 - [ ] 队列积压时自动扩容Runner - [ ] 空闲时自动缩容节省资源 - [ ] 扩缩容过程不影响正在运行的Job
xiaoxia added this to the [CI] Phase 5:高级特性 milestone 2026-07-17 11:49:43 +08:00
xiaoxia added the devopsP3ci-optimization labels 2026-07-17 11:49:43 +08:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: xiaoxia/xiaoxia-saas#452