microsoft / dstoolkit-mlops-base

Support ML teams to accelerate their model deployment to production leveraging Azure
MIT License
89 stars 39 forks source link

Work-around for auto-testing after PR #8

Closed kyoro1 closed 3 years ago

kyoro1 commented 3 years ago

I put my PR today, and auto-testing failed, because we cannot use ACI(Azure Container Instances) in a region. Can we have any work-around for the above like re-try the auto-testing?

FYI, I didn't change any python codes in the PR, and the processing flows must not be changed.

mariamedp commented 3 years ago

Hi @kyoro1, the PR pipelines are run in Azure DevOps, a re-run can be requested there in case of a temporal failure ("Rerun failed jobs" option). I did that and the PR is merged now. Anyway, @FlorianPydde will work on excluding the documentation from pipeline triggers (#10) so that changes to text files don't trigger pipeline runs in PRs. Thanks!