HumanCellAtlas / ingest-central

Ingest Central is the hub repository for the ingest service
Apache License 2.0
0 stars 1 forks source link

Finish ingest gitlab integration #563

Open justincc opened 5 years ago

justincc commented 5 years ago
prabh-t commented 4 years ago

project now moved to HCA group in allspark (https://allspark.dev.data.humancellatlas.org/HumanCellAtlas/ingest-kube-deployment). Ingest component deployment can be triggered via Gitlab by running deploy_ingest pipeline under CI/CD > Pipelines. ENV and APPS need to be provided corresponding to the environment (dev, integration, staging or prod) and applications (space separated) that we wish to deploy. Still have not figured out how to use shared gitlab runner to avoid personal auth, but this isn't an urgent issue at the moment (Rhian's also using a custom img in his PR) - image is in gitlab container registry.

prabh-t commented 4 years ago

Another look at this today to see the issue @MightyAx having with deploy_integration pipeline. Custom image needs update from time to time to resolve dep/auth issues. Will need to read up on shared runner setup to do this.