[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] automation: Extend eclair-ARM64-allcode and mark as gating
- To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Michal Orzel <michal.orzel@xxxxxxx>
- Date: Tue, 14 Apr 2026 13:16:56 +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 (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=O9IPtRn5b3drkQIDroJacJeGO+V1t6gl2/Oa8o8Yyyw=; b=HEm5Elma5b2c7Y3KriL6gsckKHwr27B14wQtrokW4gS1MkPjINdkYiWPXSLbq7QdZCH27kYMsS5cGyieUcowFTU8KZ65UTHFgeWJ22RWBkRGJ48gwS3LGP60ZlHPHi68qzOHai9j5uRWG03bFwo4+84VZ2eEgdk/ri4VDw5Xhs07V3dUH10kFv1uerjjnutKxvhDrr8Vv8l1rvauimMTdgvyaIm6olgXT8/P+eam7Lsd9IDIDfwqBDX0mc4a1A+JSc6LV8K9SUSCDe1Lfmj1dgcXaWe+U3t7mtRht5jdlrKHd57Yw1YgKkU6u94j/kTgZ8dxnVNHmrVdP+T79n6I7Q==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=U/3gVNPelSFCvbA+7uPBXVJItZgJRePU5583/z/uRET7LyKOxNi3pAPelqHPYUlDRaKnWSB5baQWaUiixcxIopFDbYfyyAiaoug2UU4E7SN6ygqszh6M0+a1E/Imb3JjX3AfdXhHQK8Q8e5vpO88a6K0X0buvxUTUTT2Q9HV5+S9AFLSqVNGe1Gm8qLfKjgbQGlaekOki6e7mRCt2755MlJptP4ZLdY7pBxW2eUYAruPI8S0nWF611OxE3+g/BMKXqNN0f7gKGAV095M/onE1oYG7bBGfzknkKEMN4ctUY89x2/AUIidxUPGGZKS2szjOMsc0Lpag8rDhfBD89a7ew==
- Authentication-results: eu.smtp.expurgate.cloud; dkim=pass header.s=selector1 header.d=amd.com header.i="@amd.com" header.h="From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck"
- Cc: Michal Orzel <michal.orzel@xxxxxxx>, Doug Goldstein <cardoe@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- Delivery-date: Tue, 14 Apr 2026 11:17:20 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
Extend the job by enabling static memory, static shared memory and early
printk features. Given no more regressions for clean rules, mark as
gating.
Signed-off-by: Michal Orzel <michal.orzel@xxxxxxx>
---
https://gitlab.com/xen-project/people/morzel/xen/-/pipelines/2451527401
---
automation/gitlab-ci/analyze.yaml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/automation/gitlab-ci/analyze.yaml
b/automation/gitlab-ci/analyze.yaml
index 4e9af9d60224..b3f99f472d9e 100644
--- a/automation/gitlab-ci/analyze.yaml
+++ b/automation/gitlab-ci/analyze.yaml
@@ -149,7 +149,11 @@ eclair-ARM64-allcode:
CONFIG_STACK_PROTECTOR=y
CONFIG_UNSUPPORTED=y
CONFIG_VM_EVENT=y
- allow_failure: true
+ CONFIG_STATIC_MEMORY=y
+ CONFIG_STATIC_SHM=y
+ CONFIG_EARLY_UART_CHOICE_PL011=y
+ CONFIG_EARLY_UART_BASE_ADDRESS=0x0
+ allow_failure: false
eclair-ARM64-testing:
extends: eclair-ARM64-allcode
--
2.43.0
|