From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by mx.groups.io with SMTP id smtpd.web10.67963.1675721085467474222 for ; Mon, 06 Feb 2023 14:04:45 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=o25fUgi4; spf=pass (domain: kernel.org, ip: 145.40.68.75, 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 ams.source.kernel.org (Postfix) with ESMTPS id 6E798B8162C for ; Mon, 6 Feb 2023 22:04:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9F50AC433A1 for ; Mon, 6 Feb 2023 22:04:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675721081; bh=cSo3Y5HEBTtmbP42u/GPYQ43ASMDkZkx+/7hSwTUYEE=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=o25fUgi47/6iOy8OxNBnVt4sZ1TJ8zf1amRVURCBBg73MshFHCakG/Y+PGIWiEJPH ado7hMxd0HUbjPuUmHahCROZGVo7YvkZAwbUZMqhCJ3VpcuZpq7EosJp40ujyyNxBa cK/9YqHr5MHJODg8Zdejk71bd1xox68omxd+m0KycUh1cHri2X7RxQJwJIBxW/1qfV QCOLDYIoWSzWFdKlhj0giVq8IPq4NdivdT8f742WA6vOC7PVjnwr5VWkNhHutvG/ca Bx/v+BsNvi1pwQwxv908eZDd+t+JjhHOgDLxQh6GAx8JT1IBz5oHHAAxqItDWGYzRV fQxygWHWGe+9w== Received: by mail-lj1-f181.google.com with SMTP id g14so13568893ljh.10 for ; Mon, 06 Feb 2023 14:04:41 -0800 (PST) X-Gm-Message-State: AO0yUKWGsr6by13gfwMP348y7ZvUSjGcHx3X+qGGxTVup2+c6eZfk5rl Q0DBNCGPOPHRJB9w9BSqHZMEVZ21MjjihYU7yfc= X-Google-Smtp-Source: AK7set9xO9ROjwxqw7nqdEIOYOMOLSm4B0R9+o0M21JrRLs8MNe5naAoD2BEpra91g42U7ekjsf/7pXefjYan88BGLE= X-Received: by 2002:a2e:2c09:0:b0:28b:9149:6291 with SMTP id s9-20020a2e2c09000000b0028b91496291mr110812ljs.142.1675721079574; Mon, 06 Feb 2023 14:04:39 -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:04:28 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH] EmbeddedPkg/PrePiLib: Drop unused PCD PcdPrePiCpuIoSize To: devel@edk2.groups.io, mikuback@linux.microsoft.com Cc: Sunil V L , Sean Brogan , Michael Kinney , "Liming Gao (Byosoft address)" , Michael Kubacki , Leif Lindholm , Abner Chang , Daniel Schaefer Content-Type: text/plain; charset="UTF-8" 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 through with no issues. Thanks,