aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wa2host_postprocessing.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/wa2host_postprocessing.yaml b/wa2host_postprocessing.yaml
index 0b80784..0326808 100644
--- a/wa2host_postprocessing.yaml
+++ b/wa2host_postprocessing.yaml
@@ -26,6 +26,7 @@ params:
run:
steps:
+ - lava-test-run-attach $DB_PATH$JOB_NAME.db
- ./postprocessing.py --job-name $JOB_NAME --consolidation-label-list $CONSOLIDATION_LABELS --energy-label-list $ENERGY_LABELS --workload $CONSOLIDATION_WORKLOAD --mode $REFERENCE_MODE --path $DB_PATH
- "if [ $DELETE_DB != 'false' ]; then rm $DB_PATH$JOB_NAME.db; fi"