Skip to content

pass additional docker options in script build_data to perform replay 5m

we need to mount datadir at the same location both during replay job and during job running tests (else there are problems with tablespace location changing in haf)

in first case we use run_hived_img.sh script

in second case we start hived as gitlab service

in this commit we pass additional docker arguments to script run_hived_img.sh --volume="$DATA_CACHE":"$DATA_CACHE"

Merge request reports