[PATCH 5/9] Gitlab: Avoid downloading all artifacts in later stages

Simon Glass sjg at chromium.org
Mon Dec 9 14:29:20 CET 2024


On Sun, 8 Dec 2024 at 12:08, Tom Rini <trini at konsulko.com> wrote:
>
> In the test.py stage of the build we mark the pytest results as
> artifacts to save, so that they can be used for reports. This however
> leads to all of the artifacts being downloaded (and then not used) in
> later stages. Optimize this out by using an empty list of dependencies
> here (which is the keyword for which artifacts are needed).
>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
>  .gitlab-ci.yml | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list