feat(ci): Runner分层调度 - L1/L2/L3按任务类型路由 #401
Reference in New Issue
Block a user
Delete Branch "feat/runner-layered-scheduling"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
变更内容
12个Runner按负载类型分三层调度,优化资源利用率:
L1快速层(4个,ci-l1标签)
L2构建层(6个,ci-l2标签)
L3重型层(2个,ci-l3标签)
收益
CI全绿,自动审批通过。