* [PATCH i-g-t] tests/intel-ci: Remove xe_bo_shrink_kunit
@ 2024-11-14 9:32 Nirmoy Das
2024-11-14 10:21 ` Matthew Auld
0 siblings, 1 reply; 3+ messages in thread
From: Nirmoy Das @ 2024-11-14 9:32 UTC (permalink / raw)
To: igt-dev; +Cc: Nirmoy Das, Matthew Auld, Thomas Hellström
Remove xe_bo_shrink_kunit which takes a while to run on various
machines. There is no good way to make it faster.
Cc: Matthew Auld <matthew.auld@intel.com>
Suggested-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/2998
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
---
tests/intel-ci/xe-fast-feedback.testlist | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/intel-ci/xe-fast-feedback.testlist b/tests/intel-ci/xe-fast-feedback.testlist
index d9fb98aab..c263473e0 100644
--- a/tests/intel-ci/xe-fast-feedback.testlist
+++ b/tests/intel-ci/xe-fast-feedback.testlist
@@ -217,7 +217,8 @@ igt@xe_waitfence@reltime
igt@core_hotunplug@unbind-rebind
# Run KUnit tests at the end
-igt@xe_live_ktest@xe_bo
+igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit
+igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit
igt@xe_live_ktest@xe_dma_buf
igt@xe_live_ktest@xe_migrate
--
2.46.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH i-g-t] tests/intel-ci: Remove xe_bo_shrink_kunit
2024-11-14 9:32 [PATCH i-g-t] tests/intel-ci: Remove xe_bo_shrink_kunit Nirmoy Das
@ 2024-11-14 10:21 ` Matthew Auld
2024-11-14 10:31 ` Nirmoy Das
0 siblings, 1 reply; 3+ messages in thread
From: Matthew Auld @ 2024-11-14 10:21 UTC (permalink / raw)
To: Nirmoy Das, igt-dev; +Cc: Thomas Hellström
On 14/11/2024 09:32, Nirmoy Das wrote:
> Remove xe_bo_shrink_kunit which takes a while to run on various
> machines. There is no good way to make it faster.
Do we also add this to the blacklist? Otherwise I assume non-BAT will
still run it.
>
> Cc: Matthew Auld <matthew.auld@intel.com>
> Suggested-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
> Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/2998
> Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
> ---
> tests/intel-ci/xe-fast-feedback.testlist | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/tests/intel-ci/xe-fast-feedback.testlist b/tests/intel-ci/xe-fast-feedback.testlist
> index d9fb98aab..c263473e0 100644
> --- a/tests/intel-ci/xe-fast-feedback.testlist
> +++ b/tests/intel-ci/xe-fast-feedback.testlist
> @@ -217,7 +217,8 @@ igt@xe_waitfence@reltime
> igt@core_hotunplug@unbind-rebind
>
> # Run KUnit tests at the end
> -igt@xe_live_ktest@xe_bo
> +igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit
> +igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit
> igt@xe_live_ktest@xe_dma_buf
> igt@xe_live_ktest@xe_migrate
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH i-g-t] tests/intel-ci: Remove xe_bo_shrink_kunit
2024-11-14 10:21 ` Matthew Auld
@ 2024-11-14 10:31 ` Nirmoy Das
0 siblings, 0 replies; 3+ messages in thread
From: Nirmoy Das @ 2024-11-14 10:31 UTC (permalink / raw)
To: Matthew Auld, igt-dev; +Cc: Thomas Hellström
On 11/14/2024 11:21 AM, Matthew Auld wrote:
> On 14/11/2024 09:32, Nirmoy Das wrote:
>> Remove xe_bo_shrink_kunit which takes a while to run on various
>> machines. There is no good way to make it faster.
>
> Do we also add this to the blacklist? Otherwise I assume non-BAT will still run it.
I will add it to the blacklist to be safe.
Thanks,
Nirmoy
>
>>
>> Cc: Matthew Auld <matthew.auld@intel.com>
>> Suggested-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
>> Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/2998
>> Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
>> ---
>> tests/intel-ci/xe-fast-feedback.testlist | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/tests/intel-ci/xe-fast-feedback.testlist b/tests/intel-ci/xe-fast-feedback.testlist
>> index d9fb98aab..c263473e0 100644
>> --- a/tests/intel-ci/xe-fast-feedback.testlist
>> +++ b/tests/intel-ci/xe-fast-feedback.testlist
>> @@ -217,7 +217,8 @@ igt@xe_waitfence@reltime
>> igt@core_hotunplug@unbind-rebind
>> # Run KUnit tests at the end
>> -igt@xe_live_ktest@xe_bo
>> +igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit
>> +igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit
>> igt@xe_live_ktest@xe_dma_buf
>> igt@xe_live_ktest@xe_migrate
>>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-14 10:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-14 9:32 [PATCH i-g-t] tests/intel-ci: Remove xe_bo_shrink_kunit Nirmoy Das
2024-11-14 10:21 ` Matthew Auld
2024-11-14 10:31 ` Nirmoy Das
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox