All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] CI/build: bump container images, OS and meson versions
@ 2025-06-11 11:06 Andrzej Hajda
  2025-06-11 11:06 ` [PATCH v2 1/5] CI: create own base buildah image instead of wayland's Andrzej Hajda
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Andrzej Hajda @ 2025-06-11 11:06 UTC (permalink / raw)
  To: igt-dev
  Cc: Kamil Konieczny, Ryszard Knop, Ryszard Knop, Petri Latvala,
	Andrzej Hajda

New patch(es) require newer version of build tools to work properly.
This patchset tries to do it.

Unfortunatly after gitlab update (February/March) "pipeline checks"
do not work on pre-merge phase so all green CI results [1], can be followed
by critical post-merge failure on pipelines [2] and quick revert [3].
This patchset contains changes which can cause failure on CI only after
merge and potentially can end up with revert.

To test gitlab pipelines I have forked IGT repo. It allowed to test
pipelines in safe way (thanks Kamil for the idea).
Here are results of the test:
Last IGT without patchset:
https://gitlab.freedesktop.org/andrzej.hajda/igt-gpu-tools/-/pipelines/1448021
Last IGT with patchset:
https://gitlab.freedesktop.org/andrzej.hajda/igt-gpu-tools/-/pipelines/1448029

Anyway it appeared CI uses quite old buildah base images which fails to find
newer versions of OSes, and even with added workarounds for this they fail
with arm64/armhf debian images. As a result I have decided to create own
buldah image based on stable original bare buildah.
All this took quite long time - learing gitlab CI, docker, buildah, podman,...
Finally I have ended with v2, hopefully sth acceptable.

v2:
 - added own base buildah image creation job instead of using wayland's,
 - removed podman logins from CI script,
 - updated python[3]-docutils package name,
 - updated descriptions,
 - added tags,
 - successfully tested gitlab pipelins on forked repo.

[1]: https://patchwork.freedesktop.org/series/149642/#rev1
[2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/pipelines/1438518
[3]: https://patchwork.freedesktop.org/series/149700/

Signed-off-by: Andrzej Hajda <andrzej.hajda@intel.com>
---
- Link to v1: https://lore.kernel.org/r/20250603-bump_docker_distros-v1-0-cf7e062e339c@intel.com

---
Andrzej Hajda (5):
      CI: create own base buildah image instead of wayland's
      Dockerfile: bump debian version
      Dockerfile: bump fedora version
      meson: bump required and tested version of meson
      CI: remove podman login

 .gitlab-ci.yml                  | 37 +++++++++++++++++++++++++++----------
 .gitlab-ci/pull-or-rebuild.sh   |  4 ++--
 Dockerfile.build-buildah        |  3 +++
 Dockerfile.build-debian         |  2 +-
 Dockerfile.build-debian-arm64   |  4 ++--
 Dockerfile.build-debian-armhf   |  4 ++--
 Dockerfile.build-debian-minimal |  2 +-
 Dockerfile.build-debian-mips    |  4 ++--
 Dockerfile.build-fedora         |  4 ++--
 meson.build                     |  2 +-
 10 files changed, 43 insertions(+), 23 deletions(-)
---
base-commit: dad4b2bb9e5a2c87ae0275efbf9f0df00a67ef46
change-id: 20250602-bump_docker_distros-1aa6b6993d58

Best regards,
-- 
Andrzej Hajda <andrzej.hajda@intel.com>


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2025-06-12 11:56 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-11 11:06 [PATCH v2 0/5] CI/build: bump container images, OS and meson versions Andrzej Hajda
2025-06-11 11:06 ` [PATCH v2 1/5] CI: create own base buildah image instead of wayland's Andrzej Hajda
2025-06-11 12:33   ` [v2,1/5] " Knop, Ryszard
2025-06-11 11:06 ` [PATCH v2 2/5] Dockerfile: bump debian version Andrzej Hajda
2025-06-11 12:33   ` [v2,2/5] " Knop, Ryszard
2025-06-11 11:06 ` [PATCH v2 3/5] Dockerfile: bump fedora version Andrzej Hajda
2025-06-11 12:30   ` [v2,3/5] " Knop, Ryszard
2025-06-12 11:56     ` Hajda, Andrzej
2025-06-11 11:06 ` [PATCH v2 4/5] meson: bump required and tested version of meson Andrzej Hajda
2025-06-11 12:32   ` [v2,4/5] " Knop, Ryszard
2025-06-11 11:06 ` [PATCH v2 5/5] CI: remove podman login Andrzej Hajda
2025-06-11 12:34   ` [v2,5/5] " Knop, Ryszard
2025-06-11 20:27 ` ✓ i915.CI.BAT: success for CI/build: bump container images, OS and meson versions Patchwork
2025-06-11 20:50 ` ✓ Xe.CI.BAT: " Patchwork
2025-06-12  0:29 ` ✓ i915.CI.Full: " Patchwork
2025-06-12  4:22 ` ✗ Xe.CI.Full: failure " Patchwork
2025-06-12 10:26   ` Kamil Konieczny

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.