datarobot-oss / custom-models-action

Contains the implementation of GitHub actions to manage custom inference models and deployments using a CI/CD workflows
Other
8 stars 3 forks source link

[RAPTOR-9319] Add support for multi-lines output message metric #326

Closed zohar-mizrahi closed 1 year ago

zohar-mizrahi commented 1 year ago

This repository is public. Do not put here any private DataRobot or customer's data, code, datasets, model artifacts, .etc.

RATIONAL

Apparently, all the functional tests pass with success, but eventually GitHub the following errors:

Error: Unable to process file command 'output' successfully.
Error: Invalid format '-------- custom-model logs --------'

This is because GitHub deprecated an old way to output metrics and replaced it with a method that requires special handling to output multi-lines.

CHANGES


CAUTION: changing any of the checkbox states will immediately terminate a previous run that is in progress.