Patch Detail
Show a patch.
GET /api/patches/24366/?format=api
{ "id": 24366, "url": "https://patchwork.libcamera.org/api/patches/24366/?format=api", "web_url": "https://patchwork.libcamera.org/patch/24366/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/projects/1/?format=api", "name": "libcamera", "link_name": "libcamera", "list_id": "libcamera_core", "list_email": "libcamera-devel@lists.libcamera.org", "web_url": "", "scm_url": "", "webscm_url": "" }, "msgid": "<20250912171431.3605-1-laurent.pinchart@ideasonboard.com>", "date": "2025-09-12T17:14:31", "name": "[libcamera-ci] Decommission Soraka", "commit_ref": null, "pull_url": null, "state": "superseded", "archived": false, "hash": "4207fc9bddc692f41c8399f4e716214d9841c8f3", "submitter": { "id": 2, "url": "https://patchwork.libcamera.org/api/people/2/?format=api", "name": "Laurent Pinchart", "email": "laurent.pinchart@ideasonboard.com" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/24366/mbox/", "series": [ { "id": 5444, "url": "https://patchwork.libcamera.org/api/series/5444/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5444", "date": "2025-09-12T17:14:31", "name": "[libcamera-ci] Decommission Soraka", "version": 1, "mbox": "https://patchwork.libcamera.org/series/5444/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/24366/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/24366/checks/", "tags": {}, "headers": { "Return-Path": "<libcamera-devel-bounces@lists.libcamera.org>", "X-Original-To": "parsemail@patchwork.libcamera.org", "Delivered-To": "parsemail@patchwork.libcamera.org", "Received": [ "from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 3A1E5C328C\n\tfor <parsemail@patchwork.libcamera.org>;\n\tFri, 12 Sep 2025 17:15:00 +0000 (UTC)", "from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 2DA5B6936F;\n\tFri, 12 Sep 2025 19:14:59 +0200 (CEST)", "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id BADF869367\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 12 Sep 2025 19:14:57 +0200 (CEST)", "from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi\n\t[81.175.209.231])\n\tby perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id 125352C5\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 12 Sep 2025 19:13:41 +0200 (CEST)" ], "Authentication-Results": "lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"o2egxT8x\"; dkim-atps=neutral", "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1757697222;\n\tbh=G24Y8oBU6QfvcRyaSXxpWDEIvxcbGjdjHIjVhvk8cuI=;\n\th=From:To:Subject:Date:From;\n\tb=o2egxT8xvdbGM4GV16u+32WkEKDMitaAHTiq+3dudo/6JEeBi+IqIf47iMQA/scAH\n\tPilOu4gFCEVj+u4/FKah1qDMRNAiyBxxsWIOU4V6WyvK+//UsLlg5T+mIRGVZcj/7J\n\t5CIAuZX8tC5Y1PKxZvoGKMce/TcVw0aTecOo+PYs=", "From": "Laurent Pinchart <laurent.pinchart@ideasonboard.com>", "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", "Content-Transfer-Encoding": "8bit", "X-BeenThere": "libcamera-devel@lists.libcamera.org", "X-Mailman-Version": "2.1.29", "Precedence": "list", "List-Id": "<libcamera-devel.lists.libcamera.org>", "List-Unsubscribe": "<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>", "List-Archive": "<https://lists.libcamera.org/pipermail/libcamera-devel/>", "List-Post": "<mailto:libcamera-devel@lists.libcamera.org>", "List-Help": "<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>", "List-Subscribe": "<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>", "Errors-To": "libcamera-devel-bounces@lists.libcamera.org", "Sender": "\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>" }, "content": "Tests on Soraka have been failing for a while due to issues with the\nlava runner and the DUT. As fixing them is not a priority at the moment,\nremove the test for the time being. It can be restored later if desired.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n .gitlab-ci/lava/soraka-camera-test.yml | 88 --------------------------\n gitlab-ci.yml | 19 ------\n 2 files changed, 107 deletions(-)\n delete mode 100644 .gitlab-ci/lava/soraka-camera-test.yml", "diff": "diff --git a/.gitlab-ci/lava/soraka-camera-test.yml b/.gitlab-ci/lava/soraka-camera-test.yml\ndeleted file mode 100644\nindex a08af193e900..000000000000\n--- a/.gitlab-ci/lava/soraka-camera-test.yml\n+++ /dev/null\n@@ -1,88 +0,0 @@\n-device_type: soraka\n-job_name: Soraka camera test\n-\n-timeouts:\n- job:\n- minutes: 120\n- action:\n- minutes: 5\n- connection:\n- minutes: 2\n-priority: medium\n-visibility: public\n-\n-actions:\n-\n-- boot:\n- timeout:\n- minutes: 2\n- namespace: deploy_ns\n- method: minimal\n- prompts:\n- - 'Committing NVMEM changes.]'\n- - '(.*) Committing NVMEM changes(.*)'\n- - '\\.* Committing NVMEM changes \\.*'\n-\n-- boot:\n- namespace: ssh_ns\n- method: new_connection\n- connection: ssh\n- prompts: [\"lava@\"]\n-\n-- test:\n- timeout:\n- minutes: 60\n-\n- namespace: deploy_ns\n- connection-namespace: ssh_ns\n-\n- interactive:\n- - name: unlock\n- prompts: [\"lava@\"]\n- script:\n- - name: unlock-device\n- command: /home/lava/lava-tools/unlock_device.sh\n- - name: wait-for-prompt\n- command:\n-\n-- test:\n- timeout:\n- minutes: 60\n-\n- namespace: deploy_ns\n- connection-namespace: ssh_ns\n-\n- interactive:\n- - name: update\n- prompts: [\"lava@\"]\n- script:\n- - name: update-libcamera\n- command: /home/lava/lava-tools/update_libcamera.sh {{ job.LIBCAMERA_ARTIFACT_URL }}\n-\n-- test:\n- timeout:\n- minutes: 60\n-\n- namespace: deploy_ns\n- connection-namespace: ssh_ns\n-\n- interactive:\n- - name: cts\n- prompts: [\"lava@\"]\n- script:\n- - name: run-cts\n- command: /home/lava/lava-tools/run-cros-camera-test.sh\n-\n-- test:\n- timeout:\n- minutes: 60\n-\n- namespace: deploy_ns\n- connection-namespace: ssh_ns\n-\n- interactive:\n- - name: cts\n- prompts: [\"lava@\"]\n- script:\n- - name: run-cts\n- command: /home/lava/lava-tools/run-cts.sh\ndiff --git a/gitlab-ci.yml b/gitlab-ci.yml\nindex e5bcc6883c95..59b62ada82a8 100644\n--- a/gitlab-ci.yml\n+++ b/gitlab-ci.yml\n@@ -312,7 +312,6 @@ build-package:cros:\n name: libcamera-cros-${CI_COMMIT_SHA}\n paths:\n - libcamera-upstream-9999.tbz2\n- - .gitlab-ci/lava/soraka-camera-test.yml\n reports:\n dotenv: env\n \n@@ -357,24 +356,6 @@ merge-check:\n # Test stage - Run unit tests and hardware tests\n # ------------------------------------------------------------------------------\n \n-test-soraka:\n- stage: test\n- needs:\n- - job: build-package:cros\n- rules:\n- - changes:\n- paths:\n- - include/android/**/*\n- - src/android/**/*\n- - src/ipa/ipu3/**/*\n- - src/libcamera/pipeline/ipu3/**/*\n- compare_to: refs/heads/master\n- when: on_success\n- tags:\n- - libcamera-lava\n- script:\n- - submit .gitlab-ci/lava/soraka-camera-test.yml\n-\n # Run the unit tests in a virtual machine. Enable only the options exercised by\n # the unit tests.\n test-unit:\n", "prefixes": [ "libcamera-ci" ] }