[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 6/6] automation: enable Argo debugging in CI
- To: "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>
- From: dmukhin@xxxxxxxx
- Date: Mon, 8 Jun 2026 18:21:31 -0700
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 205.220.161.53) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=ford.com; dmarc=pass (p=reject sp=reject pct=100) action=none header.from=ford.com; dkim=pass (signature was verified) header.d=saarlouis.ford.com; dkim=pass (signature was verified) header.d=ford.com; 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=JoVpE57MsISXvZXcghisHu2g8EEaZPVSD++ppBV+dD4=; b=eubqm9gBCsZ0vHBM/XbiA2fggeCdrqf8zceDIJcdV9kBAC/3AEdsj3diSlqKYu6W184VfV6V+ZAPpU1rj8gT05HlqZdEY59pPaDOE3T5lFiEvwk5xCTKs5wj9OXhG7eI3Xn3G9Eq5KDlIQD3LC8RyNhE1groZO+AIuN18HJbgoxQQMPODFJbP2Pu9bdiNbDZpfc5Oyl7lmi6zsISO8A5miThgggJh4MC50uQrZyGWMwfraJtPlSrUSpT1Z2I1utQP02GFvpyy0LQbehmHQ3Wa8Rlkz+4P7IyvQpvbMBLI9sbwz2tA5E+Z6TT7tmbHkaRBtLnVhLqit5tqcHu6rvUHQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=Jh35JWR2JkjQJvVz/LVgPnaxgdeamYnbZZeeciwGDzSRaeZ8aVRFTSwjSL73vsP+W7NsYz71S5oTVtdRgYIwb8NL/FftRCpM1QaQJxVbg4vhSc7IBAH1FC6F8jUMjyixeQOzMh7/pVEk2MtIGWy5jsBpWhz2ThE+kNsvsFLsEf9PK8OO94LUsVAPBLqjYV8UIpoQ20hTvZLnbw58fLFbgAzKP2DgsuiWqbleLa3ksfvCiFm5+yyFUs8gCVPnB1O6qXYugK6hZefJmwr9Dvy36wWSRLBi6PjCYFH0GBjrMKg2jwiOFBRxnL8eu1qPokvkvy15MYe3/o//GwauBbQMyg==
- Authentication-results: eu.smtp.expurgate.cloud; dkim=pass header.s=ppford header.d=ford.com header.i="@ford.com" header.h="Cc:Content-Type:Date:From:In-Reply-To:Message-ID:MIME-Version:References:Subject:To"; dkim=pass header.s=selector2-azureford-onmicrosoft-com header.d=azureford.onmicrosoft.com header.i="@azureford.onmicrosoft.com" header.h="From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck"; dkim=pass header.s=ppserprodsaar header.d=saarlouis.ford.com header.i="@saarlouis.ford.com" header.h="Cc:Content-Type:Date:From:In-Reply-To:Message-ID:MIME-Version:References:Subject:To"; dkim=pass header.s=ppfserpocford header.d=ford.com header.i="@ford.com" header.h="Cc:Content-Type:Date:From:In-Reply-To:Message-ID:MIME-Version:References:Subject:To"
- Cc: dmukhin@xxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxxx, andrew.cooper3@xxxxxxxxxx, anthony.perard@xxxxxxxxxx, jbeulich@xxxxxxxx, julien@xxxxxxx, michal.orzel@xxxxxxx, roger.pau@xxxxxxxxxx, sstabellini@xxxxxxxxxx, christopher.w.clark@xxxxxxxxx
- Delivery-date: Tue, 09 Jun 2026 01:21:52 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Pser-m365-app: SER-APP
On Mon, Jun 08, 2026 at 04:18:49PM -0400, Daniel P. Smith wrote:
>
>
> On 5/26/26 5:58 PM, dmukhin@xxxxxxxx wrote:
> > From: Denis Mukhin <dmukhin@xxxxxxxx>
> >
> > Enable extra Argo traces in CI to help analyze any potential Argo issues.
> >
> > Signed-off-by: Denis Mukhin <dmukhin@xxxxxxxx>
> > ---
> > Changes since v2:
> > - new patch
> > - example verbose log:
> > https://gitlab.com/xen-project/people/dmukhin/xen/-/jobs/14552079442
> > ---
> > automation/gitlab-ci/build.yaml | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/automation/gitlab-ci/build.yaml
> > b/automation/gitlab-ci/build.yaml
> > index 7f5b5938e851..5f9192e53d63 100644
> > --- a/automation/gitlab-ci/build.yaml
> > +++ b/automation/gitlab-ci/build.yaml
> > @@ -319,6 +319,7 @@ alpine-3.18-gcc-debug:
> > CONFIG_EXPERT=y
> > CONFIG_UNSUPPORTED=y
> > CONFIG_ARGO=y
> > + CONFIG_ARGO_DEBUG=y
> > CONFIG_UBSAN=y
> > CONFIG_UBSAN_FATAL=y
> > CONFIG_MICROCODE_SCAN_DEFAULT=y
>
> Why not just set up a job with the variable ARGO_DEBUG=1 and not have to
> introduce the first and only Kconfig option turning on a debug logging flag?
My impression is that Kconfig is a preferred way for parametrizing the
hypervisor build and upstream Xen CI jobs.
--
Denis
|