From mboxrd@z Thu Jan 1 00:00:00 1970 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 C2CFEC6FD19 for ; Thu, 16 Mar 2023 09:12:49 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.510407.788015 (Exim 4.92) (envelope-from ) id 1pcjf8-0006zd-ED; Thu, 16 Mar 2023 09:12:42 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 510407.788015; Thu, 16 Mar 2023 09:12:42 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1pcjf8-0006zW-BR; Thu, 16 Mar 2023 09:12:42 +0000 Received: by outflank-mailman (input) for mailman id 510407; Thu, 16 Mar 2023 09:12:41 +0000 Received: from se1-gles-sth1-in.inumbo.com ([159.253.27.254] helo=se1-gles-sth1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1pcjf7-0006zO-CM for xen-devel@lists.xenproject.org; Thu, 16 Mar 2023 09:12:41 +0000 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by se1-gles-sth1.inumbo.com (Halon) with ESMTP id b3a8e691-c3da-11ed-87f5-c1b5be75604c; Thu, 16 Mar 2023 10:12:40 +0100 (CET) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 9B2DF2F4; Thu, 16 Mar 2023 02:13:23 -0700 (PDT) Received: from comhpcalt.shanghai.arm.com (comhpcalt.shanghai.arm.com [10.169.190.22]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id A8B7F3F67D; Thu, 16 Mar 2023 02:12:37 -0700 (PDT) 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: b3a8e691-c3da-11ed-87f5-c1b5be75604c From: "jiamei.xie" To: xen-devel@lists.xenproject.org Cc: wei.chen@arm.com, jiamei.xie@arm.com, sstabellini@kernel.org, bertrand.marquis@arm.com, Doug Goldstein Subject: [PATCH v2 0/2] automation: introduce static heap and shared memory tests Date: Thu, 16 Mar 2023 09:12:22 +0000 Message-Id: <20230316091224.338620-1-jiamei.xie@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Hi all, This patch series introduces test jobs for static heap and shared memory. Changes from v1: - Change MEMORY_END to 0x50000000 for all test cases. - Update commit message. - Move the second domU creation to the general ImageBuilder script Jiamei Xie (1): automation: arm64: Create test jobs for testing static heap on qemu jiamei.xie (1): automation: arm64: Create test jobs for testing static shared memory on qemu automation/gitlab-ci/build.yaml | 18 +++++++ automation/gitlab-ci/test.yaml | 32 ++++++++++++ .../scripts/qemu-smoke-dom0less-arm64.sh | 50 ++++++++++++++++++- 3 files changed, 99 insertions(+), 1 deletion(-) -- 2.25.1