[igt-dev] [PATCH i-g-t] intel-ci: Drop gem_exec_suspend at basic-S4-device from BAT

Chris Wilson chris at chris-wilson.co.uk
Wed Apr 8 14:19:21 UTC 2020


S4-devices is a debug only path, and while it can prove informative as
to the nature of suspend issues, being a debug only path it is not so
relevant towards the driver health. Relegate it to the shards and idle
runs, so we can shave 20s off BAT.

gem_exec_suspend at basic itself is just a test suspend, a sanitycheck to
ensure the test is functional, for manual debugging of the tests.

Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
Cc: Martin Peres <martin.peres at linux.intel.com>
Cc: Petri Latvala <petri.latvala at intel.com>
---
 tests/intel-ci/fast-feedback.testlist | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist
index 620d5f3a7..2ccad4386 100644
--- a/tests/intel-ci/fast-feedback.testlist
+++ b/tests/intel-ci/fast-feedback.testlist
@@ -23,10 +23,8 @@ igt at gem_exec_fence@nb-await
 igt at gem_exec_gttfill@basic
 igt at gem_exec_parallel@engines
 igt at gem_exec_store@basic
-igt at gem_exec_suspend@basic
 igt at gem_exec_suspend@basic-s0
 igt at gem_exec_suspend@basic-s3
-igt at gem_exec_suspend@basic-s4-devices
 igt at gem_flink_basic@bad-flink
 igt at gem_flink_basic@bad-open
 igt at gem_flink_basic@basic
-- 
2.26.0



More information about the igt-dev mailing list