-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 流水线支持设置并发组执行策略 #6521 #6540
Conversation
...s/biz-base/src/main/kotlin/com/tencent/devops/process/engine/interceptor/QueueInterceptor.kt
Outdated
Show resolved
Hide resolved
...-base/src/main/kotlin/com/tencent/devops/process/engine/service/PipelineRuntimeExtService.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2点:
1、SQL DDL 补充
2、 QueueIntercepter.cancelBuildPipeline与PipelineRuntimeExtService.popAllConcurrencyGroupBuildInfo 是否存在不必要的操作
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
注意BuildInfo 存在Json对象
从目前来看 pipelineRuntimeService.getBuildInfoListByConcurrencyGroup 返回了过多的内容
建议重新修改函数名称,并DAO层只查取返回需要的字段,
目前用途仅用于读取pipelineId, buildId, 以及 count计数,不需要将整个记录字段都返回
流水线支持设置并发组执行策略 #6521