[Intel-gfx] [PATCH i-g-t v2] blacklist: Don't run DRRS test on Intel CI system

Marta Lofstedt marta.lofstedt at intel.com
Thu Mar 29 10:29:04 UTC 2018


Skipping takes time, specifically for the big amount of drrs
related kms_frontbuffer_tracking tests. Since we currently
don't have any system set up with DRRS panels, blacklisting
all those test will save time, and we can avoid the need to
increase the Jenkins timeout in order to solve the Bugzilla
below.

V2: Changed typo and added comment.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105617
Signed-off-by: Marta Lofstedt <marta.lofstedt at intel.com>
---
 tests/intel-ci/blacklist.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
index 7ca313ac..ef3b45e9 100644
--- a/tests/intel-ci/blacklist.txt
+++ b/tests/intel-ci/blacklist.txt
@@ -58,6 +58,10 @@ igt at gem_userptr_blits@(major|minor|forked|mlocked|swapping).*
 igt at gem_wait@.*hang.*
 igt at gem_write_read_ring_switch(@.*)?
 ###############################################
+# There are no DRRS capable displays in CI lab
+###############################################
+igt at kms_frontbuffer_tracking@.*drrs.*
+###############################################
 # Broadcom
 ###############################################
 igt at vc4_.*
-- 
2.11.0



More information about the Intel-gfx mailing list