[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[XEN PATCH v1 0/3] automation: add x86_64 test (linux argo)
- To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: <victorm.lira@xxxxxxx>
- Date: Thu, 17 Oct 2024 10:18:25 -0700
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=jNZ4IhvfY96hseFUkdXAkYxaQJura+eXssH8aXv6I8Y=; b=heuCO6PEY+FUe3TwrQCVB+c4PEuRd8lD1srOIijSuSg/8f0iLXi8Z7iDOyskMsDH5R3s9DNguGkETZDnpGmcI1c9CDUPa2vFZC4Qfp3xC8K3UaRbIfSO8Z2CTW5k0TVxwNxbhWtq9uQ2N4tOmIEVniAgRClZ7DylsdU7bQE4O67l+3zRebdW/DF5nAPSUgDMDYXRP4xtqXhGCV5l0+Dde3H61lIEt0pFi/6zuoSqQd5cUJeW9uop7nwY0V4dnrdgqk9mYbQvfw6E7RqNii/QazUFTOUEuiwMqgwzB11iA1GGfMdNfByvDWRKHsFoGDlP8Vh001plow/2hglnGc1jEw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=zOaNYAC85CZvKTSZKIC8qNuNMfIObJMdmZXD4ODwyHXRpnurc0evhIDwCP9nXV8SzWFfa51P10bOE05r7oQmlCZsZViHj8fm9eVEMty1oYwE2CfH2vKGb8YJ9tJNfMulX5R1DPKiJD7l5wXr3XoDGgtpDqNrFYQkoKURPfRLruFBVb32M/7JqNrjpr2eCLP1XMh3r5RVZOtO45mSIwQrZgyz74Nw+mJB2j05h1wrzO/NyoAjwhS8Pbw1ZrUdh3HY645DNW/5/STo/aUoV/78RGEplNZ6mmoYnuc9gNvIgYjqQ5cJXC3we5JtMNxkYjMsnhikFemS6uvEqCYgJJFVgg==
- Cc: Victor Lira <victorm.lira@xxxxxxx>, Doug Goldstein <cardoe@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>
- Delivery-date: Thu, 17 Oct 2024 17:19:12 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
From: Victor Lira <victorm.lira@xxxxxxx>
Add x86_64 hardware test that creates a Xen Argo communication
connection between two PVH domains.
To accomplish this, add new build artifacts for Linux and Argo, and
update the xilinx x86_64 test script.
Victor Lira (3):
automation: add linux 6.6.56 artifact
automation: add linux argo test artifacts
automation: add x86_64 test (linux argo)
automation/gitlab-ci/build.yaml | 34 +++++++
automation/gitlab-ci/test.yaml | 10 ++
.../scripts/xilinx-smoke-dom0-x86_64.sh | 76 ++++++++++-----
.../tests-artifacts/argo/6.6.56.dockerfile | 95 +++++++++++++++++++
.../tests-artifacts/kernel/6.6.56.dockerfile | 54 +++++++++++
5 files changed, 244 insertions(+), 25 deletions(-)
create mode 100644 automation/tests-artifacts/argo/6.6.56.dockerfile
create mode 100644 automation/tests-artifacts/kernel/6.6.56.dockerfile
--
2.25.1
|