Gitlab CICD 分钟不够?

Gitlab CICD minutes insufficient?

根据gitlab.com,免费 CICD 限制为 2000 分钟。引用他们的文档:

"Moving forward, all free accounts will have 2000 pipeline minutes per group per month independent of the visibility of the project"

所以如果是每个组,如果我创建不同的组并在那里添加项目,我可以获得更多的 CICD 分钟数吗?或者这个限制是在帐户级别?谁能解释一下。

https://docs.gitlab.com/ee/subscriptions/#purchasing-additional-ci-minutes,如果您达到配额,您可以为群组或您的个人命名空间购买额外的分钟数。好像有群名额,还有账号名额。

此外,根据您提到的发布公告 (https://about.gitlab.com/releases/2020/03/18/ci-minutes-for-free-users/),大多数人使用不到 1,000 分钟。

2021 年更新:官方 documentation is here (with FAQ)

CI pipeline minutes

CI pipeline minutes are the execution time for your pipelines on GitLab shared runners.
Each GitLab SaaS tier includes a monthly quota of CI pipeline minutes for private and public projects in the namespace:

请注意,分钟数已从 2000 分钟减少到... 400 分钟。

参见:

Changes to GitLab.com public project CI/CD minute quotas

来自Jackie Porter

In the upcoming milestones, we will be extending CI/CD minute usage quotas to non-open source programs on GitLab.com public projects.

In the first half of 2021, GitLab.com and other CI/CD providers faced a large uptick in the abuse of free pipeline minutes to mine for cryptocurrencies.
To discourage and reduce abuse, we announced several changes to help ensure service continued to be reliable for our customers and users. The most recent change was made on 2021-07-17 to "include public projects in pipeline minutes quota for free users."