summaryrefslogtreecommitdiff
path: root/tcwg_bmk-build.sh
diff options
context:
space:
mode:
authorLaurent Alfonsi <laurent.alfonsi@linaro.org>2023-08-22 09:11:09 +0200
committerLaurent Alfonsi <laurent.alfonsi@linaro.org>2023-08-30 14:39:33 +0200
commitc9edc7b90e53c2bdefc460bb44c29dc6c18873b9 (patch)
tree6fb94e068371331f146a59509ef80380eb132e5b /tcwg_bmk-build.sh
parentac27d7b761816ec8ae78781bfdca2f73e2db0066 (diff)
tcwg_bmk-build.sh,round-robin-notify.sh: Regenerate details at round-robin-notify stage when necessary
1) Reorganize the regeneration of the details - regenerating details are now done in xxx_generate_extra_details() - generate_extra_details() is called as soon as we know we start full mode. 2) Add generation of the details in case of bmk jobs. by directly calling output-bmk-results.py in verbose mode Change-Id: I35f226d28c1e5b9bc854b04ff3cee8137654974c
Diffstat (limited to 'tcwg_bmk-build.sh')
-rwxr-xr-xtcwg_bmk-build.sh11
1 files changed, 3 insertions, 8 deletions
diff --git a/tcwg_bmk-build.sh b/tcwg_bmk-build.sh
index 2be9de12..019fe689 100755
--- a/tcwg_bmk-build.sh
+++ b/tcwg_bmk-build.sh
@@ -457,22 +457,17 @@ no_regression_p ()
if [ ${#compare_results_list[@]} != 0 ]; then
$scripts/../bmk-scripts/samples-variability.py \
--inputs "${compare_results_list[@]}" \
- --output $run_step_artifacts/bmk-specific-variability.csv \
+ --output ${rr[top_artifacts]}/results-vs-prev/bmk-specific-variability.csv \
--weights linear || true
fi
rm -rf "$history_root" "$tmpf"
- echo "called_from_notify=$called_from_notify"
- local verbose_opt="quiet"
- if $called_from_notify; then
- verbose_opt="verbose"
- fi
$scripts/../bmk-scripts/output-bmk-results.py \
${rr[top_artifacts]}/results-vs-prev/compare-results-internal.csv \
- $run_step_artifacts/bmk-specific-variability.csv \
+ ${rr[top_artifacts]}/results-vs-prev/bmk-specific-variability.csv \
"$run_step_artifacts"/ \
- "$metric_id" "${rr[mode]}" $verbose_opt > $run_step_artifacts/output-bmk-results.log
+ "$metric_id" "${rr[mode]}" quiet > $run_step_artifacts/output-bmk-results.log
# copy inputs useful to build the mail / jira / .. to mail dir
for resfile in $run_step_artifacts/{exe,symbol}.{regression,improvement}; do