|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] automation: Extend eclair-ARM64-allcode and mark as gating
commit 9e5dc44ef519cb9547f5a3ad51a96e61aec4f699
Author: Michal Orzel <michal.orzel@xxxxxxx>
AuthorDate: Tue Apr 14 13:16:56 2026 +0200
Commit: Michal Orzel <michal.orzel@xxxxxxx>
CommitDate: Fri Apr 17 08:37:19 2026 +0200
automation: Extend eclair-ARM64-allcode and mark as gating
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>
Reviewed-by: Nicola Vetrini <nicola.vetrini@xxxxxxxxxxx>
---
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 4e9af9d602..b3f99f472d 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
--
generated by git-patchbot for /home/xen/git/xen.git#master
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |