From patchwork Thu Mar 7 22:18:06 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Dufresne X-Patchwork-Id: 19638 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id AB63AC32AF for ; Thu, 7 Mar 2024 22:18:30 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 623A462877; Thu, 7 Mar 2024 23:18:29 +0100 (CET) Received: from madrid.collaboradmins.com (madrid.collaboradmins.com [IPv6:2a00:1098:ed:100::25]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id A2BFF62865 for ; Thu, 7 Mar 2024 23:18:26 +0100 (CET) Received: from nicolas-tpx395.lan (cola.collaboradmins.com [195.201.22.229]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: nicolas) by madrid.collaboradmins.com (Postfix) with ESMTPSA id 0256137820C3; Thu, 7 Mar 2024 22:18:25 +0000 (UTC) From: Nicolas Dufresne To: libcamera-devel@lists.libcamera.org Subject: [PATCH v1 1/5] Use full registry path for the CrOS docker Date: Thu, 7 Mar 2024 17:18:06 -0500 Message-ID: <20240307221810.2109348-2-nicolas@ndufresne.ca> X-Mailer: git-send-email 2.43.2 In-Reply-To: <20240307221810.2109348-1-nicolas@ndufresne.ca> References: <20240307221810.2109348-1-nicolas@ndufresne.ca> MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Nicolas Dufresne Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" From: Nicolas Dufresne This is not built by the pipeline and won't be found in the users namespace. Signed-off-by: Nicolas Dufresne Reviewed-by: Kieran Bingham --- gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab-ci.yml b/gitlab-ci.yml index 81ab8c4..a4e1ef4 100644 --- a/gitlab-ci.yml +++ b/gitlab-ci.yml @@ -7,7 +7,7 @@ stages: - test variables: - CROS_SDK_IMAGE: '${CI_REGISTRY_IMAGE}/cros-sdk-lite-r120-15662:2024-01-16.0' + CROS_SDK_IMAGE: 'registry.freedesktop.org/camera/libcamera/cros-sdk-lite-r120-15662:2024-01-16.0' GIT_DEPTH: 1 KERNEL_VERSION: '6.6' MESON_ALL_OPTIONS: >-