-
Notifications
You must be signed in to change notification settings - Fork 24
Ensembler Image Building API #376
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
Conversation
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
deadlycoconuts
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for this super long PR. I've left some comments which might no longer be relevant anymore after your latest pushes 😅
Description
The image-building process of the Turing ensembler jobs and services are tightly coupled with the serving flow. If the image-building failed, the serving would fail too.
This PR introduces a new Image Building API to trigger the image building process programmatically and separately from the serving flow.
Modifications
a. Add ListImages endpoint that will return the job and services images for a given ensembler.
b. Add BuildImage endpoint that will build an job or service image
Tests
Checklist
Release Notes