From patchwork Thu Mar 2 00:57:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefano Stabellini X-Patchwork-Id: 13156613 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 13F25C7EE23 for ; Thu, 2 Mar 2023 00:57:40 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.504280.776876 (Exim 4.92) (envelope-from ) id 1pXXG6-000439-8g; Thu, 02 Mar 2023 00:57:22 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 504280.776876; Thu, 02 Mar 2023 00:57:22 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1pXXG6-000432-65; Thu, 02 Mar 2023 00:57:22 +0000 Received: by outflank-mailman (input) for mailman id 504280; Thu, 02 Mar 2023 00:57:21 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1pXXG5-00042w-08 for xen-devel@lists.xenproject.org; Thu, 02 Mar 2023 00:57:21 +0000 Received: from ams.source.kernel.org (ams.source.kernel.org [2604:1380:4601:e00::1]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id 2d4e4a22-b895-11ed-a550-8520e6686977; Thu, 02 Mar 2023 01:57:17 +0100 (CET) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 3BC7DB81181; Thu, 2 Mar 2023 00:57:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7331BC433EF; Thu, 2 Mar 2023 00:57:14 +0000 (UTC) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 2d4e4a22-b895-11ed-a550-8520e6686977 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1677718635; bh=7xx2GrNXfC3TdT/+PDqZ5iZ6Z82bWfS94N4tVQvBFjc=; h=Date:From:To:cc:Subject:From; b=ElnOy/nBRpZzOpMoYBbOatpVEPXs3hGKyga2KBwceID54jne1MWYvi7IyGGLPjmSh qXO/KnKf7FMvB9Tx5bGWA0Nvmrlm9jQ0l4U6sRNORm5KqEENKc/hDudg71W3H8YLy2 oH55lJnBpo2c9uFKGZU36f/ZV3EnaXnyZzPCeoAy36opnfZVIdUkWbn8CwzMvdBqQg Vb0di4Y5ynheSHFALflSWewEmipGw5cWR6KKz5bemCy9+U8okS5Lqp2YhUsr3kTKEv FpUMRy/OYJK7GUPiYOv60W6FiiRyZnOxnd3JTVD5nOf8U039ECc8eU5nGwchcOHPp4 +IlcQSv60CReA== Date: Wed, 1 Mar 2023 16:57:12 -0800 (PST) From: Stefano Stabellini X-X-Sender: sstabellini@ubuntu-linux-20-04-desktop To: xen-devel@lists.xenproject.org cc: sstabellini@kernel.org, cardoe@cardoe.com, michal.orzel@amd.com Subject: [PATCH 0/2] automation: introduce a Xilinx hardware test Message-ID: User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Hi all, This short patch series introduces the first Xen gitlab-ci test run on real hardware: a physical Xilinx ZCU102 board. The gitlab container is run on a workstation physically connected to a ZCU102 board. The test script looks very similar to a regular QEMU test script, except that at the end it reboots the physical board and connects to the serial instead of launching QEMU. Cheers, Stefano