aws-samples / eks-kubeflow-workshop

Kubeflow workshop on EKS. Mainly focus on AWS integration examples. Please go check kubeflow website http://kubeflow.org for other examples
Apache License 2.0
96 stars 56 forks source link

Setting up testing infrastructure for this repo #36

Open Jeffwan opened 4 years ago

Jeffwan commented 4 years ago

Currently, most of the examples are using Jupyter notebook and in order to make sure they are end to end working, we need some testing infrastructure to test those notebooks.

See challenges to setup automation https://github.com/aws-samples/eks-kubeflow-workshop/issues/37

papermill can be used to test these notebooks e2e. We need to setup a CI to trigger a workflow to create cluster, setup kubeflow, run these notebooks, and shutdown the cluster and report test status.