All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] gitlab: expose more info about CI runner environment as artifacts
@ 2026-06-24 12:46 Daniel P. Berrangé
  2026-06-24 12:46 ` [PATCH v2 1/6] gitlab: remove unused .cross_test_artifacts template Daniel P. Berrangé
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Daniel P. Berrangé @ 2026-06-24 12:46 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée, Pierrick Bouvier, Daniel P. Berrangé

To repeat the commit message from patch 6..

This captures the mount list, CPU model, memory information,
device node lists, kernel info, user identity and all environment
variables. For more details see patch 6.

The first 5 patches are all refactoring of the job templates to
reduce redundancy, so we have more consistency across jobs with
less code.

Sample pipeline showing the new 'ci-runner-env' artifacts in jobs:

  https://gitlab.com/berrange/qemu/-/pipelines/2626072516

Daniel P. Berrangé (6):
  gitlab: remove unused .cross_test_artifacts template
  gitlab: move .meson_job_template into base.yaml
  gitlab: use .base_meson_job_template from crossbuild jobs
  gitlab: pull ccache setup into .base_meson_ccache_job_template
  gitlab: pull before_script logic into .base_meson_job_template
  gitlab: greatly expand captured info about CI runner environment

 .gitlab-ci.d/base.yml                | 48 ++++++++++++++++++++++
 .gitlab-ci.d/buildtest-template.yml  | 58 ++++-----------------------
 .gitlab-ci.d/crossbuild-template.yml | 59 +++-------------------------
 3 files changed, 62 insertions(+), 103 deletions(-)

-- 
2.54.0



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

end of thread, other threads:[~2026-06-24 16:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-24 12:46 [PATCH v2 0/6] gitlab: expose more info about CI runner environment as artifacts Daniel P. Berrangé
2026-06-24 12:46 ` [PATCH v2 1/6] gitlab: remove unused .cross_test_artifacts template Daniel P. Berrangé
2026-06-24 13:03   ` Philippe Mathieu-Daudé
2026-06-24 16:56   ` Pierrick Bouvier
2026-06-24 12:46 ` [PATCH v2 2/6] gitlab: move .meson_job_template into base.yaml Daniel P. Berrangé
2026-06-24 16:56   ` Pierrick Bouvier
2026-06-24 12:46 ` [PATCH v2 3/6] gitlab: use .base_meson_job_template from crossbuild jobs Daniel P. Berrangé
2026-06-24 16:56   ` Pierrick Bouvier
2026-06-24 12:46 ` [PATCH v2 4/6] gitlab: pull ccache setup into .base_meson_ccache_job_template Daniel P. Berrangé
2026-06-24 16:57   ` Pierrick Bouvier
2026-06-24 12:46 ` [PATCH v2 5/6] gitlab: pull before_script logic into .base_meson_job_template Daniel P. Berrangé
2026-06-24 16:58   ` Pierrick Bouvier
2026-06-24 12:46 ` [PATCH v2 6/6] gitlab: greatly expand captured info about CI runner environment Daniel P. Berrangé
2026-06-24 16:58   ` Pierrick Bouvier

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.