Skip to content

Commit

Permalink
Update Badge, Pipeline filters (#81)
Browse files Browse the repository at this point in the history
* Update current build badge

* Only trigger Dockerfile change

* Include iac pr filter
  • Loading branch information
dtzar authored and eedorenko committed Oct 15, 2019
1 parent d0a1e5b commit a45b96b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion environment_setup/docker-image-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trigger:

paths:
include:
- environment_setup/*
- environment_setup/Dockerfile

variables:
containerRegistry: $[coalesce(variables['acrServiceConnection'], 'acrconnection')]
Expand Down
7 changes: 7 additions & 0 deletions environment_setup/iac-create-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a45b96b

Please sign in to comment.