[PATCH v1] drm/ci: uprev mesa
Vignesh Raman
vignesh.raman at collabora.com
Mon Aug 12 09:38:52 UTC 2024
Hi Maíra,
On 08/08/24 17:01, Maíra Canal wrote:
> Hi Vignesh,
>
> On 8/7/24 05:20, Vignesh Raman wrote:
>> Uprev mesa to adapt to the latest changes in mesa ci.
>> Project 'anholt/deqp-runner' was moved to 'mesa/deqp-runner'.
>> So update the link.
>>
>> Signed-off-by: Vignesh Raman <vignesh.raman at collabora.com>
>> ---
>>
>> v1:
>> - Working pipeline link,
>>
>> https://gitlab.freedesktop.org/vigneshraman/linux/-/pipelines/1242911
>>
>> ---
>> drivers/gpu/drm/ci/container.yml | 8 ++++++++
>> drivers/gpu/drm/ci/gitlab-ci.yml | 22 ++++++++++++----------
>> drivers/gpu/drm/ci/image-tags.yml | 8 ++++----
>> drivers/gpu/drm/ci/lava-submit.sh | 1 +
>> drivers/gpu/drm/ci/test.yml | 4 ++--
>> 5 files changed, 27 insertions(+), 16 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/ci/container.yml
>> b/drivers/gpu/drm/ci/container.yml
>> index d6edf3635b23..2a94f54ce4cf 100644
>> --- a/drivers/gpu/drm/ci/container.yml
>> +++ b/drivers/gpu/drm/ci/container.yml
>> @@ -28,6 +28,14 @@ debian/x86_64_test-vk:
>> rules:
>> - when: never
>> +debian/arm64_test-vk:
>> + rules:
>> + - when: never
>> +
>> +debian/arm64_test-gl:
>> + rules:
>> + - when: never
>> +
>> fedora/x86_64_build:
>> rules:
>> - when: never
>> diff --git a/drivers/gpu/drm/ci/gitlab-ci.yml
>> b/drivers/gpu/drm/ci/gitlab-ci.yml
>> index 6d2cefa7f15e..eca47d4f816f 100644
>> --- a/drivers/gpu/drm/ci/gitlab-ci.yml
>> +++ b/drivers/gpu/drm/ci/gitlab-ci.yml
>> @@ -1,13 +1,13 @@
>> variables:
>> DRM_CI_PROJECT_PATH: &drm-ci-project-path mesa/mesa
>> - DRM_CI_COMMIT_SHA: &drm-ci-commit-sha
>> e2b9c5a9e3e4f9b532067af8022eaef8d6fc6c00
>> + DRM_CI_COMMIT_SHA: &drm-ci-commit-sha
>> d9849ac46623797a9f56fb9d46dc52460ac477de
>> UPSTREAM_REPO: https://gitlab.freedesktop.org/drm/kernel.git
>> TARGET_BRANCH: drm-next
>> IGT_VERSION: f13702b8e4e847c56da3ef6f0969065d686049c5
>> - DEQP_RUNNER_GIT_URL:
>> https://gitlab.freedesktop.org/anholt/deqp-runner.git
>> + DEQP_RUNNER_GIT_URL:
>> https://gitlab.freedesktop.org/mesa/deqp-runner.git
>> DEQP_RUNNER_GIT_TAG: v0.15.0
>
> Kinda of unrelated to the patch itself, but shouldn't we update
> DEQP_RUNNER_GIT_TAG? Mesa is already using deqp-runner v0.20.0 and we
> are still on v0.15.0.
Yes, we need to update deqp-runner also to same version as mesa.
I will post a patch with this update. Thank you.
Regards,
Vignesh
More information about the dri-devel
mailing list