[igt-dev] [PATCH i-g-t] tests/intel-ci/fast-feedback: Move gem_lmem_swapping further

Lucas De Marchi lucas.demarchi at intel.com
Thu Apr 7 05:19:08 UTC 2022


Commit 7506029428b3 ("tests/intel-ci/fast-feedback: Move
gem_lmem_swapping") moved gem_lmem_swapping down. However moving it
just before core_hotunplug is causing multiple warnings in CI.

The tests should work regardless of the order, but let's not tank the CI
results.

Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
---
 tests/intel-ci/fast-feedback.testlist | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist
index e24d2fa4..f6329708 100644
--- a/tests/intel-ci/fast-feedback.testlist
+++ b/tests/intel-ci/fast-feedback.testlist
@@ -166,13 +166,13 @@ igt at vgem_basic@sysfs
 # They will sometimes reveal issues of earlier tests leaving the
 # driver in a broken state that is not otherwise noticed in that test.
 
+igt at core_hotunplug@unbind-rebind
+igt at vgem_basic@unload
+igt at i915_module_load@reload
 igt at gem_lmem_swapping@basic
 igt at gem_lmem_swapping@parallel-random-engines
 igt at gem_lmem_swapping@random-engines
 igt at gem_lmem_swapping@verify-random
-igt at core_hotunplug@unbind-rebind
-igt at vgem_basic@unload
-igt at i915_module_load@reload
 igt at i915_pm_rpm@module-reload
 igt at i915_suspend@system-suspend-without-i915
 
-- 
2.35.1



More information about the igt-dev mailing list