monarch-initiative / mondo-ingest

Coordinating the mondo-ingest with external sources
https://monarch-initiative.github.io/mondo-ingest/
6 stars 3 forks source link

SOP: Source repos & builds #675

Open joeflack4 opened 1 month ago

joeflack4 commented 1 month ago

Overview

Need to develop an SOP for doing mondo-ingest builds when merging feature branches in independent source repos (e.g. OMIM).

Something like this:

  1. Source repo: feature --> main (our source repos don't have a develop)
  2. Source repo: build
  3. mondo-ingest: build

Questions

  1. Should this be done for every non-idempotent update? (e.g. any time there are code changes)
  2. Should mondo-ingest builds always be done on main? Are there some times where they should be done on develop?

Related