artefactory / one-click-mlflow

A tool to deploy a mostly serverless MLflow tracking server on a GCP project with one command
GNU Lesser General Public License v3.0
66 stars 21 forks source link

feat: CI #74

Open pol-defont-reaulx opened 3 years ago

pol-defont-reaulx commented 3 years ago

Hello all, here is a first draft of OCMLF's CI. Give me your feedbacks on this.

Issue

My PR resolves #27

Description

To do manually to be able to test this

Questions

  1. To finish the CI we'll need to do some steps manually (see previous section), but I could also make these steps with Terraform even if they'll need to be done only one time. What do you think is the best here?
  2. I wasn't able to find an image with both gcp sdk and terraform on it, do you know one that could be used instead of creating and storing our own?
  3. We could also add some tests using MLFlow's API at the end to see if all is working good, what do you think?