[v1,2/5] Add missing FDO_UPSTREAM_REPO
diff mbox series

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

Commit Message

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

Without that all forks are doomed to recreate the dockers.

Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
---
 gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

Comments

Kieran Bingham March 7, 2024, 10:32 p.m. UTC | #1
Quoting Nicolas Dufresne (2024-03-07 22:18:07)
> From: Nicolas Dufresne <nicolas.dufresne@collabora.com>
> 
> Without that all forks are doomed to recreate the dockers.

I wondered if that was by design or despair ... but I think not
recreating images and saving some electrons is far better.

Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

> 
> Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
> ---
>  gitlab-ci.yml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/gitlab-ci.yml b/gitlab-ci.yml
> index a4e1ef4..105971d 100644
> --- a/gitlab-ci.yml
> +++ b/gitlab-ci.yml
> @@ -7,6 +7,7 @@ stages:
>    - test
>  
>  variables:
> +  FDO_UPSTREAM_REPO: 'camera/libcamera'
>    CROS_SDK_IMAGE: 'registry.freedesktop.org/camera/libcamera/cros-sdk-lite-r120-15662:2024-01-16.0'
>    GIT_DEPTH: 1
>    KERNEL_VERSION: '6.6'
> -- 
> 2.43.2
>

Patch
diff mbox series

diff --git a/gitlab-ci.yml b/gitlab-ci.yml
index a4e1ef4..105971d 100644
--- a/gitlab-ci.yml
+++ b/gitlab-ci.yml
@@ -7,6 +7,7 @@  stages:
   - test
 
 variables:
+  FDO_UPSTREAM_REPO: 'camera/libcamera'
   CROS_SDK_IMAGE: 'registry.freedesktop.org/camera/libcamera/cros-sdk-lite-r120-15662:2024-01-16.0'
   GIT_DEPTH: 1
   KERNEL_VERSION: '6.6'