* [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; 5+ 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] 5+ 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; 5+ 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] 5+ 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; 5+ 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] 5+ 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; 5+ 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] 5+ 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
0 siblings, 0 replies; 5+ 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] 5+ messages in thread
end of thread, other threads:[~2026-04-06 6:46 UTC | newest]
Thread overview: 5+ 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox