Skip to content

Enable deploy of model registered by previous build #207

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

Merged
merged 3 commits into from
Feb 25, 2020

Conversation

jotaylo
Copy link
Contributor

@jotaylo jotaylo commented Feb 24, 2020

Allows you to skip the first two stages of the pipeline and deploy a model registered by a previous build by setting the variable MODEL_BUILD_ID to the previous build's id when queuing the pipeline. This speeds up the process of fixing issues with the scoring or deployment configuration.

image

Also some auto lint fixes.

@jotaylo
Copy link
Contributor Author

jotaylo commented Feb 24, 2020

The conditions still need a little tweaking, at the moment if evaluation cancels the register stage, the deploy is still attempted.

@jotaylo jotaylo merged commit b0da645 into master Feb 25, 2020
@jotaylo jotaylo deleted the jotaylo/deploy_former branch February 25, 2020 17:16
jotaylo added a commit that referenced this pull request Feb 25, 2020
Fixing regression introduced in #207 - don't continue pipeline on lint/unit test errors.
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 this pull request may close these issues.

2 participants