All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] automation: Extend eclair-ARM64-allcode and mark as gating
@ 2026-04-14 11:16 Michal Orzel
  2026-04-14 12:04 ` Nicola Vetrini
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Orzel @ 2026-04-14 11:16 UTC (permalink / raw)
  To: xen-devel; +Cc: Michal Orzel, Doug Goldstein, Stefano Stabellini, Andrew Cooper

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@amd.com>
---
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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-04-14 12:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-14 11:16 [PATCH] automation: Extend eclair-ARM64-allcode and mark as gating Michal Orzel
2026-04-14 12:04 ` Nicola Vetrini
2026-04-14 12:32   ` Orzel, Michal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.