Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipeline should not be cancelled in the evaluation step #151

Closed
sbaidachni opened this issue Jan 27, 2020 · 1 comment · Fixed by #152
Closed

Pipeline should not be cancelled in the evaluation step #151

sbaidachni opened this issue Jan 27, 2020 · 1 comment · Fixed by #152

Comments

@sbaidachni
Copy link
Contributor

If evaluation doesn't show better results compare to the previous model, the pipeline cancels itself... It leads to auto-cancellation of Azure DevOps Build with no any particular reason that is really frustrating. At the same time, Build has own evaluation step that doesn't have any sense now.

Rather than cancel pipeline inside run we need to pass a parameter from evaluation to register model step. If no model has been register, the Evaluation pipeline in Azure DevOps Build will do its job

@algattik
Copy link
Contributor

Agree, and this creates a problem for flow control. Typically a pipeline runs not in an isolated context but as part of a larger process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants