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-9253] Fix the formula to set a major update custom model version #319

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

In the current implementation a major version is created only upon files changes. The logic should be fixed to read the latest version’s frozen status. If it is frozen, then create a new major version, otherwise, create a minor version.

CHANGES


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