aboutsummaryrefslogtreecommitdiff
path: root/wa2host_postprocessing.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'wa2host_postprocessing.yaml')
-rw-r--r--wa2host_postprocessing.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wa2host_postprocessing.yaml b/wa2host_postprocessing.yaml
index 0326808..bd82afa 100644
--- a/wa2host_postprocessing.yaml
+++ b/wa2host_postprocessing.yaml
@@ -27,7 +27,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
+ - ./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"
parse: