summaryrefslogtreecommitdiff
path: root/tsp/jobs/publish.sh
diff options
context:
space:
mode:
authorAleksander Mistewicz <a.mistewicz@samsung.com>2017-11-10 17:21:45 +0100
committerAleksander Mistewicz <a.mistewicz@samsung.com>2017-12-08 12:19:25 +0100
commit421fa60d105b1899a016dfa133fb8984180e576a (patch)
tree2537d4e02acc31b7644da4eea281fce34b4b2ea5 /tsp/jobs/publish.sh
parent5768a3744a75b0ae397b683df0c2b06c608cc249 (diff)
downloadmajor-421fa60d105b1899a016dfa133fb8984180e576a.tar.gz
major-421fa60d105b1899a016dfa133fb8984180e576a.tar.bz2
major-421fa60d105b1899a016dfa133fb8984180e576a.zip
Fix snapshot avocado result linking
The most recent results from ANY profile were used. It resulted in assignements of incorrect tags based on comparison of files from different profiles. Change-Id: I4d9a1aa54d09ef65bcba31a48238d98da5add1cf
Diffstat (limited to 'tsp/jobs/publish.sh')
-rwxr-xr-xtsp/jobs/publish.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsp/jobs/publish.sh b/tsp/jobs/publish.sh
index c0e33c8..25753d4 100755
--- a/tsp/jobs/publish.sh
+++ b/tsp/jobs/publish.sh
@@ -110,7 +110,7 @@ SCREENSHOT_DIFF_FILE="${IMG_WORKDIR}/diff.png"
TAG_FILE="${IMG_WORKDIR}/tag"
XML_FILE="${IMG_WORKDIR}/testresult_${TARGET}.xml"
-SNAPSHOT_JSON="${WS_TEST}/snapshot_avocado-${TARGET}.json"
+SNAPSHOT_JSON="${WS_TEST}/snapshot_avocado-${TARGET}-${PROFILE}.json"
PRERELEASE_JSON="${IMG_WORKDIR}/avocado-results/latest/results.json"
SNAPSHOT_IMG_WORKDIR="$(dirname "$(readlink "$SNAPSHOT_SYSCTL_FILE")")"