From 6eeb4c0d2a793443275cdb2353d72bf3b817cbaf Mon Sep 17 00:00:00 2001 From: David Tesar Date: Tue, 15 Oct 2019 09:50:17 -0700 Subject: [PATCH 1/3] Update current build badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb202690..264643ea 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ description: "Code which demonstrates how to set up and operationalize an MLOps # MLOps with Azure ML -[![Build Status](https://dev.azure.com/customai/DevopsForAI-AML/_apis/build/status/Microsoft.MLOpsPython?branchName=master)](https://dev.azure.com/customai/DevopsForAI-AML/_build/latest?definitionId=25&branchName=master) +[![Build Status](https://dev.azure.com/customai/DevopsForAI-AML/_apis/build/status/Build%20%26%20Train?branchName=master)](https://dev.azure.com/customai/DevopsForAI-AML/_build/latest?definitionId=34&branchName=master) MLOps will help you to understand how to build the Continuous Integration and Continuous Delivery pipeline for a ML/AI project. We will be using the Azure DevOps Project for build and release/deployment pipelines along with Azure ML services for model retraining pipeline, model management and operationalization. From 9278d55414666d399cbc2660ee138fb23b05b062 Mon Sep 17 00:00:00 2001 From: David Tesar Date: Tue, 15 Oct 2019 09:50:46 -0700 Subject: [PATCH 2/3] Only trigger Dockerfile change --- environment_setup/docker-image-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment_setup/docker-image-pipeline.yml b/environment_setup/docker-image-pipeline.yml index a97f8207..633caf1f 100644 --- a/environment_setup/docker-image-pipeline.yml +++ b/environment_setup/docker-image-pipeline.yml @@ -11,7 +11,7 @@ trigger: paths: include: - - environment_setup/* + - environment_setup/Dockerfile variables: containerRegistry: $[coalesce(variables['acrServiceConnection'], 'acrconnection')] From 5eb120ffdfc4125e6872314c1d4aca3f2779b2bd Mon Sep 17 00:00:00 2001 From: David Tesar Date: Tue, 15 Oct 2019 10:05:00 -0700 Subject: [PATCH 3/3] Include iac pr filter --- environment_setup/iac-create-environment.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/environment_setup/iac-create-environment.yml b/environment_setup/iac-create-environment.yml index 4a930c50..2dd00694 100644 --- a/environment_setup/iac-create-environment.yml +++ b/environment_setup/iac-create-environment.yml @@ -5,6 +5,13 @@ trigger: paths: include: - environment_setup/arm-templates/* +pr: + branches: + include: + - master + paths: + include: + - environment_setup/arm-templates/* pool: vmImage: 'ubuntu-latest'