[PATCH i-g-t v1] tests/intel-ci: Refine regex to accurately match plane downscale factor tests

Karthik B S karthik.b.s at intel.com
Mon Jun 23 06:26:54 UTC 2025


Hi Ramanaidu,

Just realized we're having adlp/dg2 running on xe on CI and these tests 
are expected to run on these platforms. So lets discard this patch and 
also get the original patch reverted. We might need to handle this 
restriction at a test level for now at least.

Thanks,
Karthik.B.S
On 6/23/2025 9:28 AM, Karthik B S wrote:
>
> On 6/19/2025 1:54 PM, Naladala Ramanaidu wrote:
>> The previous pattern was overly broad and potentially matched
>> unintended test cases. The updated regex now accurately targets
>> the intended downscale factors.
>>
>> Fixes: a0d787e069ce ("tests/intel-ci: Blocklist unsupported Xe 
>> scaling tests")
>> Signed-off-by: Naladala Ramanaidu <ramanaidu.naladala at intel.com>
> Reviewed-by: Karthik B S <karthik.b.s at intel.com>
>> ---
>>   tests/intel-ci/xe.blocklist.txt | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/tests/intel-ci/xe.blocklist.txt 
>> b/tests/intel-ci/xe.blocklist.txt
>> index dcdce8b20..1eabd4232 100644
>> --- a/tests/intel-ci/xe.blocklist.txt
>> +++ b/tests/intel-ci/xe.blocklist.txt
>> @@ -82,7 +82,7 @@ igt at kms_pm_rpm@cursor.*
>> ##################################################################
>>   igt at kms_atomic@plane-primary-overlay-mutable-zpos
>>   igt at kms_plane_scaling@.*downscale-factor-0-25.*
>> -igt at kms_plane_scaling@planes-downscale-factor-(0-25|0-5|0-75)
>> +igt at kms_plane_scaling@planes-downscale-factor-(0-2|0-|0-7).$
>>   igt at kms_plane_scaling@planes-upscale-.*downscale-.*
>>   igt at kms_prime@.*
>>   igt at kms_scaling_modes@scaling-mode-none


More information about the igt-dev mailing list