[PATCH i-g-t] fast-feedback.testlist: Reorder dmabuf and i915_selftest

Peter Senna Tschudin peter.senna at linux.intel.com
Tue Jul 1 10:34:05 UTC 2025


On older hardware, we have observed failures in the
igt at dmabuf@all-tests. Preliminary evidence suggests that the failures
may be caused by earlier tests. Specifically, the igt at i915_selftest@live
tests are suspecious.

To mitigate potential interference, this change swaps the execution
order of the igt at dmabuf@all-tests and igt at i915_selftest@live tests in
the fast-feedback.testlist.

Signed-off-by: Peter Senna Tschudin <peter.senna at linux.intel.com>
---
 tests/intel-ci/fast-feedback.testlist | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist
index 82395e7ea..2e6790039 100644
--- a/tests/intel-ci/fast-feedback.testlist
+++ b/tests/intel-ci/fast-feedback.testlist
@@ -167,5 +167,5 @@ igt at gem_lmem_swapping@verify-random
 igt at i915_pm_rpm@module-reload
 
 # Kernel selftests
-igt at i915_selftest@live
 igt at dmabuf@all-tests
+igt at i915_selftest@live
-- 
2.43.0



More information about the igt-dev mailing list