Mesa (master): ci: Remove a useless filtering of the lava logs.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Feb 22 00:34:42 UTC 2020


Module: Mesa
Branch: master
Commit: f8ab00776cc0b2a009403a8611c00341d879f9ab
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f8ab00776cc0b2a009403a8611c00341d879f9ab

Author: Eric Anholt <eric at anholt.net>
Date:   Thu Feb 20 10:15:43 2020 -0800

ci: Remove a useless filtering of the lava logs.

We don't print every case any more, so no need to filter them out.  This
makes it so the output form "lavacli jobs logs" gets line-buffered into
"tee" and you can actually see what happened when the job is stuck but
before it times out.

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

---

 .gitlab-ci/lava-gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml
index 3914f10adb6..1b8480e18ae 100644
--- a/.gitlab-ci/lava-gitlab-ci.yml
+++ b/.gitlab-ci/lava-gitlab-ci.yml
@@ -27,7 +27,7 @@
     - echo $lava_job_id
     - rm -rf artifacts/*
     - cp lava-deqp.yml artifacts/.
-    - lavacli jobs logs $lava_job_id | grep -a -v "{'case':" | tee artifacts/lava-deqp-$lava_job_id.log
+    - lavacli jobs logs $lava_job_id | tee artifacts/lava-deqp-$lava_job_id.log
     - lavacli jobs show $lava_job_id
     - result=`lavacli results $lava_job_id 0_deqp deqp | head -1`
     - echo $result



More information about the mesa-commit mailing list