在 Microsoft 托管的代理上运行一项作业时,Azure DevOps 发布管道“操作错误冲突”

问题描述

我正在尝试实施 Azure DevOps Release 管道以在 Azure ML 上部署机器学习模型。我正在使用 6 个任务:

  • 使用python版本
  • Azure CLI:az extension add -n azure-cli-ml
  • Azure CLI:az ml model deploy -g <RG> -w <WS> -n <SN> -f ../Metadata/model.json --dc aciDeploymentConfig.yml --ic inferenceConfig.yml --overwrite
  • Bash 任务:pip 安装要求。
  • Azure CLI:运行一些集成测试。
  • 发布测试结果。

我的管道在部署任务上失败,出现错误
Conflict of operation,another operation on same entity is already running in workspace mlops-wrksp.
Script Failed with exit code: 1
没有其他管道在运行,我使用的是 Microsoft 托管的代理。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)