All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/6] Add infrastructure for testing arbitrary Linux branch, and one more runner
@ 2025-06-23 13:47 Marek Marczykowski-Górecki
  2025-06-23 13:47 ` [PATCH v1 1/6] CI: Switch x86 tests to 6.12.34 kernel Marek Marczykowski-Górecki
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Marek Marczykowski-Górecki @ 2025-06-23 13:47 UTC (permalink / raw)
  To: xen-devel; +Cc: Marek Marczykowski-Górecki

This series implements testing arbitrary Linux branch, based on pipeline
variables. The idea is to setup schedule running a pipeline for few selected
branches (some of the Linux stable branches? linux-next? Linus's master
branch?) The SELECTED_JOBS_ONLY variable can be used to exclude most of the
build jobs in those pipelines.

This series is combined with adding hw12 runner, as it needs a newer kernel
anyway, so putting it together avoids merge conflict. There are also few minor
CI improvements collected along the way.

Pipeline:
https://gitlab.com/xen-project/people/marmarek/xen/-/pipelines/1882799125

Marek Marczykowski-Górecki (6):
  CI: Switch x86 tests to 6.12.34 kernel
  CI: add AMD Zen 4 HW runner
  CI: upload tests-junit.xml as a normal artifact too
  CI: make test-artifacts branch/job customizable
  CI: use Alpine's network setup
  [DO NOT MERGE] CI: example how to use ssh to extract logs

 .gitlab-ci.yml                     |  9 ++++-
 automation/gitlab-ci/test.yaml     | 65 +++++++++++++++++++++++++++++--
 automation/scripts/qubes-x86-64.sh | 22 +++++-----
 3 files changed, 81 insertions(+), 15 deletions(-)

base-commit: cc7394164633e75fb61d52565f75271e0b7f1236
-- 
git-series 0.9.1


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

end of thread, other threads:[~2025-06-23 21:30 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-23 13:47 [PATCH v1 0/6] Add infrastructure for testing arbitrary Linux branch, and one more runner Marek Marczykowski-Górecki
2025-06-23 13:47 ` [PATCH v1 1/6] CI: Switch x86 tests to 6.12.34 kernel Marek Marczykowski-Górecki
2025-06-23 20:54   ` Stefano Stabellini
2025-06-23 13:47 ` [PATCH v1 2/6] CI: add AMD Zen 4 HW runner Marek Marczykowski-Górecki
2025-06-23 13:47 ` [PATCH v1 3/6] CI: upload tests-junit.xml as a normal artifact too Marek Marczykowski-Górecki
2025-06-23 20:57   ` Stefano Stabellini
2025-06-23 13:47 ` [PATCH v1 4/6] CI: make test-artifacts branch/job customizable Marek Marczykowski-Górecki
2025-06-23 21:04   ` Stefano Stabellini
2025-06-23 21:30     ` Marek Marczykowski-Górecki
2025-06-23 13:47 ` [PATCH v1 5/6] CI: use Alpine's network setup Marek Marczykowski-Górecki
2025-06-23 20:58   ` Stefano Stabellini
2025-06-23 13:47 ` [PATCH v1 6/6] [DO NOT MERGE] CI: example how to use ssh to extract logs Marek Marczykowski-Górecki
2025-06-23 18:28   ` Demi Marie Obenour
2025-06-23 18:30     ` Marek Marczykowski-Górecki
2025-06-23 20:58   ` Stefano Stabellini

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.