Skip to content

Commit 01b8ab3

Browse files
committed
Save calibre to DB on CI
Signed-off-by: Vitor Bandeira <[email protected]>
1 parent 4bf1b20 commit 01b8ab3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

flow/test/test_helper.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,12 @@ fi
4444

4545
if [ -f "$PRIVATE_DIR/util/utils.mk" ] && [ ! -z ${RUN_CALIBRE+x} ]; then
4646
$__make calibre_drc
47+
if [ ! -z ${SAVE_TO_DB+x} ]; then
48+
$__make save_to_drc_db
49+
fi
4750
fi
4851

49-
if [ -f "$PRIVATE_DIR/openRoad/private.mk" ] && [ ! -z ${SAVE_TO_METRICS_DB+x} ]; then
52+
if [ -f "$PRIVATE_DIR/openRoad/private.mk" ] && [ ! -z ${SAVE_TO_DB+x} ]; then
5053
$__make save_to_metrics_db
5154
fi
5255

0 commit comments

Comments
 (0)