Azure / mlops-v2

Azure MLOps (v2) solution accelerators. Enterprise ready templates to deploy your machine learning models on the Azure Platform.
https://learn.microsoft.com/en-us/azure/machine-learning/concept-model-management-and-deployment
MIT License
475 stars 224 forks source link

When "config-infra-prod.yml" file is changed, 3 pipelines are automatically triggered and failed. #109

Closed yelizkilinc closed 11 months ago

yelizkilinc commented 1 year ago

Describe the bug or the issue that you are facing

In Outer loop first step, when "config-infra-prod.yml" or dev yaml files are changed, 3 pipelines (deploy-online-endpoint-pipeline, batch endpoint and training pipelines are automatically triggered on Azure DevOps and failed. They should not have run.

Steps/Code to Reproduce

1.In Outer loop first step, change "config-infra-prod.yml" or dev yaml files

  1. Check Azure Devops pipelines

Expected Output

They should not have triggered

Versions

-

Which platform are you using for deploying your infrastrucutre?

Azure DevOps (ADO)

If you mentioned Others, please mention which platformm are you using?

No response

What are you using for deploying your infrastrucutre?

Bicep

Are you using Azure ML CLI v2 or Azure ML Python SDK v2

Azure ML Python SDK v2

Describe the example that you are trying to run?

testing classical project type

sdonohoo commented 1 year ago

This issue is fixed in PR https://github.com/Azure/mlops-project-template/pull/131 awaiting review

setuc commented 11 months ago

Resolved