From patchwork Fri Sep 12 17:14:31 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 24366 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 3A1E5C328C for ; Fri, 12 Sep 2025 17:15:00 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 2DA5B6936F; Fri, 12 Sep 2025 19:14:59 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="o2egxT8x"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id BADF869367 for ; Fri, 12 Sep 2025 19:14:57 +0200 (CEST) Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id 125352C5 for ; Fri, 12 Sep 2025 19:13:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1757697222; bh=G24Y8oBU6QfvcRyaSXxpWDEIvxcbGjdjHIjVhvk8cuI=; h=From:To:Subject:Date:From; b=o2egxT8xvdbGM4GV16u+32WkEKDMitaAHTiq+3dudo/6JEeBi+IqIf47iMQA/scAH PilOu4gFCEVj+u4/FKah1qDMRNAiyBxxsWIOU4V6WyvK+//UsLlg5T+mIRGVZcj/7J 5CIAuZX8tC5Y1PKxZvoGKMce/TcVw0aTecOo+PYs= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Subject: [libcamera-ci] [PATCH] Decommission Soraka Date: Fri, 12 Sep 2025 20:14:31 +0300 Message-ID: <20250912171431.3605-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.49.1 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: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Tests on Soraka have been failing for a while due to issues with the lava runner and the DUT. As fixing them is not a priority at the moment, remove the test for the time being. It can be restored later if desired. Signed-off-by: Laurent Pinchart --- .gitlab-ci/lava/soraka-camera-test.yml | 88 -------------------------- gitlab-ci.yml | 19 ------ 2 files changed, 107 deletions(-) delete mode 100644 .gitlab-ci/lava/soraka-camera-test.yml diff --git a/.gitlab-ci/lava/soraka-camera-test.yml b/.gitlab-ci/lava/soraka-camera-test.yml deleted file mode 100644 index a08af193e900..000000000000 --- a/.gitlab-ci/lava/soraka-camera-test.yml +++ /dev/null @@ -1,88 +0,0 @@ -device_type: soraka -job_name: Soraka camera test - -timeouts: - job: - minutes: 120 - action: - minutes: 5 - connection: - minutes: 2 -priority: medium -visibility: public - -actions: - -- boot: - timeout: - minutes: 2 - namespace: deploy_ns - method: minimal - prompts: - - 'Committing NVMEM changes.]' - - '(.*) Committing NVMEM changes(.*)' - - '\.* Committing NVMEM changes \.*' - -- boot: - namespace: ssh_ns - method: new_connection - connection: ssh - prompts: ["lava@"] - -- test: - timeout: - minutes: 60 - - namespace: deploy_ns - connection-namespace: ssh_ns - - interactive: - - name: unlock - prompts: ["lava@"] - script: - - name: unlock-device - command: /home/lava/lava-tools/unlock_device.sh - - name: wait-for-prompt - command: - -- test: - timeout: - minutes: 60 - - namespace: deploy_ns - connection-namespace: ssh_ns - - interactive: - - name: update - prompts: ["lava@"] - script: - - name: update-libcamera - command: /home/lava/lava-tools/update_libcamera.sh {{ job.LIBCAMERA_ARTIFACT_URL }} - -- test: - timeout: - minutes: 60 - - namespace: deploy_ns - connection-namespace: ssh_ns - - interactive: - - name: cts - prompts: ["lava@"] - script: - - name: run-cts - command: /home/lava/lava-tools/run-cros-camera-test.sh - -- test: - timeout: - minutes: 60 - - namespace: deploy_ns - connection-namespace: ssh_ns - - interactive: - - name: cts - prompts: ["lava@"] - script: - - name: run-cts - command: /home/lava/lava-tools/run-cts.sh diff --git a/gitlab-ci.yml b/gitlab-ci.yml index e5bcc6883c95..59b62ada82a8 100644 --- a/gitlab-ci.yml +++ b/gitlab-ci.yml @@ -312,7 +312,6 @@ build-package:cros: name: libcamera-cros-${CI_COMMIT_SHA} paths: - libcamera-upstream-9999.tbz2 - - .gitlab-ci/lava/soraka-camera-test.yml reports: dotenv: env @@ -357,24 +356,6 @@ merge-check: # Test stage - Run unit tests and hardware tests # ------------------------------------------------------------------------------ -test-soraka: - stage: test - needs: - - job: build-package:cros - rules: - - changes: - paths: - - include/android/**/* - - src/android/**/* - - src/ipa/ipu3/**/* - - src/libcamera/pipeline/ipu3/**/* - compare_to: refs/heads/master - when: on_success - tags: - - libcamera-lava - script: - - submit .gitlab-ci/lava/soraka-camera-test.yml - # Run the unit tests in a virtual machine. Enable only the options exercised by # the unit tests. test-unit: