我的 Azure DevOps 管道作业不工作,我已达到最大请求数,但我是新手

My Azure DevOps pipeline job is not working, I have the maximum number of requests reached but I am new

我是 Azure 的新手,我想在 devops 上设置应用服务和管道以实现持续集成,所以我决定试用免费计划。

我正在尝试使用来自 GitHub 的存储库在 Azure DevOps 上设置管道,并且我没有更改 azure-pipelines.yml 中的任何内容,因此我可以测试它是否有效.当我 运行 管道并检查默认作业时,它们一直在排队,当我在控制台中查看消息时,它显示以下内容: 此代理请求不是 运行ning,因为您已达到并行类型 'Microsoft-Hosted Private' 可以 运行 的最大请求数。当前在队列中的位置:1

我试过谷歌搜索,但除了必须向特定地址 (azpipelines-freetier@microsoft.com) 发送电子邮件外,还没有发现任何有用的东西。现在我已经这样做了,但还没有收到任何答复。这是正确的解决方案还是我做错了什么?

卡住问题的根本原因是 public 的管道 Microsoft 托管代理和新组织中的私有项目在最新更新中受到限制。

更详细的信息可以参考这两个文档:Private Project Pipelines, Public Project Pipelines.

Release 183中,添加限制的原因如下:

Over the past few months, the situation has gotten substantially worse, with a high percentage of new public projects in Azure DevOps being used for crypto mining and other activities we classify as abusive. In addition to taking an increasing amount of energy from the team, this puts our hosted agent pools under stress and degrades the experience of all our users – both open-source and paid.

私人项目:

您可以发送电子邮件至 azpipelines-freetier@microsoft.com 以获得您的免费套餐。

  • 你的名字
  • Azure DevOps 组织的名称

Public 项目:

您可以发送电子邮件至 azpipelines-ossgrant@microsoft.com 以获得您的免费套餐。

  • 你的名字
  • 您为其申请免费资助的 Azure DevOps 组织
  • 指向您计划构建的存储库的链接
  • 您的项目的简要说明

由于您已发送电子邮件,您可以等待回复并获得免费套餐。