ci: Don't bother generating deqp junit results since we don't present it.
authorEric Anholt <eric@anholt.net>
Wed, 19 Feb 2020 18:29:32 +0000 (10:29 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 21 Feb 2020 23:28:38 +0000 (15:28 -0800)
We disabled presentation a while back because it's so expensive for gitlab
to parse it on the other side.  We may have a use for it some day if
gitlab gets better, but for now let's not spend the time processing it.

Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3883>

.gitlab-ci/deqp-runner.sh

index 4e2b911624cbe419c29f2bbb5fc449179db5a095..b527444468c8bc97a5235a33d36083732c47a9bd 100755 (executable)
@@ -188,7 +188,8 @@ quiet() {
 run_cts $DEQP /tmp/case-list.txt $RESULTS/cts-runner-results.txt
 DEQP_EXITCODE=$?
 
-quiet generate_junit $RESULTS/cts-runner-results.txt > $RESULTS/results.xml
+# junit is disabled, because it overloads gitlab.freedesktop.org to parse it.
+#quiet generate_junit $RESULTS/cts-runner-results.txt > $RESULTS/results.xml
 
 if [ $DEQP_EXITCODE -ne 0 ]; then
     # preserve caselist files in case of failures: