mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Maíra Canal" <mcanal@igalia.com>
To: Vignesh Raman <vignesh.raman@collabora.com>,
	dri-devel@lists.freedesktop.org
Cc: daniels@collabora.com, helen.koike@collabora.com,
	airlied@gmail.com, daniel@ffwll.ch, robdclark@gmail.com,
	guilherme.gallo@collabora.com, sergi.blanch.torne@collabora.com,
	deborah.brouwer@collabora.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v1] drm/ci: uprev mesa
Date: Thu, 8 Aug 2024 08:31:02 -0300	[thread overview]
Message-ID: <8fc33b63-40db-478c-95bc-bdfaa93d2fd4@igalia.com> (raw)
In-Reply-To: <20240807082020.429434-1-vignesh.raman@collabora.com>

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@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.

Best Regards,
- Maíra

>   
>     FDO_UPSTREAM_REPO: helen.fornazier/linux   # The repo where the git-archive daily runs
> @@ -85,22 +85,24 @@ include:
>     - project: *drm-ci-project-path
>       ref: *drm-ci-commit-sha
>       file:
> +      - '/.gitlab-ci/container/gitlab-ci.yml'
>         - '/.gitlab-ci/farm-rules.yml'
> +      - '/.gitlab-ci/lava/lava-gitlab-ci.yml'
>         - '/.gitlab-ci/test-source-dep.yml'
> -      - '/.gitlab-ci/container/gitlab-ci.yml'
>         - '/.gitlab-ci/test/gitlab-ci.yml'
> -      - '/.gitlab-ci/lava/lava-gitlab-ci.yml'
> -      - '/src/microsoft/ci/gitlab-ci-inc.yml'
> -      - '/src/gallium/drivers/zink/ci/gitlab-ci-inc.yml'
> +      - '/src/amd/ci/gitlab-ci-inc.yml'
> +      - '/src/freedreno/ci/gitlab-ci-inc.yml'
>         - '/src/gallium/drivers/crocus/ci/gitlab-ci-inc.yml'
> -      - '/src/gallium/drivers/softpipe/ci/gitlab-ci-inc.yml'
>         - '/src/gallium/drivers/llvmpipe/ci/gitlab-ci-inc.yml'
> -      - '/src/gallium/drivers/virgl/ci/gitlab-ci-inc.yml'
>         - '/src/gallium/drivers/nouveau/ci/gitlab-ci-inc.yml'
> +      - '/src/gallium/drivers/softpipe/ci/gitlab-ci-inc.yml'
> +      - '/src/gallium/drivers/virgl/ci/gitlab-ci-inc.yml'
> +      - '/src/gallium/drivers/zink/ci/gitlab-ci-inc.yml'
>         - '/src/gallium/frontends/lavapipe/ci/gitlab-ci-inc.yml'
> +      - '/src/gallium/frontends/rusticl/ci/gitlab-ci.yml'
>         - '/src/intel/ci/gitlab-ci-inc.yml'
> -      - '/src/freedreno/ci/gitlab-ci-inc.yml'
> -      - '/src/amd/ci/gitlab-ci-inc.yml'
> +      - '/src/microsoft/ci/gitlab-ci-inc.yml'
> +      - '/src/nouveau/ci/gitlab-ci-inc.yml'
>         - '/src/virtio/ci/gitlab-ci-inc.yml'
>     - drivers/gpu/drm/ci/image-tags.yml
>     - drivers/gpu/drm/ci/container.yml
> diff --git a/drivers/gpu/drm/ci/image-tags.yml b/drivers/gpu/drm/ci/image-tags.yml
> index 13eda37bdf05..2c340d063a96 100644
> --- a/drivers/gpu/drm/ci/image-tags.yml
> +++ b/drivers/gpu/drm/ci/image-tags.yml
> @@ -1,15 +1,15 @@
>   variables:
> -   CONTAINER_TAG: "2024-05-09-mesa-uprev"
> +   CONTAINER_TAG: "2024-08-07-mesa-uprev"
>      DEBIAN_X86_64_BUILD_BASE_IMAGE: "debian/x86_64_build-base"
>      DEBIAN_BASE_TAG: "${CONTAINER_TAG}"
>   
>      DEBIAN_X86_64_BUILD_IMAGE_PATH: "debian/x86_64_build"
> -   DEBIAN_BUILD_TAG: "2024-06-10-vkms"
> +   DEBIAN_BUILD_TAG: "${CONTAINER_TAG}"
>   
> -   KERNEL_ROOTFS_TAG: "2023-10-06-amd"
> +   KERNEL_ROOTFS_TAG: "${CONTAINER_TAG}"
>   
>      DEBIAN_X86_64_TEST_BASE_IMAGE: "debian/x86_64_test-base"
>      DEBIAN_X86_64_TEST_IMAGE_GL_PATH: "debian/x86_64_test-gl"
> -   DEBIAN_X86_64_TEST_GL_TAG: "${CONTAINER_TAG}"
> +   DEBIAN_TEST_GL_TAG: "${CONTAINER_TAG}"
>   
>      ALPINE_X86_64_LAVA_SSH_TAG: "${CONTAINER_TAG}"
> \ No newline at end of file
> diff --git a/drivers/gpu/drm/ci/lava-submit.sh b/drivers/gpu/drm/ci/lava-submit.sh
> index 0707fa706a48..6add15083c78 100755
> --- a/drivers/gpu/drm/ci/lava-submit.sh
> +++ b/drivers/gpu/drm/ci/lava-submit.sh
> @@ -44,6 +44,7 @@ PYTHONPATH=artifacts/ artifacts/lava/lava_job_submitter.py \
>   	--first-stage-init artifacts/ci-common/init-stage1.sh \
>   	--ci-project-dir "${CI_PROJECT_DIR}" \
>   	--device-type "${DEVICE_TYPE}" \
> +	--farm "${FARM}" \
>   	--dtb-filename "${DTB}" \
>   	--jwt-file "${S3_JWT_FILE}" \
>   	--kernel-image-name "${KERNEL_IMAGE_NAME}" \
> diff --git a/drivers/gpu/drm/ci/test.yml b/drivers/gpu/drm/ci/test.yml
> index b22b2cf8f06f..b6f428cdaf94 100644
> --- a/drivers/gpu/drm/ci/test.yml
> +++ b/drivers/gpu/drm/ci/test.yml
> @@ -69,7 +69,7 @@
>   .baremetal-igt-arm64:
>     extends:
>       - .baremetal-test-arm64
> -    - .use-debian/arm64_test
> +    - .use-debian/baremetal_arm64_test
>       - .test-rules
>     variables:
>       FDO_CI_CONCURRENT: 10
> @@ -79,7 +79,7 @@
>       BM_CMDLINE: "ip=dhcp console=ttyMSM0,115200n8 $BM_KERNEL_EXTRA_ARGS root=/dev/nfs rw nfsrootdebug nfsroot=,tcp,nfsvers=4.2 init=/init $BM_KERNELARGS"
>       FARM: google
>     needs:
> -    - debian/arm64_test
> +    - debian/baremetal_arm64_test
>       - job: testing:arm64
>         artifacts: false
>       - igt:arm64

  parent reply	other threads:[~2024-08-08 11:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-07  8:20 Vignesh Raman
2024-08-07 12:33 ` Daniel Stone
2024-08-13 20:06   ` Helen Mae Koike Fornazier
2024-08-08 11:31 ` Maíra Canal [this message]
2024-08-12  9:38   ` Vignesh Raman

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=8fc33b63-40db-478c-95bc-bdfaa93d2fd4@igalia.com \
    --to=mcanal@igalia.com \
    --cc=airlied@gmail.com \
    --cc=daniel@ffwll.ch \
    --cc=daniels@collabora.com \
    --cc=deborah.brouwer@collabora.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=guilherme.gallo@collabora.com \
    --cc=helen.koike@collabora.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robdclark@gmail.com \
    --cc=sergi.blanch.torne@collabora.com \
    --cc=vignesh.raman@collabora.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

all inboxes | Powered by JetHome®