Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Sharma, Swati2" <swati2.sharma@intel.com>
To: Pranay Samala <pranay.samala@intel.com>, <igt-dev@lists.freedesktop.org>
Cc: <karthik.b.s@intel.com>, <sameer.lattannavar@intel.com>
Subject: Re: [PATCH i-g-t v2] tests/intel-ci/chamelium-only.testlist: Include additional chamelium tests
Date: Tue, 7 Jul 2026 11:37:32 +0530	[thread overview]
Message-ID: <569d0eed-444d-4c96-a884-b84be08c52b0@intel.com> (raw)
In-Reply-To: <20260707041956.39997-1-pranay.samala@intel.com>

Hi Pranay

On 07-07-2026 09:49 am, Pranay Samala wrote:
> Extend chamelium-only testlist with audio-after-suspend tests for
> DP/HDMI and kms_chamelium_color_pipeline tests.
> Blocklist plane-lut3d-green-only on platforms with display version <= 35.
>
> v2:
> - Update commit message (Kathik)
> - Add NVL specific test in other blocklists (Swati)
>
> Signed-off-by: Pranay Samala <pranay.samala@intel.com>
> Reviewed-by: Karthik B S <karthik.b.s@intel.com>
> ---
>   tests/intel-ci/chamelium-only.testlist      | 11 +++++++++++
>   tests/intel-ci/xe.bmg.display.blocklist.txt |  4 ++++
>   tests/intel-ci/xe.lnl.display.blocklist.txt |  4 ++++
>   tests/intel-ci/xe.ptl.display.blocklist.txt |  4 ++++
>   4 files changed, 23 insertions(+)
>
> diff --git a/tests/intel-ci/chamelium-only.testlist b/tests/intel-ci/chamelium-only.testlist
> index d627ad414..8d634b6cc 100644
> --- a/tests/intel-ci/chamelium-only.testlist
> +++ b/tests/intel-ci/chamelium-only.testlist
> @@ -2,6 +2,7 @@
>   # To blocklist tests, use the appropriate xe/i915 blocklist files instead
>   igt@kms_feature_discovery@chamelium
>   igt@kms_chamelium_audio@dp-audio
> +igt@kms_chamelium_audio@dp-audio-after-suspend

Add suspend tests in the end

  # Suspend operations can cause system hangs or connection timeouts,
  # so isolating them at the tail ensures stability of main test
  # execution.

>   igt@kms_chamelium_audio@dp-audio-edid
>   igt@kms_chamelium_color@ctm-0-25
>   igt@kms_chamelium_color@ctm-0-50
> @@ -14,6 +15,15 @@ igt@kms_chamelium_color@ctm-negative
>   igt@kms_chamelium_color@ctm-red-to-blue
>   igt@kms_chamelium_color@degamma
>   igt@kms_chamelium_color@gamma
> +igt@kms_chamelium_color_pipeline@plane-ctm3x4
> +igt@kms_chamelium_color_pipeline@plane-ctm3x4-lut1d
> +igt@kms_chamelium_color_pipeline@plane-lut1d
> +igt@kms_chamelium_color_pipeline@plane-lut1d-ctm3x4
> +igt@kms_chamelium_color_pipeline@plane-lut1d-ctm3x4-lut1d
> +igt@kms_chamelium_color_pipeline@plane-lut1d-lut1d
> +igt@kms_chamelium_color_pipeline@plane-lut1d-post-ctm3x4
> +igt@kms_chamelium_color_pipeline@plane-lut1d-pre-ctm3x4
> +igt@kms_chamelium_color_pipeline@plane-lut3d-green-only
>   igt@kms_chamelium_edid@dp-edid-read
>   igt@kms_chamelium_edid@dp-edid-resolution-list
>   igt@kms_chamelium_edid@dp-edid-stress-resolution-4k
> @@ -53,6 +63,7 @@ igt@kms_chamelium_hpd@hdmi-hpd-storm
>   igt@kms_chamelium_hpd@hdmi-hpd-storm-disable
>   igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode
>   igt@kms_chamelium_audio@hdmi-audio
> +igt@kms_chamelium_audio@hdmi-audio-after-suspend
>   igt@kms_chamelium_audio@hdmi-audio-edid
>   igt@kms_chamelium_hpd@vga-hpd
>   igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode
> diff --git a/tests/intel-ci/xe.bmg.display.blocklist.txt b/tests/intel-ci/xe.bmg.display.blocklist.txt
> index 4c2a7390a..18712fb86 100644
> --- a/tests/intel-ci/xe.bmg.display.blocklist.txt
> +++ b/tests/intel-ci/xe.bmg.display.blocklist.txt
> @@ -181,3 +181,7 @@ igt@kms_flip_scaled_crc@.*linear-reflect-x
>   igt@kms_pm_dc@dc3co-.*
>   igt@kms_vrr@lobf-dc3co
>   ########################################
> +# Valid skip :- For display ver <= 35
> +########################################
> +igt@kms_chamelium_color_pipeline@plane-lut3d-green-only
> +########################################
> diff --git a/tests/intel-ci/xe.lnl.display.blocklist.txt b/tests/intel-ci/xe.lnl.display.blocklist.txt
> index 1dbb24ae3..5d008ce8d 100644
> --- a/tests/intel-ci/xe.lnl.display.blocklist.txt
> +++ b/tests/intel-ci/xe.lnl.display.blocklist.txt
> @@ -191,3 +191,7 @@ igt@kms_flip_scaled_crc@.*linear-reflect-x
>   igt@kms_pm_dc@dc3co-.*
>   igt@kms_vrr@lobf-dc3co
>   ########################################
> ++# Valid skip :- For display ver <= 35
> ++########################################
> ++igt@kms_chamelium_color_pipeline@plane-lut3d-green-only
> ++########################################
> diff --git a/tests/intel-ci/xe.ptl.display.blocklist.txt b/tests/intel-ci/xe.ptl.display.blocklist.txt
> index 1041931a1..846527f02 100644
> --- a/tests/intel-ci/xe.ptl.display.blocklist.txt
> +++ b/tests/intel-ci/xe.ptl.display.blocklist.txt
> @@ -182,3 +182,7 @@ igt@kms_flip_scaled_crc@.*linear-reflect-x
>   igt@kms_pm_dc@dc3co-.*
>   igt@kms_vrr@lobf-dc3co
>   ########################################
> ++# Valid skip :- For display ver <= 35
> ++########################################
> ++igt@kms_chamelium_color_pipeline@plane-lut3d-green-only
> ++########################################

  reply	other threads:[~2026-07-07  6:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-07  4:19 [PATCH i-g-t v2] tests/intel-ci/chamelium-only.testlist: Include additional chamelium tests Pranay Samala
2026-07-07  6:07 ` Sharma, Swati2 [this message]
2026-07-07  8:49 ` ✗ Xe.CI.BAT: failure for tests/intel-ci/chamelium-only.testlist: Include additional chamelium tests (rev2) Patchwork
2026-07-07  9:02 ` ✓ i915.CI.BAT: success " Patchwork
2026-07-07 10:08 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-07-07 11:06 ` [PATCH i-g-t v2] tests/intel-ci/chamelium-only.testlist: Include additional chamelium tests Kamil Konieczny
2026-07-07 21:33 ` ✗ i915.CI.Full: failure for tests/intel-ci/chamelium-only.testlist: Include additional chamelium tests (rev2) Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=569d0eed-444d-4c96-a884-b84be08c52b0@intel.com \
    --to=swati2.sharma@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=karthik.b.s@intel.com \
    --cc=pranay.samala@intel.com \
    --cc=sameer.lattannavar@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox