reanahub / reana

REANA: Reusable research data analysis platform
https://docs.reana.io
MIT License
127 stars 54 forks source link

tests: setup CI for end to end tests #90

Open diegodelemos opened 6 years ago

diegodelemos commented 6 years ago

Get a Kubernetes cluster running on CI environment with service account token (needed by REANA-Job-Controller) and test that examples work using reana CLI (reana install-client, reana install-cluster, reana run-example...). Some known options:

diegodelemos commented 6 years ago

So far I could partially configure the first option with CERN Gitlab. I connected GitLab CI with a running magnum managed Kubernetes cluster but didn't use it in a pipeline yet.