-
Notifications
You must be signed in to change notification settings - Fork 505
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:流水线并发运行时,支持限制并发个数和排队 #10718
Labels
done
Production environment in tencent has been deploy
kind/enhancement
功能改进特性
service/process
流水线
todo
todo
Comments
第 2 点,优化功能,公共构建机/无编译环境 Job 也支持排队:#10721 |
yongyiduan
added a commit
to yongyiduan/bk-ci
that referenced
this issue
Sep 2, 2024
yongyiduan
added a commit
to yongyiduan/bk-ci
that referenced
this issue
Sep 2, 2024
yongyiduan
added a commit
to yongyiduan/bk-ci
that referenced
this issue
Sep 2, 2024
yongyiduan
added a commit
to yongyiduan/bk-ci
that referenced
this issue
Sep 12, 2024
vhwweng
added a commit
to vhwweng/bk-ci
that referenced
this issue
Sep 12, 2024
# Reviewed, transaction id: 18270
yongyiduan
added a commit
to yongyiduan/bk-ci
that referenced
this issue
Sep 13, 2024
bkci-bot
added
for test
Test environment in tencent has been deploy
and removed
todo
todo
labels
Sep 13, 2024
yongyiduan
added a commit
to yongyiduan/bk-ci
that referenced
this issue
Sep 13, 2024
vhwweng
added a commit
to vhwweng/bk-ci
that referenced
this issue
Sep 13, 2024
# Reviewed, transaction id: 18431
yongyiduan
added a commit
to yongyiduan/bk-ci
that referenced
this issue
Sep 19, 2024
yongyiduan
added a commit
to yongyiduan/bk-ci
that referenced
this issue
Sep 19, 2024
yongyiduan
added a commit
to yongyiduan/bk-ci
that referenced
this issue
Sep 19, 2024
vhwweng
added a commit
to vhwweng/bk-ci
that referenced
this issue
Sep 29, 2024
# Reviewed, transaction id: 19645
yongyiduan
added a commit
to yongyiduan/bk-ci
that referenced
this issue
Oct 10, 2024
vhwweng
added a commit
to vhwweng/bk-ci
that referenced
this issue
Oct 10, 2024
# Reviewed, transaction id: 20177
yongyiduan
added a commit
to yongyiduan/bk-ci
that referenced
this issue
Oct 10, 2024
yongyiduan
added a commit
to yongyiduan/bk-ci
that referenced
this issue
Oct 10, 2024
yongyiduan
added a commit
to yongyiduan/bk-ci
that referenced
this issue
Oct 10, 2024
bkci-bot
added
done
Production environment in tencent has been deploy
and removed
for gray
UAT environment in tencent has been deploy
labels
Oct 27, 2024
yongyiduan
added a commit
to yongyiduan/bk-ci
that referenced
this issue
Oct 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
done
Production environment in tencent has been deploy
kind/enhancement
功能改进特性
service/process
流水线
todo
todo
【背景】
某业务,云端构建资源有限、测试环境部署资源也有限,需要控制并发的个数,超限时排队:
现有的能力满足不了此场景
【需求】
当流水线并发设置为“可并发运行”时,可以:
配置同时可并发运行的最大任务个数
并发达到上限时,设置排队的超时时间
code
The text was updated successfully, but these errors were encountered: