[PATCH v3 0/2] drm/ci: mesa uprev and python-artifacts fixes

Vignesh Raman posted 2 patches 8 months, 4 weeks ago
drivers/gpu/drm/ci/build-igt.sh   |  2 +-
drivers/gpu/drm/ci/build.sh       |  6 ++--
drivers/gpu/drm/ci/build.yml      | 10 +++++--
drivers/gpu/drm/ci/container.yml  | 30 +++++--------------
drivers/gpu/drm/ci/gitlab-ci.yml  | 50 +++++++++++++++++++++----------
drivers/gpu/drm/ci/igt_runner.sh  |  1 +
drivers/gpu/drm/ci/image-tags.yml | 20 +++++--------
drivers/gpu/drm/ci/lava-submit.sh |  6 ++--
drivers/gpu/drm/ci/test.yml       | 31 ++++++++++---------
9 files changed, 80 insertions(+), 76 deletions(-)
[PATCH v3 0/2] drm/ci: mesa uprev and python-artifacts fixes
Posted by Vignesh Raman 8 months, 4 weeks ago
The python-artifacts job has a timeout of 10 minutes, which causes
build failures as it was unable to clone the repository within the
specified limits. Set GIT_DEPTH to 10 to speed up cloning and avoid
build failures due to timeouts when fetching the full repository.

The current s3cp stopped working after the migration. Update to the
latest mesa and ci-templates to get s3cp working again and adapt to
recent changes in mesa-ci.

check-patch testing,
MR - https://gitlab.freedesktop.org/vigneshraman/linux/-/merge_requests/22
pipeline - https://gitlab.freedesktop.org/vigneshraman/linux/-/pipelines/1418294

mesa uprev testing,
pipeline - https://gitlab.freedesktop.org/vigneshraman/linux/-/pipelines/1418293

msm merge request,
https://gitlab.freedesktop.org/drm/msm/-/merge_requests/169
 
i915:cml jobs are stuck due to some issue with devices in the lava lab.

Vignesh Raman (2):
  drm/ci: python-artifacts: use shallow clone
  drm/ci: uprev mesa and ci-templates

 drivers/gpu/drm/ci/build-igt.sh   |  2 +-
 drivers/gpu/drm/ci/build.sh       |  6 ++--
 drivers/gpu/drm/ci/build.yml      | 10 +++++--
 drivers/gpu/drm/ci/container.yml  | 30 +++++--------------
 drivers/gpu/drm/ci/gitlab-ci.yml  | 50 +++++++++++++++++++++----------
 drivers/gpu/drm/ci/igt_runner.sh  |  1 +
 drivers/gpu/drm/ci/image-tags.yml | 20 +++++--------
 drivers/gpu/drm/ci/lava-submit.sh |  6 ++--
 drivers/gpu/drm/ci/test.yml       | 31 ++++++++++---------
 9 files changed, 80 insertions(+), 76 deletions(-)

-- 
2.47.2
Re: [PATCH v3 0/2] drm/ci: mesa uprev and python-artifacts fixes
Posted by Daniel Stone 8 months, 3 weeks ago
Hi Vignesh,

On Wed, 14 May 2025 at 06:04, Vignesh Raman <vignesh.raman@collabora.com> wrote:
> The python-artifacts job has a timeout of 10 minutes, which causes
> build failures as it was unable to clone the repository within the
> specified limits. Set GIT_DEPTH to 10 to speed up cloning and avoid
> build failures due to timeouts when fetching the full repository.
>
> The current s3cp stopped working after the migration. Update to the
> latest mesa and ci-templates to get s3cp working again and adapt to
> recent changes in mesa-ci.

I thought I already did this, sorry; the series is:
Acked-by: Daniel Stone <daniels@collabora.com>

Cheers,
Daniel