[Intel-gfx] [PATCH i-g-t] intel-ci: Move uABI hang testing to shards

Chris Wilson chris at chris-wilson.co.uk
Tue Jul 17 13:30:30 UTC 2018


The foundational property of the driver to reset and recover hung
hardware is covered by drv_selftests/live_hangcheck; that is all we need
inside BAT. Beyond that checking the uABI behaves under hangs, and even
wedging, remains covered by post-ff testing in the shards.

Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
Cc: Tomi Sarvela <tomi.p.sarvela at intel.com>
Cc: Petri Latvala <petri.latvala at intel.com>
Cc: Martin Peres <martin.peres at linux.intel.com>
---
 tests/intel-ci/blacklist.txt          | 2 +-
 tests/intel-ci/fast-feedback.testlist | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
index d65d8ff35..1d1652964 100644
--- a/tests/intel-ci/blacklist.txt
+++ b/tests/intel-ci/blacklist.txt
@@ -4,7 +4,7 @@ igt at meta_test(@.*)?
 ###############################################
 igt at drv_selftest(@.*)?
 igt at drm_mm(@.*)?
-igt at gem_busy@.*hang.*
+igt at gem_busy@(?!.*basic).*hang.*
 igt at gem_close_race@(?!.*basic).*
 igt at gem_concurrent_blit(@.*)?
 igt at gem_cs_prefetch(@.*)?
diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist
index 55f649b11..7ec6dd9f0 100644
--- a/tests/intel-ci/fast-feedback.testlist
+++ b/tests/intel-ci/fast-feedback.testlist
@@ -10,7 +10,6 @@ igt at gem_basic@bad-close
 igt at gem_basic@create-close
 igt at gem_basic@create-fd-close
 igt at gem_busy@basic-busy-default
-igt at gem_busy@basic-hang-default
 igt at gem_close_race@basic-process
 igt at gem_close_race@basic-threads
 igt at gem_cpu_reloc@basic
@@ -47,7 +46,6 @@ igt at gem_exec_create@basic
 igt at gem_exec_fence@basic-busy-default
 igt at gem_exec_fence@basic-wait-default
 igt at gem_exec_fence@basic-await-default
-igt at gem_exec_fence@await-hang-default
 igt at gem_exec_fence@nb-await-default
 igt at gem_exec_gttfill@basic
 igt at gem_exec_nop@basic-parallel
@@ -130,7 +128,6 @@ igt at gem_ringfill@basic-default
 igt at gem_ringfill@basic-default-interruptible
 igt at gem_ringfill@basic-default-forked
 igt at gem_ringfill@basic-default-fd
-igt at gem_ringfill@basic-default-hang
 igt at gem_sync@basic-all
 igt at gem_sync@basic-each
 igt at gem_sync@basic-many-each
-- 
2.18.0



More information about the Intel-gfx mailing list