Skip to content

Qaqc on sta data

Bert Palm requested to merge qaqc_on_sta_data into main

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..

[1] V99_0__populate_qaqc.sql

Edited by Bert Palm

Merge request reports

Loading