[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[for-4.17 v2 0/3] GitLab CI cleanup and boot time cpupools test
- To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Michal Orzel <michal.orzel@xxxxxxx>
- Date: Thu, 8 Sep 2022 11:22:27 +0200
- 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=vGowwKByJkESWe8YZ9ffA5s4KxBegBee6qfPCvv+E9A=; b=Lpk6BjNS/AVSej1MXxO12LFjBAA45X209i3sLjnEPDN3HSjRBIc2rdW4wezDiBkNiPbvsMYb+CfodquxuSRhB4mTiUD8eo5ZEK246jvCrrOgNLYb5xtmE4qP3yFOc1dA6Riv6bMTief63n9u5wnLO+JO3NmGRNnzoiRft8u84Fg3BqDIVw+V1YxSWj2M7v+MbxNRLVD9AjZoRnCW2Z8DowAX3kme+L1pH88x8Ezwxz+uG4Pv/kYTAN68h1RiU3GzIRz/L19n6CTsP55f6gSST6GmXCWQDHklDdqmjhtmPcSjxgRc7e5EtoztbwNpRhqDz5TNRiOZj3Iu+cU03hzaqg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=TStrnrH/6K159MtoqzHrAFPgpk3OdA5BOebRW8diHyQXrpaY6jOFPC2MJDrTbryp/ixVl5DTZBuXFwwpLn9T1Vvo2Ir2akC9UCyJd7YfZYAr1p+2ASwVMfGq7NqN703Kt3DFMVmsc1O1MsfCJzrnrxfe6iV7WJo+AtwuC7TvoaSzlc3rRK1jBkskC96lCXG2cKUNz8QaANlKujmSitJtXvZlVoUPKauaKmvVZ597Lh6dvM2RK2rxL/wa7i2cl4Bmwf+O8rXpN2jkYO8ZWSVv860E7t4Sk05qU/WrtZmaWXg/Mqyep2zWaEbj6AmbGvlxpl29/0FCOPS5oh19vVqUtw==
- Cc: Michal Orzel <michal.orzel@xxxxxxx>, Doug Goldstein <cardoe@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>
- Delivery-date: Thu, 08 Sep 2022 09:22:43 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
This patch series performs a small cleanup before the release and adds
a test for validating boot time cpupools feature introduced in 4.17.
Notes for the release manager:
Benefits:
- improved dom0less test coverage
- tested feature that is introduced in 4.17
Risks:
- CI pipeline failure
Michal Orzel (3):
automation: qemu-alpine-arm64-gcc: Use kernel 5.19
automation: qemu-smoke-arm64: Silence ifconfig error messages
automation: Add a new job for testing boot time cpupools on arm64
automation/gitlab-ci/build.yaml | 11 ------
automation/gitlab-ci/test.yaml | 21 +++++++++-
automation/scripts/build | 3 +-
automation/scripts/qemu-smoke-arm64.sh | 38 ++++++++++++++-----
.../kernel/5.9.9-arm64v8.dockerfile | 34 -----------------
5 files changed, 50 insertions(+), 57 deletions(-)
delete mode 100644 automation/tests-artifacts/kernel/5.9.9-arm64v8.dockerfile
--
2.25.1
|