Skip to content

Commit ecad47f

Browse files
authored
always run the evaluation step (#154)
Set the ci-build-train pipeline to always run the evaluation step (even if the pipeline is cancelled). This will cause the Azure Pipeline to log the reason for cancellation rather than just "silently failing".
1 parent b3d598e commit ecad47f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pipelines/diabetes_regression-ci-build-train.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ stages:
8888
PipelineParameters: '"ParameterAssignments": {"model_name": "$(MODEL_NAME)", "hyperparameter_alpha": "$(ALPHA)"}'
8989
- job: "Training_Run_Report"
9090
dependsOn: "Run_ML_Pipeline"
91+
condition: always()
9192
displayName: "Determine if evaluation succeeded and new model is registered"
9293
pool:
9394
vmImage: 'ubuntu-latest'

0 commit comments

Comments
 (0)