From patchwork Thu Sep 11 15:22:18 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= X-Patchwork-Id: 24327 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 92D24BDB13 for ; Thu, 11 Sep 2025 15:22:26 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 3FA1B69367; Thu, 11 Sep 2025 17:22:25 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="oAii+MW/"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 0CDA869339 for ; Thu, 11 Sep 2025 17:22:23 +0200 (CEST) Received: from pb-laptop.local (185.221.142.115.nat.pool.zt.hu [185.221.142.115]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 6681C6F3 for ; Thu, 11 Sep 2025 17:21:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1757604067; bh=7GP93/ptWIUpINZ9+3UsrGY/JJSnpy8CqM07PFFvqX0=; h=From:To:Subject:Date:From; b=oAii+MW/uDovAvL0Sk1InTEYDHCeTZQVeJIISMRsIDtPeFxVWq4L5lQam+4wPW0W4 Sp/UUAJFslre28lW7UIGAup2IzJSmBzaaxf7m4mvI0xM+rlHFw2yGLpTlWCLK3rzse K3rgLy2ddLDH7bapt6taayj9bB06PgQAZ2Pn3Cv8= From: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= To: libcamera-devel@lists.libcamera.org Subject: [libcamera-ci] [RFC PATCH v1] Revert "Add a job to run camera tests on a Soraka device" Date: Thu, 11 Sep 2025 17:22:18 +0200 Message-ID: <20250911152218.1834842-1-barnabas.pocze@ideasonboard.com> X-Mailer: git-send-email 2.51.0 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" This reverts commit f4e5048043af679ed7deb3fe3a0ff124a2033932. The `test-soraka` job has not been working for a couple months now, so decommission it as has been decided. The chrome os build is kept. Signed-off-by: Barnabás Pőcze --- .gitlab-ci/lava/soraka-camera-test.yml | 88 -------------------------- README.rst | 3 +- gitlab-ci.yml | 22 ------- 3 files changed, 1 insertion(+), 112 deletions(-) delete mode 100644 .gitlab-ci/lava/soraka-camera-test.yml -- 2.51.0 diff --git a/.gitlab-ci/lava/soraka-camera-test.yml b/.gitlab-ci/lava/soraka-camera-test.yml deleted file mode 100644 index a08af19..0000000 --- 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/README.rst b/README.rst index 522859d..e000fa6 100644 --- a/README.rst +++ b/README.rst @@ -44,5 +44,4 @@ access to runners, you can enable CI for your project in the web UI's *Settings configuration file* to ``gitlab-ci.yml@camera/libcamera-ci``. All the CI jobs that run on shared runners with GitLab-build container images -will be available. This excludes the ``build-package:cros`` and ``test-soraka`` -jobs. +will be available. diff --git a/gitlab-ci.yml b/gitlab-ci.yml index da6766b..590d871 100644 --- a/gitlab-ci.yml +++ b/gitlab-ci.yml @@ -312,14 +312,10 @@ build-package:cros: needs: [] script: - $CI_PROJECT_DIR/.gitlab-ci/build-libcamera-cros.sh - - echo "LIBCAMERA_ARTIFACT_URL=${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/jobs/${CI_JOB_ID}/artifacts/libcamera-upstream-9999.tbz2" >> env artifacts: name: libcamera-cros-${CI_COMMIT_SHA} paths: - libcamera-upstream-9999.tbz2 - - .gitlab-ci/lava/soraka-camera-test.yml - reports: - dotenv: env # ------------------------------------------------------------------------------ # Lint stage - Run checkstyle.py and check merge suitability @@ -362,24 +358,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: