From 4b4bddcd99e7e98dc3e738f113cf6fa5d2225e6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Wed, 10 Feb 2021 18:27:41 +0100 Subject: [PATCH] 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 Reviewed-by: Daniel Stone Part-of: --- .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: >