All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/intel-ci/fast-feedback: Move gem_lmem_swapping
@ 2022-04-05 21:19 Lucas De Marchi
  2022-04-05 22:17 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
  2022-04-06  7:36 ` [igt-dev] [PATCH i-g-t] " Petri Latvala
  0 siblings, 2 replies; 4+ messages in thread
From: Lucas De Marchi @ 2022-04-05 21:19 UTC (permalink / raw)
  To: igt-dev; +Cc: thomas.hellstrom, Lucas De Marchi, petri.latvala, nirmoy.das

Since commit 37ec3b8ffd2c ("tests/gem_lmem_swapping: limit lmem to 4G")
we load the driver with limited 4GB of lmem for test execution. However
this means we also have to 1) reload the driver with that param set and
2) unload it after we are done. However tests/intel-ci/fast-feedback.testlist
has a dedicated section for tests that rely on module (un|re)loading so
not to impact other tests.

Move all gem_lmem_swapping to that section, after the coment:

	# All tests that do module unloading and reloading are executed last.
	# They will sometimes reveal issues of earlier tests leaving the
	# driver in a broken state that is not otherwise noticed in that test.

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

diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist
index c1014558..e24d2fa4 100644
--- a/tests/intel-ci/fast-feedback.testlist
+++ b/tests/intel-ci/fast-feedback.testlist
@@ -34,10 +34,6 @@ igt@gem_flink_basic@double-flink
 igt@gem_flink_basic@flink-lifetime
 igt@gem_huc_copy@huc-copy
 igt@gem_linear_blits@basic
-igt@gem_lmem_swapping@basic
-igt@gem_lmem_swapping@parallel-random-engines
-igt@gem_lmem_swapping@random-engines
-igt@gem_lmem_swapping@verify-random
 igt@gem_mmap@basic
 igt@gem_mmap_gtt@basic
 igt@gem_render_linear_blits@basic
@@ -170,6 +166,10 @@ igt@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@gem_lmem_swapping@basic
+igt@gem_lmem_swapping@parallel-random-engines
+igt@gem_lmem_swapping@random-engines
+igt@gem_lmem_swapping@verify-random
 igt@core_hotunplug@unbind-rebind
 igt@vgem_basic@unload
 igt@i915_module_load@reload
-- 
2.35.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-04-06 14:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-05 21:19 [igt-dev] [PATCH i-g-t] tests/intel-ci/fast-feedback: Move gem_lmem_swapping Lucas De Marchi
2022-04-05 22:17 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
2022-04-06  7:36 ` [igt-dev] [PATCH i-g-t] " Petri Latvala
2022-04-06 14:40   ` Lucas De Marchi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.