Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a8030d7

Browse filesBrowse files
author
j-so
committed
test package fail
1 parent c7845aa commit a8030d7
Copy full SHA for a8030d7

File tree

Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed
Open diff view settings
Collapse file

‎.pipelines/diabetes_regression-cd-deploy.yml‎

Copy file name to clipboardExpand all lines: .pipelines/diabetes_regression-cd-deploy.yml
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ stages:
102102
scriptLocation: inlineScript
103103
workingDirectory: $(Build.SourcesDirectory)/$(SOURCES_DIR_TRAIN)/scoring
104104
inlineScript: |
105+
set -e # fail on error
106+
105107
az ml model deploy --name $(AKS_DEPLOYMENT_NAME) --model '$(MODEL_NAME):$(MODEL_VERSION)' \
106108
--compute-target $(AKS_COMPUTE_NAME) \
107109
--ic inference_config.yml \
Collapse file

‎.pipelines/diabetes_regression-package-model-template.yml‎

Copy file name to clipboardExpand all lines: .pipelines/diabetes_regression-package-model-template.yml
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ steps:
2828
2929
# Create model package using CLI
3030
az ml model package --workspace-name $(WORKSPACE_NAME) -g $(RESOURCE_GROUP) \
31-
--model '${{ parameters.modelId }}' \
3231
--entry-script '${{ parameters.scoringScriptPath }}' \
3332
--cf '${{ parameters.condaFilePath }}' \
3433
-v \

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.