[igt-dev] [PATCH i-g-t 2/2] intel-ci: Adjust pipe-specific blacklisting

Petri Latvala petri.latvala at intel.com
Thu Oct 17 09:17:13 UTC 2019


Blacklist pipes E and F usage even when the subtest name ends in
pipe-x.

Signed-off-by: Petri Latvala <petri.latvala at intel.com>
Cc: Martin Peres <martin.peres at linux.intel.com>
---
 tests/intel-ci/blacklist.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
index 734fa40a..4cea75db 100644
--- a/tests/intel-ci/blacklist.txt
+++ b/tests/intel-ci/blacklist.txt
@@ -106,5 +106,5 @@ igt at i915_suspend@shrink
 ###############################################
 # pipe-e, pipe-f no current HW support
 ###############################################
-igt at .*@.*pipe-e-.*
-igt at .*@.*pipe-f-.*
+igt at .*@.*pipe-e-?.*
+igt at .*@.*pipe-f-?.*
-- 
2.19.1



More information about the igt-dev mailing list