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@anholt.net>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8966>
This commit is contained in:
Michel Dänzer 2021-02-10 18:27:41 +01:00 committed by Marge Bot
parent 452a37e634
commit 4b4bddcd99

View file

@ -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: >