Mesa (master): ci: Restrict meson-gallium job to gstreamer runners

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Feb 11 08:41:19 UTC 2021


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

Author: Michel Dänzer <mdaenzer at redhat.com>
Date:   Wed Feb 10 18:27:41 2021 +0100

ci: Restrict meson-gallium job to gstreamer runners

The i965_asm tests are randomly timing out. I've been able to find such
timeouts only on packet runners. This change should have either of these
results:

* The timeouts actually don't happen on gstreamer runners. There will
  be no more spurious pipeline failures due to them for the time being,
  and we'll know the timeouts are due to some kind of packet runner
  specific issue.

* The timeouts happen on gstreamer runners as well. We'll know they're
  not caused by a packet runner specific issue.

Win-win.

Reviewed-by: Eric Anholt <eric at anholt.net>
Reviewed-by: Daniel Stone <daniels at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8966>

---

 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 98f995f596a..97be3c08e32 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -683,6 +683,9 @@ meson-clover-testing:
 
 meson-gallium:
   extends: .meson-build
+  tags:
+    # i965_asm tests randomly time out on packet runners
+    - gstreamer
   variables:
     UNWIND: "enabled"
     DRI_LOADERS: >



More information about the mesa-commit mailing list