Azure DevOps Pipelines:从付费代理返回免费层?
Azure DevOps Pipelines: Back to free tier from paid agent?
我们目前使用 free tier of Azure DevOps,每月有 1800 分钟的免费构建时间。
由于我们有时会遇到资源限制并在构建运行时看到很多变化,我们正在考虑切换到付费代理,希望与免费层相比,我们将在托管构建服务器上获得更高的性能或至少一致性.
如果付费代理没有达到我们的预期,有没有办法回到免费层?
If the paid agent does not come up to our expectation, is there a way to get back to the free tier?
是的,您只需将 Paid parallel jobs
更改为 0
即可删除付费代理。
或remove billing也将删除付费代理。
我们目前使用 free tier of Azure DevOps,每月有 1800 分钟的免费构建时间。
由于我们有时会遇到资源限制并在构建运行时看到很多变化,我们正在考虑切换到付费代理,希望与免费层相比,我们将在托管构建服务器上获得更高的性能或至少一致性.
如果付费代理没有达到我们的预期,有没有办法回到免费层?
If the paid agent does not come up to our expectation, is there a way to get back to the free tier?
是的,您只需将 Paid parallel jobs
更改为 0
即可删除付费代理。
或remove billing也将删除付费代理。