Skip to content

Commit a45b96b

Browse files
dtzareedorenko
authored andcommitted
Update Badge, Pipeline filters (#81)
* Update current build badge * Only trigger Dockerfile change * Include iac pr filter
1 parent d0a1e5b commit a45b96b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: "Code which demonstrates how to set up and operationalize an MLOps
1212
# MLOps with Azure ML
1313

1414

15-
[![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)
15+
[![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)
1616

1717

1818
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.

environment_setup/docker-image-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ trigger:
1111

1212
paths:
1313
include:
14-
- environment_setup/*
14+
- environment_setup/Dockerfile
1515

1616
variables:
1717
containerRegistry: $[coalesce(variables['acrServiceConnection'], 'acrconnection')]

environment_setup/iac-create-environment.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ trigger:
55
paths:
66
include:
77
- environment_setup/arm-templates/*
8+
pr:
9+
branches:
10+
include:
11+
- master
12+
paths:
13+
include:
14+
- environment_setup/arm-templates/*
815

916
pool:
1017
vmImage: 'ubuntu-latest'

0 commit comments

Comments
 (0)