[PATCH i-g-t] intel-ci : Reorder test cases to prioritize critical tests
sk.anirban at intel.com
sk.anirban at intel.com
Fri Sep 6 07:22:48 UTC 2024
From: Sk Anirban <sk.anirban at intel.com>
Moved specific high-priority tests up in the list to ensure they run
earlier in the test suite. This helps to catch issues sooner and
improve overall test feedback time.
---
tests/intel-ci/fast-feedback.testlist | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist
index be0965110..8b7344920 100644
--- a/tests/intel-ci/fast-feedback.testlist
+++ b/tests/intel-ci/fast-feedback.testlist
@@ -1,6 +1,10 @@
# Try to load the driver if it's not available yet.
igt at i915_module_load@load
+# Kernel selftests
+igt at i915_selftest@live
+igt at dmabuf@all-tests
+
# Keep alphabetically sorted by default
igt at core_auth@basic-auth
igt at debugfs_test@read_all_entries
@@ -166,6 +170,4 @@ igt at gem_lmem_swapping@random-engines
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
+
--
2.34.1
More information about the Intel-gfx-trybot
mailing list