aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur <arthur.she@linaro.org>2019-06-03 06:45:10 -0700
committerArthur <arthur.she@linaro.org>2019-06-03 06:45:10 -0700
commit64d6f819b0ef74102fc11304efdc8fb545393049 (patch)
tree3f5eb9fd058d549c6e05a8890efc38f1209e58d2
parentdef7fbe9e534ba61565082022c2312fbbc06e31c (diff)
igt: adjust path
-rw-r--r--automated/linux/igt/igt-chamelium-test.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/automated/linux/igt/igt-chamelium-test.yaml b/automated/linux/igt/igt-chamelium-test.yaml
index 8e3dbee..dd4ddd5 100644
--- a/automated/linux/igt/igt-chamelium-test.yaml
+++ b/automated/linux/igt/igt-chamelium-test.yaml
@@ -32,7 +32,6 @@ run:
- git config --global http.sslverify false
- if [ -n "${TEST_LIST}" ]; then TL="-t ${TEST_LIST}"; fi
- ./igt-chamelium-test.sh -c ${CHAMELIUM_IP} -h ${HDMI_DEV_NAME} -d ${IGT_DIR} ${TL}
- - ../../utils/send-to-lava.sh result.log
# Dump igt test result and upload artifact to Artifactorial
- ifconfig; pwd; ls
- if [ -n "`which html2text`" -a -d "/usr/share/igt-gpu-tools/results/html/" ]; then
@@ -42,9 +41,10 @@ run:
- echo "**********************************************";
- ls /usr/share/igt-gpu-tools/results/html/results/*|sort -r|xargs html2text; fi
- if [ -n "${ARTIFACTORIAL_TOKEN}" -a -n "${ARTIFACTORIAL_URL}" ]; then
- - UPLOAD_TOOL="./automated/utils/upload-to-artifactorial.sh"
+ - UPLOAD_TOOL="../../utils/upload-to-artifactorial.sh"
- if [ -d "/root/dump-frames/" -a -n "`ls /root/dump-frames/`" ]; then echo "Got error frames.." ; tar -C /root -zcf dump-frames.tar.gz dump-frames/;
- echo "*********************************************";
- echo "************ Upload dump frames *************";
- echo "*********************************************";
- ${UPLOAD_TOOL} -a "dump-frames.tar.gz" -u "${ARTIFACTORIAL_URL}" -t "${ARTIFACTORIAL_TOKEN}"; fi; fi
+ - ../../utils/send-to-lava.sh result.log