All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC TEST_ARTIFACTS PATCH 0/2] artifacts: Initial commit
@ 2024-10-23  2:53 victorm.lira
  2024-10-23  2:53 ` [RFC TEST_ARTIFACTS PATCH 1/2] " victorm.lira
  0 siblings, 1 reply; 5+ messages in thread
From: victorm.lira @ 2024-10-23  2:53 UTC (permalink / raw)
  To: xen-devel
  Cc: Victor Lira, Andrew Cooper, Marek Marczykowski-Górecki,
	Doug Goldstein, Stefano Stabellini

From: Victor Lira <victorm.lira@amd.com>

This patch series is a proof of concept that a separate repository can be
used to generate kernel, rootfs, and other commonly used binary artifacts,
and have Xen test jobs load these instead of generating them every run.

The current configuration of Xen CI generates these using "dummy" jobs
in every pipeline. This unecessarily uses a large amount of storage and
network traffic because artifacts are duplicated overprojects/branches.

Instead, use GitLab CI built-in functionality to retrieve them from a
separate repository using the "needs" keyword. The "needs:project" feature
is currently limited to 5 artifacts archives from external pipelines per
job, but web requests can be used if more are needed. It's preferable to
use this as opposed to just web requests since this doesn't requre modying
the any test scripts as long as the archive has the same directory
structure.

The example of a test artifacts repository:
https://gitlab.com/xen-project/people/victormlira/test-artifacts/-/pipelines/1508031895

The example of the use:
https://gitlab.com/xen-project/people/sstabellini/xen/-/pipelines/1508069266

Stefano Stabellini (1):
  Initial commit

--
2.25.1



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

end of thread, other threads:[~2024-10-23  5:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-23  2:53 [RFC TEST_ARTIFACTS PATCH 0/2] artifacts: Initial commit victorm.lira
2024-10-23  2:53 ` [RFC TEST_ARTIFACTS PATCH 1/2] " victorm.lira
2024-10-23  2:53   ` [RFC XEN PATCH 2/2] automation: add xilinx test (linux argo) victorm.lira
2024-10-23  5:03     ` Stefano Stabellini
2024-10-23  4:57   ` [RFC TEST_ARTIFACTS PATCH 1/2] artifacts: Initial commit 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.