[libcamera-ci,v1,1/2] Save `meson-logs` as artifact in `build-package:cros` job
diff mbox series

Message ID 20260119092617.3506559-1-barnabas.pocze@ideasonboard.com
State New
Headers show
Series
  • [libcamera-ci,v1,1/2] Save `meson-logs` as artifact in `build-package:cros` job
Related show

Commit Message

Barnabás Pőcze Jan. 19, 2026, 9:26 a.m. UTC
It is saved as artifact in all other build jobs and it can be
useful is diagnosing issues related to dependencies, compilation,
or linking.

Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>
---
 gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

--
2.52.0

Comments

Laurent Pinchart Jan. 19, 2026, 12:04 p.m. UTC | #1
On Mon, Jan 19, 2026 at 10:26:16AM +0100, Barnabás Pőcze wrote:
> It is saved as artifact in all other build jobs and it can be
> useful is diagnosing issues related to dependencies, compilation,
> or linking.
> 
> Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  gitlab-ci.yml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/gitlab-ci.yml b/gitlab-ci.yml
> index 66d8f27..4edb6a7 100644
> --- a/gitlab-ci.yml
> +++ b/gitlab-ci.yml
> @@ -315,6 +315,7 @@ build-package:cros:
>    artifacts:
>      name: libcamera-cros-${CI_COMMIT_SHA}
>      paths:
> +      - build/meson-logs/
>        - libcamera-upstream-9999.tbz2
> 
>  # ------------------------------------------------------------------------------

Patch
diff mbox series

diff --git a/gitlab-ci.yml b/gitlab-ci.yml
index 66d8f27..4edb6a7 100644
--- a/gitlab-ci.yml
+++ b/gitlab-ci.yml
@@ -315,6 +315,7 @@  build-package:cros:
   artifacts:
     name: libcamera-cros-${CI_COMMIT_SHA}
     paths:
+      - build/meson-logs/
       - libcamera-upstream-9999.tbz2

 # ------------------------------------------------------------------------------