From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web11.69160.1675723321078857308 for ; Mon, 06 Feb 2023 14:42:01 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=VnQXfMF1; spf=pass (domain: kernel.org, ip: 139.178.84.217, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7A55261059 for ; Mon, 6 Feb 2023 22:42:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DD8CBC433EF for ; Mon, 6 Feb 2023 22:41:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675723319; bh=PvN1WKweHkWVnLUdht5oe7YYjMZst18SXUksYKSf0MQ=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=VnQXfMF1RwXC4JSxJJetu0WPPhg//Sc+BTlhYIaMnPZUQT4lICi/VVx3Ah0ldjVJi ywCJ9uILk4XLk2QR7z2CkCWaDEjz7Y+fYqkk5KqFVcjaw048GnK3te+xQB8KGEjast 8EGrtok120uKe+VDpNGBlwybbLafHFnH4z/LRwbuGnLqk6TgtaHjCt9D48aMVy/l6d RtV3oCMW7T//e0qmJm79zCxVNGeH9N4mDk1Sq4byWfeWVUwfkT23yNo8Ofc3SwYXue ybUQjXahViEO3b7EV2uLW49glWgba1SCzVoIW09lpmHoEiGReo3r92uYnVVysFCLe7 RDYWlsDmSLZSw== Received: by mail-lj1-f180.google.com with SMTP id x29so13714374ljq.0 for ; Mon, 06 Feb 2023 14:41:59 -0800 (PST) X-Gm-Message-State: AO0yUKVTgk/SOJ/0rfYoNPhluYyyL25ts1VnFMyDFY3blT2CjHCzXyov sf6xpQeubWx0/c7CgeWlpamYl5MV6GWMOjAdl4o= X-Google-Smtp-Source: AK7set/GAq8GpVVxpU9gMhR1OGkz7VR1uzknQIiKh5y1iLPuYyTBMc3jNXqYY/9FRz9lbd+5KAoZuVVLEygSgsZknI8= X-Received: by 2002:a2e:a317:0:b0:290:50e9:4b21 with SMTP id l23-20020a2ea317000000b0029050e94b21mr107068lje.178.1675723317925; Mon, 06 Feb 2023 14:41:57 -0800 (PST) MIME-Version: 1.0 References: <20230203110843.2349736-1-ardb@kernel.org> In-Reply-To: From: "Ard Biesheuvel" Date: Mon, 6 Feb 2023 23:41:46 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH] EmbeddedPkg/PrePiLib: Drop unused PCD PcdPrePiCpuIoSize To: Michael Kubacki Cc: "devel@edk2.groups.io" , "mikuback@linux.microsoft.com" , Sunil V L , Sean Brogan , "Kinney, Michael D" , "Liming Gao (Byosoft address)" , Leif Lindholm , Abner Chang , Daniel Schaefer Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Mon, 6 Feb 2023 at 23:40, Michael Kubacki wrote: > > While CI involves several services, in the future you can check the follo= wing dashboard for any known widespread Pipeline service issues: > https://status.dev.azure.com/ > > In my experience though, issues (which are relatively rare) are usually i= n some other component executed after the agent is acquired which I suspect= was the case here. > Thanks, > -----Original Message----- > From: Ard Biesheuvel > Sent: Monday, February 6, 2023 5:04 PM > To: devel@edk2.groups.io; mikuback@linux.microsoft.com > Cc: Sunil V L ; Sean Brogan ; Kinney, Michael D ; Liming Gao (Byoso= ft address) ; Michael Kubacki ; Leif Lindholm ; Abner Chang ; Daniel Schaefer > Subject: [EXTERNAL] Re: [edk2-devel] [PATCH] EmbeddedPkg/PrePiLib: Drop u= nused PCD PcdPrePiCpuIoSize > > On Sat, 4 Feb 2023 at 02:26, Michael Kubacki wrote: > > > > Hi Ard, > > > > I'm not an admin on the tianocore Azure DevOps organization so I > > cannot view or do much more than you can. > > > > It appears to me to be a transient issue during provisioning on the > > particular agent. Normally, I'd use a "rerun failed jobs" button to > > see if it continues to repro as a next step. > > > > A push to the PR branch will do the same thing. If you haven't > > already, can you try doing another push to kick off the builds again > > and see if it reoccurs? > > > > Guess this was just a glitch - I tried again the next day and it went thr= ough with no issues. > > Thanks,