From f3c15f14833fc2f84828053512b876533341bac7 Mon Sep 17 00:00:00 2001 From: Arthur Date: Tue, 17 Dec 2019 22:18:01 -0800 Subject: igt: Add igt-test.sh to run a given test list or Chamelium test --- automated/linux/igt/igt-chamelium-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'automated/linux/igt/igt-chamelium-test.yaml') diff --git a/automated/linux/igt/igt-chamelium-test.yaml b/automated/linux/igt/igt-chamelium-test.yaml index 4211e21..3b77e92 100644 --- a/automated/linux/igt/igt-chamelium-test.yaml +++ b/automated/linux/igt/igt-chamelium-test.yaml @@ -36,7 +36,7 @@ run: - echo "**********************************************"; - echo "************ Dump IGT test result ************"; - echo "**********************************************"; - - bzcat /usr/share/igt-gpu-tools/results/results.json.bz2 | python print-test-result.py + - bzcat ${IGT_DIR}/results/results.json.bz2 | python print-test-result.py - if [ -n "${ARTIFACTORIAL_TOKEN}" -a -n "${ARTIFACTORIAL_URL}" ]; then - 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/; -- cgit v1.2.3