From patchwork Thu Mar 7 22:18:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Dufresne X-Patchwork-Id: 19637 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 B853DBD160 for ; Thu, 7 Mar 2024 22:18:28 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id CF7A162872; Thu, 7 Mar 2024 23:18:27 +0100 (CET) Received: from madrid.collaboradmins.com (madrid.collaboradmins.com [46.235.227.194]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 1751A62865 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 294B93781FF7; Thu, 7 Mar 2024 22:18:25 +0000 (UTC) From: Nicolas Dufresne To: libcamera-devel@lists.libcamera.org Subject: [PATCH v1 0/5] Fix various CI issues Date: Thu, 7 Mar 2024 17:18:05 -0500 Message-ID: <20240307221810.2109348-1-nicolas@ndufresne.ca> X-Mailer: git-send-email 2.43.2 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 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(-)