Add Ngen Calibration Request Variant#217
Conversation
NGENCalibrationRequest's, for now use container image 127.0.0.1:5000/ngen_cal:latest
|
The failing test is coming from the |
|
@aaraney, take a look at this branch in my fork. I have done a bit more with a calibration message implementation (also created a response type for it) and build handlers under the |
Thanks for pointing me in this direction. It looks like you've handled a lot pieces that i'd not considered yet and will eventually be relevant to something like the While looking through your branch, I think you may need to update |
|
Closing; consolidating these and other changes in #240. |
Add support for Ngen Calibration Requests. This request type is identical to
NGENRequest's with the caveat of themodel_namefield which is nowngen_calinstead ofngen.The
schedulehas been updated to handle theNGENCalibrationRequestvariant.NGENCalibrationRequests, for now, use the container image tag pair of127.0.0.1:5000/ngen_cal:latest.Additions
127.0.0.1:5000/ngen_cal:latestto handle these requests.Changes
ModelExecRequestsubtypes is now recursive.Todos
NGENCalibrationRequestResponsevariant.ngen_calDockerfile.communicationandschedulerminor versions.Checklist