panfrost/ci: Print only regressions
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Thu, 29 Aug 2019 12:44:17 +0000 (14:44 +0200)
committerTomeu Vizoso <tomeu.vizoso@collabora.com>
Thu, 29 Aug 2019 15:12:04 +0000 (17:12 +0200)
Some functionality has been added to deqp-volt to only print
regressions, so update our version of it and use the new options.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/gallium/drivers/panfrost/ci/deqp-runner.sh
src/gallium/drivers/panfrost/ci/gitlab-ci.yml

index c6b2cce..b226c3d 100644 (file)
@@ -95,11 +95,14 @@ for test in $FLIP_FLOPS; do sed -i "/$test/d" /tmp/case-list.txt; done
                 --results-file=/tmp/results.txt \
                 --no-passed-results \
                 --regression-file=/deqp/expected-failures.txt \
-                --no-rerun-tests
+                --no-rerun-tests \
+                --print-regression \
+                --no-print-fail \
+                --no-print-quality \
+                --no-colour-term
 
 if [ $? -ne 0 ]; then
-    echo "Regressions detected, printing results:"
-    cat /tmp/results.txt
+    echo "Regressions detected"
     echo "deqp: fail"
 else
     echo "No regressions detected"
index 8bbb48a..ed0123b 100644 (file)
@@ -16,7 +16,7 @@
 variables:
   UPSTREAM_REPO: mesa/mesa
   DEBIAN_VERSION: testing-slim
-  IMAGE_TAG: "2019-08-21-1"
+  IMAGE_TAG: "2019-08-29-1"
 
 include:
   - project: 'wayland/ci-templates'