[PATCH i-g-t v2] tests/intel-ci: Remove xe_bo_shrink_kunit

Nirmoy Das nirmoy.das at intel.com
Thu Nov 14 10:22:57 UTC 2024


Remove xe_bo_shrink_kunit which takes a while to run on various
machines. There is no good way to make it faster.

Also add it to the blocklist so this doesn't executed by non-BAT
test.

v2: Add it to blocklist(Matt)

Cc: Matthew Auld <matthew.auld at intel.com>
Suggested-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/2998
Signed-off-by: Nirmoy Das <nirmoy.das at intel.com>
---
 tests/intel-ci/xe-fast-feedback.testlist | 3 ++-
 tests/intel-ci/xe.blocklist.txt          | 4 ++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/tests/intel-ci/xe-fast-feedback.testlist b/tests/intel-ci/xe-fast-feedback.testlist
index d9fb98aab..c263473e0 100644
--- a/tests/intel-ci/xe-fast-feedback.testlist
+++ b/tests/intel-ci/xe-fast-feedback.testlist
@@ -217,7 +217,8 @@ igt at xe_waitfence@reltime
 igt at core_hotunplug@unbind-rebind
 
 # Run KUnit tests at the end
-igt at xe_live_ktest@xe_bo
+igt at xe_live_ktest@xe_bo at xe_ccs_migrate_kunit
+igt at xe_live_ktest@xe_bo at xe_bo_evict_kunit
 igt at xe_live_ktest@xe_dma_buf
 igt at xe_live_ktest@xe_migrate
 
diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
index f9ef612c4..b76f6061c 100644
--- a/tests/intel-ci/xe.blocklist.txt
+++ b/tests/intel-ci/xe.blocklist.txt
@@ -29,6 +29,10 @@ igt at drm_buddy
 igt at drm_mm
 igt at kms_selftest.*
 ##################################################################
+# Exclude slow KUnit test which should run as manual test
+##################################################################
+igt at xe_live_ktest@xe_bo at xe_bo_shrink_kunit
+##################################################################
 # Exclude all other non-Xe tests
 ##################################################################
 igt at debugfs.*
-- 
2.46.0



More information about the igt-dev mailing list