mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-11 07:20:30 +01:00
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:
parent
452a37e634
commit
4b4bddcd99
1 changed files with 3 additions and 0 deletions
|
|
@ -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: >
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue