Skip to content
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:Job 并发支持 Code 配置 #10860

Closed
fayewong-v5 opened this issue Aug 22, 2024 · 0 comments
Closed

feat:Job 并发支持 Code 配置 #10860

fayewong-v5 opened this issue Aug 22, 2024 · 0 comments
Assignees
Labels
done Production environment in tencent has been deploy kind/enhancement 功能改进特性

Comments

@fayewong-v5
Copy link
Contributor

fayewong-v5 commented Aug 22, 2024

  job_private:
    name: 第三方构建机环境
    runs-on: 
      pool-name: my-pool
      self-hosted: true
      concurrency-limit-per-node: 2
      concurrency-limit-total: 5
      queue-timeout-minutes: 10
    steps:
      - run: echo hi, job_private
  • concurrency-limit-per-node: 单节点并发限制
  • concurrency-limit-total: 环境下所有节点上的总并发限制

原始需求:#9810

@fayewong-v5 fayewong-v5 added the kind/enhancement 功能改进特性 label Aug 22, 2024
@bkci-bot bkci-bot added todo todo for test Test environment in tencent has been deploy and removed todo todo labels Aug 27, 2024
yongyiduan added a commit to yongyiduan/bk-ci that referenced this issue Sep 3, 2024
@bkci-bot bkci-bot added the todo todo label Sep 3, 2024
yongyiduan added a commit to yongyiduan/bk-ci that referenced this issue Sep 10, 2024
yongyiduan added a commit to yongyiduan/bk-ci that referenced this issue Sep 10, 2024
yongyiduan added a commit to yongyiduan/bk-ci that referenced this issue Sep 12, 2024
yongyiduan added a commit to yongyiduan/bk-ci that referenced this issue Sep 12, 2024
@bkci-bot bkci-bot removed the todo todo label Sep 13, 2024
@yongyiduan yongyiduan added the tested 测试环境通过/test patest passed for test stage label Sep 13, 2024
@bkci-bot bkci-bot added for gray UAT environment in tencent has been deploy and removed for test Test environment in tencent has been deploy tested 测试环境通过/test patest passed for test stage labels Sep 13, 2024
@yongyiduan yongyiduan added the grayed uat环境测试通过/test passed for uat stage label Oct 11, 2024
@bkci-bot bkci-bot added done Production environment in tencent has been deploy and removed for gray UAT environment in tencent has been deploy grayed uat环境测试通过/test passed for uat stage labels Oct 15, 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 功能改进特性
Projects
None yet
Development

No branches or pull requests

3 participants