AutomatingSciencePipeline / Monorepo

Low-code open source pipeline for running computational experiments
3 stars 0 forks source link

Kubernetes setup #269

Closed rhit-zhangam closed 4 months ago

rhit-zhangam commented 4 months ago

Copied most files from our working kubernetes setup, somewhat messy. This version is built off of an older firebase version, rather than mongodb. However, it does support running multiple experiments in parallel, kind of like a minimal viable product version.

Along with this, tag v1.0.9 contains the main branch version that has mongodb migrated and frontend improvements, but no kubernetes support. This is done as we are still in the process of combining features, so it's kept as reference.

rhit-zhangam commented 4 months ago

Redid some CI Github Actions for more basic Dockerfiles, as we shift away from docker-compose. Also, adjusted pylint to check python code in both runner and backend.