public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Michael D Kinney" <michael.d.kinney@intel.com>
To: "Yao, Jiewen" <jiewen.yao@intel.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>,
	"ardb@kernel.org" <ardb@kernel.org>,
	Sunil V L <sunilvl@ventanamicro.com>,
	Sean Brogan <sean.brogan@microsoft.com>,
	"Gao, Liming" <gaoliming@byosoft.com.cn>,
	"Kubacki, Michael" <michael.kubacki@microsoft.com>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>,
	Abner Chang <abner.chang@amd.com>,
	Daniel Schaefer <git@danielschaefer.me>,
	"Kinney, Michael D" <michael.d.kinney@intel.com>
Subject: Re: EDKII -CI weird issue
Date: Sat, 4 Feb 2023 01:39:56 +0000	[thread overview]
Message-ID: <CO1PR11MB492916411B249FD337F3E644D2D49@CO1PR11MB4929.namprd11.prod.outlook.com> (raw)
In-Reply-To: <MW4PR11MB58728788A3620DC60B6D0E988CD49@MW4PR11MB5872.namprd11.prod.outlook.com>

Hi Jiewen,

On Azure size it says that a resource was not available.

I have requested the failed checks on all 3 PRs to be re-run.  

Mike

> -----Original Message-----
> From: Yao, Jiewen <jiewen.yao@intel.com>
> Sent: Friday, February 3, 2023 5:28 PM
> To: devel@edk2.groups.io; ardb@kernel.org; Sunil V L <sunilvl@ventanamicro.com>; Sean Brogan <sean.brogan@microsoft.com>; Kinney,
> Michael D <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>; Kubacki, Michael <michael.kubacki@microsoft.com>
> Cc: Leif Lindholm <quic_llindhol@quicinc.com>; Abner Chang <abner.chang@amd.com>; Daniel Schaefer <git@danielschaefer.me>
> Subject: EDKII -CI weird issue
> 
> Hi Sean/Mike/Liming
> I notice all recent P-R failed.
> 
> Besides Ard's PR,
> https://github.com/tianocore/edk2/pull/3992 has 2 cancelled task.
> https://github.com/tianocore/edk2/pull/3993 has 6 cancelled task.
> https://github.com/tianocore/edk2/pull/3997 has 7 cancelled task.
> 
> What does the "cancelled task" mean? Can we get it fixed soon?
> 
> These patches are needed before soft freeze -  next Monday.
> Without the fix, we need defer the soft freeze time.
> 
> Thank you
> Yao, Jiewen
> 
> 
> > -----Original Message-----
> > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Ard
> > Biesheuvel
> > Sent: Friday, February 3, 2023 7:49 PM
> > To: Sunil V L <sunilvl@ventanamicro.com>; Sean Brogan
> > <sean.brogan@microsoft.com>; Kinney, Michael D
> > <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>;
> > Kubacki, Michael <michael.kubacki@microsoft.com>
> > Cc: devel@edk2.groups.io; Leif Lindholm <quic_llindhol@quicinc.com>; Abner
> > Chang <abner.chang@amd.com>; Daniel Schaefer <git@danielschaefer.me>
> > Subject: Re: [edk2-devel] [PATCH] EmbeddedPkg/PrePiLib: Drop unused PCD
> > PcdPrePiCpuIoSize
> >
> > I pushed this here
> >
> > https://github.com/tianocore/edk2/pull/3994
> >
> > but I am getting weird errors from the CI
> >
> > An error occurred while provisioning resources (Error Type: Failure).
> > Build_VS2019 TARGET_FMP_FAT_TEST
> > The remote provider was unable to process the request.
> > Build_VS2019 TARGET_FMP_FAT_TEST
> >
> > without any explanation on how I am expected to mitigate this.
> >
> > Sean, Michael: can we fix this please?
> >
> >
> > On Fri, 3 Feb 2023 at 12:16, Sunil V L <sunilvl@ventanamicro.com> wrote:
> > >
> > > Thanks a lot!, Ard.
> > >
> > > Reviewed-by: Sunil V L <sunilvl@ventanamicro.com>
> > >
> > >
> > > On Fri, Feb 03, 2023 at 12:08:43PM +0100, Ard Biesheuvel wrote:
> > > > The code never references the PCD so the INF should not reference it
> > > > either. The last reference was moved to PrePiHobLib in commit
> > > > 05e48e00834b32e4bd2 (dated 2011!) and dropped from there as well in
> > > > commit 97106391955337155e7.
> > > >
> > > > Cc: Leif Lindholm <quic_llindhol@quicinc.com>
> > > > Cc: Abner Chang <abner.chang@amd.com>
> > > > Cc: Daniel Schaefer <git@danielschaefer.me>
> > > > Reported-by: Sunil V L <sunilvl@ventanamicro.com>
> > > > Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
> > > > ---
> > > >  EmbeddedPkg/Library/PrePiLib/PrePiLib.inf | 2 --
> > > >  1 file changed, 2 deletions(-)
> > > >
> > > > diff --git a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
> > b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
> > > > index 3c749ca22943..090bfe888f52 100644
> > > > --- a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
> > > > +++ b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
> > > > @@ -58,8 +58,6 @@ [Protocols]
> > > >
> > > >
> > > >  [FixedPcd.common]
> > > > -  gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize
> > > > -
> > > >    gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory
> > > >    gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS
> > > >    gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType
> > > > --
> > > > 2.39.1
> > > >
> >
> >
> > 
> >


  reply	other threads:[~2023-02-04  1:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-03 11:08 [PATCH] EmbeddedPkg/PrePiLib: Drop unused PCD PcdPrePiCpuIoSize Ard Biesheuvel
2023-02-03 11:16 ` Sunil V L
2023-02-03 11:48   ` Ard Biesheuvel
2023-02-04  1:26     ` [edk2-devel] " Michael Kubacki
2023-02-06 22:04       ` Ard Biesheuvel
2023-02-06 22:40         ` Michael Kubacki
2023-02-06 22:41           ` Ard Biesheuvel
2023-02-04  1:27     ` EDKII -CI weird issue Yao, Jiewen
2023-02-04  1:39       ` Michael D Kinney [this message]
2023-02-04 11:32         ` Yao, Jiewen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CO1PR11MB492916411B249FD337F3E644D2D49@CO1PR11MB4929.namprd11.prod.outlook.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox