Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Aurabindo Pillai <aurabindo.pillai@amd.com>
To: Kamil Konieczny <kamil.konieczny@linux.intel.com>,
	igt-dev@lists.freedesktop.org, Alex Hung <alex.hung@amd.com>,
	hersenxs.wu@amd.com, rodrigo.siqueira@amd.com,
	Petri Latvala <adrinael@adrinael.net>
Subject: Re: [igt-dev] [PATCH v4 2/2] tests/amdgpu: Add test for ODM combine
Date: Wed, 23 Aug 2023 09:38:14 -0400	[thread overview]
Message-ID: <4df8e8e9-06c0-4e17-9dcb-03a815399c6e@amd.com> (raw)
In-Reply-To: <20230823080243.sniyeayghyzw34df@kamilkon-desk.igk.intel.com>



On 2023-08-23 04:02, Kamil Konieczny wrote:
> Hi Aurabindo,
> 
> On 2023-08-22 at 16:18:08 -0400, Aurabindo Pillai wrote:
>>
>>
>> On 2023-08-22 15:45, Kamil Konieczny wrote:
>>> Hi Aurabindo,
>>>
>>> On 2023-08-21 at 16:18:42 -0400, Aurabindo Pillai wrote:
>>>> Thanks for the review Alex.
>>>>
>>>> Kamil,
>>>>
>>>> There seems to be a false positive failure for this patchset:
>>>> https://lists.freedesktop.org/archives/igt-dev/2023-August/060105.html
>>>>
>>>> Do you have any further review suggestions or is it okay to merge ?
>>>>
>>>
>>> This is not ok, on some images your test will not build,
>>> to reproduce:
>>>
>>> follow links from failed build to find out what image was used
>>> for example here: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/47853345
>>>
>>> install podman, enter to igt-tools source dir,
>>> then run script:
>>>
>>> POD_IGT=registry.freedesktop.org/gfx-ci/igt-ci-tags/build-debian:commit-26f3d20c6ff4274aeb71d4851cdf7a7cefb0a008
>>>
>>> mkdir -p /tmp/igt-build
>>> cp -R * /tmp/igt-build/
>>> sudo podman run -i -t -v /tmp/igt-build/:/opt/builds --privileged ${POD_IGT}
>>>
>>> ## end of script
>>>
>>> now you will have root prompt '#' inside podman image (debian),
>>> enter commands:
>>>
>>> # cd /opt/builds
>>> # meson build
>>> # ninja -C build
>>>
>>> imho this is problem on some old(?) systems where the system
>>> and/or igt headers are missing.
>>>
>>> Please fix this before merging.
>>>
>>
>> Hi Kamil,
>>
>> Thanks for the detailed steps. The Patchwork CI showed build success, which
>> is why I merged the patches. I have a oneliner fix that I'll send to the
>> list.
> 
> Well I do not see it, even now it shows build failure but there is color
> issue with that (for me it is hard to diff between green and that orange).

Yes, I got confused with the same. Sorry.

> It shows success (green) for Fi.CI.BAT so maybe you missed GitLab.build
> status. Please always look into build warnings, wait a few days for
> replay as people sometimes go to vacations/meetings/conferences, ask on
> irc #igt/oftc.
> 

Will keep that in mind for future.

> I also plan to add some help for container how-to or instead adding some
> script into scripts/podman-example.sh. +cc Petri
> 
> Regards,
> Kamil
> 
>>
>> --
>>
>> Thanks & Regards,
>> Jay

-- 
--

Thanks & Regards,
Jay

  reply	other threads:[~2023-08-23 13:38 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-21 14:07 [igt-dev] [PATCH v4 1/2] lib/amdgpu: Add check for ODM combine segments debugfs endpoint Aurabindo Pillai
2023-08-21 14:07 ` [igt-dev] [PATCH v4 2/2] tests/amdgpu: Add test for ODM combine Aurabindo Pillai
2023-08-21 15:39   ` Alex Hung
2023-08-21 20:18     ` Aurabindo Pillai
2023-08-22 19:45       ` Kamil Konieczny
2023-08-22 20:18         ` Aurabindo Pillai
2023-08-23  8:02           ` Kamil Konieczny
2023-08-23 13:38             ` Aurabindo Pillai [this message]
2023-08-21 15:38 ` [igt-dev] [PATCH v4 1/2] lib/amdgpu: Add check for ODM combine segments debugfs endpoint Alex Hung
2023-08-21 17:58 ` [igt-dev] ✗ GitLab.Pipeline: warning for series starting with [v4,1/2] " Patchwork
2023-08-21 18:23 ` [igt-dev] ○ CI.xeBAT: info " Patchwork
2023-08-21 18:40 ` [igt-dev] ✗ Fi.CI.BAT: failure " Patchwork
2023-08-22 18:17 ` [igt-dev] ✗ GitLab.Pipeline: warning for series starting with [v4,1/2] lib/amdgpu: Add check for ODM combine segments debugfs endpoint (rev4) Patchwork
2023-08-22 18:46 ` [igt-dev] ○ CI.xeBAT: info " Patchwork
2023-08-22 18:55 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2023-08-22 23:29 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-08-23  8:05   ` Kamil Konieczny
2023-08-23 10:26     ` Yedireswarapu, SaiX Nandan
2023-08-23 10:07 ` [igt-dev] ✓ Fi.CI.IGT: success " 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=4df8e8e9-06c0-4e17-9dcb-03a815399c6e@amd.com \
    --to=aurabindo.pillai@amd.com \
    --cc=adrinael@adrinael.net \
    --cc=alex.hung@amd.com \
    --cc=hersenxs.wu@amd.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=kamil.konieczny@linux.intel.com \
    --cc=rodrigo.siqueira@amd.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