summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Alfonsi <laurent.alfonsi@linaro.org>2023-05-22 11:43:07 +0200
committerLaurent Alfonsi <laurent.alfonsi@linaro.org>2023-05-22 11:43:07 +0200
commit70d80c710355708299c95cf431114a8da7ce61af (patch)
treeab801a852ba66af639d39e0003d090e0f647b286
parent4fcc9a5a502ab88a24bbfd60872b5c45d0fd0d9c (diff)
tcwg_bmk-build.sh: Add symlink to ease navigation in jenkins artifacts
Change-Id: Icdc9543fabdb80678d77d7822b68859f8d477ac7
-rwxr-xr-xtcwg_bmk-build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcwg_bmk-build.sh b/tcwg_bmk-build.sh
index d26a20e9..7f102d9e 100755
--- a/tcwg_bmk-build.sh
+++ b/tcwg_bmk-build.sh
@@ -392,6 +392,7 @@ compare_results ()
# Compare vs first run
mkdir -p ${rr[top_artifacts]}/results-vs-first
+ ln -s ../results-vs-first $run_step_artifacts/results-vs-first
$scripts/tcwg-benchmark-results.sh \
--results_ref $results_first ++results $results_new \
--top_artifacts "${rr[top_artifacts]}/results-vs-first" \
@@ -414,6 +415,7 @@ compare_results ()
# Compare vs previous run
mkdir -p ${rr[top_artifacts]}/results-vs-prev
+ ln -s ../results-vs-prev $run_step_artifacts/results-vs-prev
$scripts/tcwg-benchmark-results.sh \
--results_ref $results_ref ++results $results_new \
--top_artifacts "${rr[top_artifacts]}/results-vs-prev" \