From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id CC11B10E810 for ; Tue, 5 Apr 2022 21:19:22 +0000 (UTC) From: Lucas De Marchi To: igt-dev@lists.freedesktop.org Date: Tue, 5 Apr 2022 14:19:13 -0700 Message-Id: <20220405211913.2728176-1-lucas.demarchi@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t] tests/intel-ci/fast-feedback: Move gem_lmem_swapping List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: thomas.hellstrom@linux.intel.com, Lucas De Marchi , petri.latvala@intel.com, nirmoy.das@intel.com Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: 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 --- 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