zink: fix crash when restoring sampler-states
[mesa.git] / .gitlab-ci.yml
index 995bf5b278adf715c6aac2f39f18bdaf890aab26..6e5f6922c14b5ce28b9fc73c3741755a29008176 100644 (file)
@@ -474,8 +474,10 @@ scons-old-llvm:
 .piglit-test:
   extends: .test
   artifacts:
-    reports:
-      junit: results/results.xml
+    when: on_failure
+    name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
+    paths:
+      - summary/
   variables:
     LIBGL_ALWAYS_SOFTWARE: 1
     PIGLIT_NO_WINDOW: 1
@@ -514,6 +516,9 @@ piglit-glslparser+quick_shader:
     DEQP_SKIPS: deqp-default-skips.txt
   script:
     - ./artifacts/deqp-runner.sh
+  artifacts:
+    reports:
+      junit: results/results.xml
 
 test-llvmpipe-gles2:
   variables: