* [PATCH 1/1] drm/ci: bump IGT version to v2.3
@ 2026-03-19 16:11 Jim Cromie
2026-03-31 15:55 ` Dixit, Ashutosh
2026-04-01 5:44 ` Vignesh Raman
0 siblings, 2 replies; 7+ messages in thread
From: Jim Cromie @ 2026-03-19 16:11 UTC (permalink / raw)
To: linux-kernel
Cc: helen.fornazier, vignesh.raman, maarten.lankhorst, mripard,
tzimmermann, airlied, simona, dri-devel, Jim Cromie
IGT_VERSION is currently pinned to a sha thats ~1100 behind HEAD
Lets bump it to the latest milestone/tag at v2.3
Thats now only ~630 behind.
Can we haz a v2.4 ?
Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
---
drivers/gpu/drm/ci/gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/ci/gitlab-ci.yml b/drivers/gpu/drm/ci/gitlab-ci.yml
index 56638814bb28..d546bd123a63 100644
--- a/drivers/gpu/drm/ci/gitlab-ci.yml
+++ b/drivers/gpu/drm/ci/gitlab-ci.yml
@@ -5,7 +5,7 @@ variables:
UPSTREAM_REPO: https://gitlab.freedesktop.org/drm/kernel.git
TARGET_BRANCH: drm-next
- IGT_VERSION: 129d5b10baaadea1d6cd6377341c4cb42e7ee6fd
+ IGT_VERSION: v2.3
DEQP_RUNNER_GIT_URL: https://gitlab.freedesktop.org/mesa/deqp-runner.git
DEQP_RUNNER_GIT_TAG: v0.20.0
--
2.53.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] drm/ci: bump IGT version to v2.3
2026-03-19 16:11 [PATCH 1/1] drm/ci: bump IGT version to v2.3 Jim Cromie
@ 2026-03-31 15:55 ` Dixit, Ashutosh
2026-04-01 5:44 ` Vignesh Raman
1 sibling, 0 replies; 7+ messages in thread
From: Dixit, Ashutosh @ 2026-03-31 15:55 UTC (permalink / raw)
To: Jim Cromie
Cc: linux-kernel, helen.fornazier, vignesh.raman, maarten.lankhorst,
mripard, tzimmermann, airlied, simona, dri-devel, Kamil Konieczny
On Thu, 19 Mar 2026 09:11:59 -0700, Jim Cromie wrote:
>
> IGT_VERSION is currently pinned to a sha thats ~1100 behind HEAD
>
> Lets bump it to the latest milestone/tag at v2.3
> Thats now only ~630 behind.
> Can we haz a v2.4 ?
Just out:
https://lore.kernel.org/igt-dev/82352ddc32109eefa0a06c8df3c8c8e4.kamil.konieczny@linux.intel.com/T/#u
>
> Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
> ---
> drivers/gpu/drm/ci/gitlab-ci.yml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/ci/gitlab-ci.yml b/drivers/gpu/drm/ci/gitlab-ci.yml
> index 56638814bb28..d546bd123a63 100644
> --- a/drivers/gpu/drm/ci/gitlab-ci.yml
> +++ b/drivers/gpu/drm/ci/gitlab-ci.yml
> @@ -5,7 +5,7 @@ variables:
> UPSTREAM_REPO: https://gitlab.freedesktop.org/drm/kernel.git
> TARGET_BRANCH: drm-next
>
> - IGT_VERSION: 129d5b10baaadea1d6cd6377341c4cb42e7ee6fd
> + IGT_VERSION: v2.3
>
> DEQP_RUNNER_GIT_URL: https://gitlab.freedesktop.org/mesa/deqp-runner.git
> DEQP_RUNNER_GIT_TAG: v0.20.0
> --
> 2.53.0
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] drm/ci: bump IGT version to v2.3
2026-03-19 16:11 [PATCH 1/1] drm/ci: bump IGT version to v2.3 Jim Cromie
2026-03-31 15:55 ` Dixit, Ashutosh
@ 2026-04-01 5:44 ` Vignesh Raman
2026-04-04 13:08 ` jim.cromie
1 sibling, 1 reply; 7+ messages in thread
From: Vignesh Raman @ 2026-04-01 5:44 UTC (permalink / raw)
To: Jim Cromie, linux-kernel
Cc: helen.fornazier, maarten.lankhorst, mripard, tzimmermann, airlied,
simona, dri-devel
Hi Jim,
On 19/03/26 21:41, Jim Cromie wrote:
> IGT_VERSION is currently pinned to a sha thats ~1100 behind HEAD
>
> Lets bump it to the latest milestone/tag at v2.3
> Thats now only ~630 behind.
> Can we haz a v2.4 ?
>
> Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
> ---
> drivers/gpu/drm/ci/gitlab-ci.yml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/ci/gitlab-ci.yml b/drivers/gpu/drm/ci/gitlab-ci.yml
> index 56638814bb28..d546bd123a63 100644
> --- a/drivers/gpu/drm/ci/gitlab-ci.yml
> +++ b/drivers/gpu/drm/ci/gitlab-ci.yml
> @@ -5,7 +5,7 @@ variables:
> UPSTREAM_REPO: https://gitlab.freedesktop.org/drm/kernel.git
> TARGET_BRANCH: drm-next
>
> - IGT_VERSION: 129d5b10baaadea1d6cd6377341c4cb42e7ee6fd
> + IGT_VERSION: v2.3
Thanks for the patch. We also need to update the expectation files along
with this igt uprev. Are you planning to do it?
Regards,
Vignesh
>
> DEQP_RUNNER_GIT_URL: https://gitlab.freedesktop.org/mesa/deqp-runner.git
> DEQP_RUNNER_GIT_TAG: v0.20.0
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] drm/ci: bump IGT version to v2.3
2026-04-01 5:44 ` Vignesh Raman
@ 2026-04-04 13:08 ` jim.cromie
2026-04-06 6:46 ` Vignesh Raman
0 siblings, 1 reply; 7+ messages in thread
From: jim.cromie @ 2026-04-04 13:08 UTC (permalink / raw)
To: Vignesh Raman
Cc: linux-kernel, helen.fornazier, maarten.lankhorst, mripard,
tzimmermann, airlied, simona, dri-devel
On Tue, Mar 31, 2026 at 11:45 PM Vignesh Raman
<vignesh.raman@collabora.com> wrote:
>
> Hi Jim,
>
> On 19/03/26 21:41, Jim Cromie wrote:
> > IGT_VERSION is currently pinned to a sha thats ~1100 behind HEAD
> >
> > Lets bump it to the latest milestone/tag at v2.3
> > Thats now only ~630 behind.
> > Can we haz a v2.4 ?
> >
> > Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
> > ---
> > drivers/gpu/drm/ci/gitlab-ci.yml | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/gpu/drm/ci/gitlab-ci.yml b/drivers/gpu/drm/ci/gitlab-ci.yml
> > index 56638814bb28..d546bd123a63 100644
> > --- a/drivers/gpu/drm/ci/gitlab-ci.yml
> > +++ b/drivers/gpu/drm/ci/gitlab-ci.yml
> > @@ -5,7 +5,7 @@ variables:
> > UPSTREAM_REPO: https://gitlab.freedesktop.org/drm/kernel.git
> > TARGET_BRANCH: drm-next
> >
> > - IGT_VERSION: 129d5b10baaadea1d6cd6377341c4cb42e7ee6fd
> > + IGT_VERSION: v2.3
>
> Thanks for the patch. We also need to update the expectation files along
> with this igt uprev. Are you planning to do it?
>
I dont know what that means / entails,
So, it's best I don't.
When you do it, I'll then know how (if you cc me ;-)
> Regards,
> Vignesh
>
> >
> > DEQP_RUNNER_GIT_URL: https://gitlab.freedesktop.org/mesa/deqp-runner.git
> > DEQP_RUNNER_GIT_TAG: v0.20.0
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] drm/ci: bump IGT version to v2.3
2026-04-04 13:08 ` jim.cromie
@ 2026-04-06 6:46 ` Vignesh Raman
2026-05-04 4:43 ` Vignesh Raman
0 siblings, 1 reply; 7+ messages in thread
From: Vignesh Raman @ 2026-04-06 6:46 UTC (permalink / raw)
To: jim.cromie
Cc: linux-kernel, helen.fornazier, maarten.lankhorst, mripard,
tzimmermann, airlied, simona, dri-devel
Hi Jim,
On 04/04/26 18:38, jim.cromie@gmail.com wrote:
> On Tue, Mar 31, 2026 at 11:45 PM Vignesh Raman
> <vignesh.raman@collabora.com> wrote:
>>
>> Hi Jim,
>>
>> On 19/03/26 21:41, Jim Cromie wrote:
>>> IGT_VERSION is currently pinned to a sha thats ~1100 behind HEAD
>>>
>>> Lets bump it to the latest milestone/tag at v2.3
>>> Thats now only ~630 behind.
>>> Can we haz a v2.4 ?
>>>
>>> Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
>>> ---
>>> drivers/gpu/drm/ci/gitlab-ci.yml | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/drivers/gpu/drm/ci/gitlab-ci.yml b/drivers/gpu/drm/ci/gitlab-ci.yml
>>> index 56638814bb28..d546bd123a63 100644
>>> --- a/drivers/gpu/drm/ci/gitlab-ci.yml
>>> +++ b/drivers/gpu/drm/ci/gitlab-ci.yml
>>> @@ -5,7 +5,7 @@ variables:
>>> UPSTREAM_REPO: https://gitlab.freedesktop.org/drm/kernel.git
>>> TARGET_BRANCH: drm-next
>>>
>>> - IGT_VERSION: 129d5b10baaadea1d6cd6377341c4cb42e7ee6fd
>>> + IGT_VERSION: v2.3
>>
>> Thanks for the patch. We also need to update the expectation files along
>> with this igt uprev. Are you planning to do it?
>>
>
> I dont know what that means / entails,
> So, it's best I don't.
> When you do it, I'll then know how (if you cc me ;-)
When mesa or IGT version is updated in drm-ci, we need to update the
fails/flakes files in the xfails folder, as the new uprev can introduce
new failures or make some tests pass.
Example
https://gitlab.freedesktop.org/drm/msm/-/merge_requests/213/diffs?commit_id=af95dfd73f307ce1bf4ba40826aabca3b60ceb84
I will pick up your patch and run some tests, and update you. Thanks.
Regards,
Vignesh
>
>
>
>> Regards,
>> Vignesh
>>
>>>
>>> DEQP_RUNNER_GIT_URL: https://gitlab.freedesktop.org/mesa/deqp-runner.git
>>> DEQP_RUNNER_GIT_TAG: v0.20.0
>>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] drm/ci: bump IGT version to v2.3
2026-04-06 6:46 ` Vignesh Raman
@ 2026-05-04 4:43 ` Vignesh Raman
2026-05-04 14:36 ` jim.cromie
0 siblings, 1 reply; 7+ messages in thread
From: Vignesh Raman @ 2026-05-04 4:43 UTC (permalink / raw)
To: jim.cromie
Cc: linux-kernel, helen.fornazier, maarten.lankhorst, mripard,
tzimmermann, airlied, simona, dri-devel
HI Jim,
On 06/04/26 12:16, Vignesh Raman wrote:
> Hi Jim,
>
> On 04/04/26 18:38, jim.cromie@gmail.com wrote:
>> On Tue, Mar 31, 2026 at 11:45 PM Vignesh Raman
>> <vignesh.raman@collabora.com> wrote:
>>>
>>> Hi Jim,
>>>
>>> On 19/03/26 21:41, Jim Cromie wrote:
>>>> IGT_VERSION is currently pinned to a sha thats ~1100 behind HEAD
>>>>
>>>> Lets bump it to the latest milestone/tag at v2.3
>>>> Thats now only ~630 behind.
>>>> Can we haz a v2.4 ?
>>>>
>>>> Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
>>>> ---
>>>> drivers/gpu/drm/ci/gitlab-ci.yml | 2 +-
>>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>>
>>>> diff --git a/drivers/gpu/drm/ci/gitlab-ci.yml b/drivers/gpu/drm/ci/
>>>> gitlab-ci.yml
>>>> index 56638814bb28..d546bd123a63 100644
>>>> --- a/drivers/gpu/drm/ci/gitlab-ci.yml
>>>> +++ b/drivers/gpu/drm/ci/gitlab-ci.yml
>>>> @@ -5,7 +5,7 @@ variables:
>>>> UPSTREAM_REPO: https://gitlab.freedesktop.org/drm/kernel.git
>>>> TARGET_BRANCH: drm-next
>>>>
>>>> - IGT_VERSION: 129d5b10baaadea1d6cd6377341c4cb42e7ee6fd
>>>> + IGT_VERSION: v2.3
>>>
>>> Thanks for the patch. We also need to update the expectation files along
>>> with this igt uprev. Are you planning to do it?
>>>
>>
>> I dont know what that means / entails,
>> So, it's best I don't.
>> When you do it, I'll then know how (if you cc me ;-)
>
> When mesa or IGT version is updated in drm-ci, we need to update the
> fails/flakes files in the xfails folder, as the new uprev can introduce
> new failures or make some tests pass.
>
> Example https://gitlab.freedesktop.org/drm/msm/-/merge_requests/213/
> diffs?commit_id=af95dfd73f307ce1bf4ba40826aabca3b60ceb84
>
> I will pick up your patch and run some tests, and update you. Thanks.
I updated igt to v2.4 and ran the pipeline and updated fails.
https://gitlab.freedesktop.org/vigneshraman/msm/-/commit/13cf56b5e0b7ce2d252ecd5849c1cba3881b1c22
https://gitlab.freedesktop.org/vigneshraman/msm/-/pipelines/1658019
Need to investigate the failures and see if it is caused due to
test issue or it is actual failure in driver.
Regards,
Vignesh
>
> Regards,
> Vignesh
>
>>
>>
>>
>>> Regards,
>>> Vignesh
>>>
>>>>
>>>> DEQP_RUNNER_GIT_URL: https://gitlab.freedesktop.org/mesa/deqp-
>>>> runner.git
>>>> DEQP_RUNNER_GIT_TAG: v0.20.0
>>>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] drm/ci: bump IGT version to v2.3
2026-05-04 4:43 ` Vignesh Raman
@ 2026-05-04 14:36 ` jim.cromie
0 siblings, 0 replies; 7+ messages in thread
From: jim.cromie @ 2026-05-04 14:36 UTC (permalink / raw)
To: Vignesh Raman
Cc: linux-kernel, helen.fornazier, maarten.lankhorst, mripard,
tzimmermann, airlied, simona, dri-devel
hi Vignesh
On Sun, May 3, 2026 at 10:43 PM Vignesh Raman
<vignesh.raman@collabora.com> wrote:
>
> HI Jim,
>
> On 06/04/26 12:16, Vignesh Raman wrote:
> > Hi Jim,
> >
> > On 04/04/26 18:38, jim.cromie@gmail.com wrote:
> >> On Tue, Mar 31, 2026 at 11:45 PM Vignesh Raman
> >> <vignesh.raman@collabora.com> wrote:
> >>>
> >>> Hi Jim,
> >>>
> >>> On 19/03/26 21:41, Jim Cromie wrote:
> >>>> IGT_VERSION is currently pinned to a sha thats ~1100 behind HEAD
> >>>>
> >>>> Lets bump it to the latest milestone/tag at v2.3
> >>>> Thats now only ~630 behind.
> >>>> Can we haz a v2.4 ?
> >>>>
> >>>> Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
> >>>> ---
> >>>> drivers/gpu/drm/ci/gitlab-ci.yml | 2 +-
> >>>> 1 file changed, 1 insertion(+), 1 deletion(-)
> >>>>
> >>>> diff --git a/drivers/gpu/drm/ci/gitlab-ci.yml b/drivers/gpu/drm/ci/
> >>>> gitlab-ci.yml
> >>>> index 56638814bb28..d546bd123a63 100644
> >>>> --- a/drivers/gpu/drm/ci/gitlab-ci.yml
> >>>> +++ b/drivers/gpu/drm/ci/gitlab-ci.yml
> >>>> @@ -5,7 +5,7 @@ variables:
> >>>> UPSTREAM_REPO: https://gitlab.freedesktop.org/drm/kernel.git
> >>>> TARGET_BRANCH: drm-next
> >>>>
> >>>> - IGT_VERSION: 129d5b10baaadea1d6cd6377341c4cb42e7ee6fd
> >>>> + IGT_VERSION: v2.3
> >>>
> >>> Thanks for the patch. We also need to update the expectation files along
> >>> with this igt uprev. Are you planning to do it?
> >>>
> >>
> >> I dont know what that means / entails,
> >> So, it's best I don't.
> >> When you do it, I'll then know how (if you cc me ;-)
> >
> > When mesa or IGT version is updated in drm-ci, we need to update the
> > fails/flakes files in the xfails folder, as the new uprev can introduce
> > new failures or make some tests pass.
> >
> > Example https://gitlab.freedesktop.org/drm/msm/-/merge_requests/213/
> > diffs?commit_id=af95dfd73f307ce1bf4ba40826aabca3b60ceb84
> >
> > I will pick up your patch and run some tests, and update you. Thanks.
>
> I updated igt to v2.4 and ran the pipeline and updated fails.
>
> https://gitlab.freedesktop.org/vigneshraman/msm/-/commit/13cf56b5e0b7ce2d252ecd5849c1cba3881b1c22
>
> https://gitlab.freedesktop.org/vigneshraman/msm/-/pipelines/1658019
>
> Need to investigate the failures and see if it is caused due to
> test issue or it is actual failure in driver.
>
> Regards,
> Vignesh
>
> >
> > Regards,
> > Vignesh
> >
> >>
> >>
> >>
> >>> Regards,
> >>> Vignesh
> >>>
> >>>>
> >>>> DEQP_RUNNER_GIT_URL: https://gitlab.freedesktop.org/mesa/deqp-
> >>>> runner.git
> >>>> DEQP_RUNNER_GIT_TAG: v0.20.0
> >>>
> >
>
I took a look at the 1st red on the pipeline
There has been a runner system failure, please try again
ERROR: Job failed: failed to pull image
"registry.freedesktop.org/vigneshraman/msm/debian/x86_64_build:20260505-igt-uprev-v1--20260505-igt-uprev-v1--0d2527f6--aec7a6ce7bb38902c70641526f6611e27141784a"
with specified policies [if-not-present]: writing blob: adding layer
with blob "sha256:513a2cbb79943cb5cc909e10b22335ca9306cec2601a981528a83ae1cffcf406":
layer not known (manager.go:238:43s)
Im pretty new at reading these reports, but IIUC, this is a transient
harness error ?
I see youve kicked off a new pipeline 8195, but its blocked on some
manual steps,
can you give it a nudge ?
And while Im here, let me ask a newbie question:
why is there no automatic pipeline run on the upstream:
https://gitlab.freedesktop.org/drm/kernel/-/pipelines
ISTM having one would give baseline test results so anyone running experiments
would know the control without having to run it themselves.
It would also raise the profile of baseline test failures
thanks,
Jim
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2026-05-04 14:36 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-19 16:11 [PATCH 1/1] drm/ci: bump IGT version to v2.3 Jim Cromie
2026-03-31 15:55 ` Dixit, Ashutosh
2026-04-01 5:44 ` Vignesh Raman
2026-04-04 13:08 ` jim.cromie
2026-04-06 6:46 ` Vignesh Raman
2026-05-04 4:43 ` Vignesh Raman
2026-05-04 14:36 ` jim.cromie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox