Skip to content

ci: Restrict meson-gallium job to gstreamer runners

Michel Dänzer requested to merge daenzer/mesa:ci-meson-gallium-gstreamer into master

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.

/cc @anholt @kusma @zmike @llandwerlin

Merge request reports