[v1,0/5] Fix various CI issues
mbox series

Message ID 20240307221810.2109348-1-nicolas@ndufresne.ca
Headers show
Series
  • Fix various CI issues
Related show

Message

Nicolas Dufresne March 7, 2024, 10:18 p.m. UTC
From: Nicolas Dufresne <nicolas.dufresne@collabora.com>

The first three patches fixes issue when using a fork of libcamera to run the
CI. The following patch add appsink needed by a newly introduce GStreamer test
and finally a minor typo fix.

Nicolas Dufresne (5):
  Use full registry path for the CrOS docker
  Add missing FDO_UPSTREAM_REPO
  qemu: Print error logs on unit test failure
  docker: Install appsink element
  build-libcamera-common: Fix comment typo 'corss' to 'cross'

 .gitlab-ci/build-libcamera-common.sh |  2 +-
 .gitlab-ci/test-libcamera-qemu.sh    |  2 +-
 gitlab-ci.yml                        | 10 ++++++----
 3 files changed, 8 insertions(+), 6 deletions(-)

Comments

Kieran Bingham March 7, 2024, 11:10 p.m. UTC | #1
Quoting Nicolas Dufresne (2024-03-07 22:18:05)
> From: Nicolas Dufresne <nicolas.dufresne@collabora.com>
> 
> The first three patches fixes issue when using a fork of libcamera to run the
> CI. The following patch add appsink needed by a newly introduce GStreamer test
> and finally a minor typo fix.

Merged, thanks.

--
Kieran


> 
> Nicolas Dufresne (5):
>   Use full registry path for the CrOS docker
>   Add missing FDO_UPSTREAM_REPO
>   qemu: Print error logs on unit test failure
>   docker: Install appsink element
>   build-libcamera-common: Fix comment typo 'corss' to 'cross'
> 
>  .gitlab-ci/build-libcamera-common.sh |  2 +-
>  .gitlab-ci/test-libcamera-qemu.sh    |  2 +-
>  gitlab-ci.yml                        | 10 ++++++----
>  3 files changed, 8 insertions(+), 6 deletions(-)
> 
> -- 
> 2.43.2
>