Qaqc on sta data
TESTING
Use the runner.py
wich will be removed before the merge.
unless tsm-orchestration!202 (merged) is not merged, use
CONFIGDB_UPDATER_IMAGE_TAG=qaqc_by_versionz
in the orchestration .env
.
to fill a simple test setup for STA data, run
# start all services (and populate stuff)
./tsm_workflow all
# then
psql postgresql://configdb:configdb@localhost:5432/postgres --file=V99_0__populate_qaqc.sql
Placing the file in orcestration/flyway/mirgations
does not work currently because the mandatory project_id is only present after the database was populated..
Edited by Bert Palm