[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] CI improvements
- To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Michal Orzel <michal.orzel@xxxxxxx>
- Date: Thu, 17 Nov 2022 17:16:41 +0100
- 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
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; 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=RW7thljiMKal3UEr0R4gYV8ZGNjwhwvXXRVE7RI0io0=; b=FkvioHhzGavfBHt2cYZ8JDPgoB8lzqlnhVFCaQXZwwPbnH7aHYpsrhWeG3pFL3HvpeJ4yPAnq4YFj0dnBW6AmueHg1YQ4F4FrLqMUlOEstasLsU2vm4EEz7uzd4MhAPYiY1SsDx79cQ+jA3dA2k97e6k8XQW00zPuA6O47C+8E1MDrCSbjkleiZp0F/FCr2APWXu+1GMBpQGijliqI+W9ekiF0BmAK0W1yElceNoCphR8+/mJjQnhfh5P6ImdwmyVuwUkcNOWSqmbf+Rh1/dn3TYSfo8S0yIjFiFEOQ1ZyRsgi01mkR7p0GmrCYdsRZbwhf2semKnRoYPD1fbeiCUA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=f7nR48rhnYLYGrcszkpBk0h3w6i2BytVskAKjreitIN/THhGTa+PpK1WodqXckRPFYNm5BPylqRhJfoLLCBrM94gGc+DvjSvmp/xe4g1UG2qcpDBcOWd0Qf71aT97ATUrE5uccWReTz8ivZJZiNyXITViDETvEMvLWeQdZ5XrGydddv8ZYF/K81RQcl5CtF68AHFGufneeYWp23K3FCu5dhEinLqOh4n9NTl5oHFBBKeQ4lDjHk1RdlIPxdd8xcr/J+8ke0TI2n1/YBuODEXIufjoof4GWkT+uVMjmmUf8ff2oYQ6htnyCoSKRre+WXxsh56ObxtRaT6n21Rolbb4Q==
- Cc: Michal Orzel <michal.orzel@xxxxxxx>, Doug Goldstein <cardoe@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>
- Delivery-date: Thu, 17 Nov 2022 16:17:25 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
This patch series moves the installation of packages at runtime from the test
scripts into the respective containers.
This series is based on the CI next branch:
https://gitlab.com/xen-project/people/sstabellini/xen/-/tree/next
Michal Orzel (2):
automation: Install packages required by tests in containers
automation: Remove installation of packages from test scripts
automation/build/debian/stretch.dockerfile | 3 +++
automation/build/debian/unstable-arm64v8.dockerfile | 7 +++++++
automation/scripts/qemu-alpine-x86_64.sh | 4 ----
automation/scripts/qemu-smoke-dom0-arm32.sh | 8 --------
automation/scripts/qemu-smoke-dom0-arm64.sh | 9 ---------
automation/scripts/qemu-smoke-dom0less-arm64.sh | 9 ---------
6 files changed, 10 insertions(+), 30 deletions(-)
--
2.25.1
|