From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f53.google.com (mail-wr1-f53.google.com [209.85.221.53]) by mx.groups.io with SMTP id smtpd.web11.46217.1585560968009634249 for ; Mon, 30 Mar 2020 02:36:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=vLTK89ID; spf=pass (domain: linaro.org, ip: 209.85.221.53, mailfrom: ard.biesheuvel@linaro.org) Received: by mail-wr1-f53.google.com with SMTP id j17so20648376wru.13 for ; Mon, 30 Mar 2020 02:36:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=zPrdvJRnzX0nX3tF6nEfhYi88pKAg444Kfn2Q8ulL/4=; b=vLTK89IDyGaCE9Js6cpVYZ+3TJR9qd+281VC5vGB8nBBjyG1/66arFJjtHBIDdvf91 4sGFrBhpGnNNlhzTcvVDu11dqCJT0qHBJApQuqwbkcLFlRrbwScXtkyAzmVjN6mFrlfj p/qmAzE9cwndkkkp+cB3aTXd4Skigri8lXc6ebaOyZYD4pKsuS0D5lJRwpKz9768AZOS FFsdArhRB666Dt7JOIEmJmXvsMYDYxgPveJFUUSXddTBOBFdvB51NBrowrawrJGQtlCV iCBa0tbmylQ/E76wWvnyzyTRjWoRg2MT4VY2GyhgrVNwM2YFFRUhnnK8lXDaWIEvjJ4t jItw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=zPrdvJRnzX0nX3tF6nEfhYi88pKAg444Kfn2Q8ulL/4=; b=RcMjVZXDdDg5Nx9fk4tAbQ7UQufWOUzci0V+jexZbFUoLXavKDFrxNT2bBSB6eCSNV WOJyjKkeGLvgRW+9yNR9stTR6e5vxX0Z75XbYQbk0HHfkrLSJfH0cbvNziHhlUnIY1ho aaxcKN/5tzFjgmZITxog50lDYrrLRpMXeWyfU5lDNJmafKaBOgZ7+NXFHONducWdJnH6 uOyFbPDeLAN+PkK4aSsrFOdhNKQw1xyXplGRHNbilgu9ImGbSsFYSkps3t5h9T7+VenQ lBm+1RR3kNgbnD5WCxF/qgw+vZCSle5UAt4O95czIz2uyBJFhrSgl7rVJB6Q8XXWJobE NyfQ== X-Gm-Message-State: ANhLgQ16/R2AcT4cS+SFsTsQ6jM4Og/WjqwscBVgNwmNsDyf2D6LRLuK 7/QDFxFQx2/z2ao96valnbANQl73Q0/hoJNXTR6opiYI/r4= X-Google-Smtp-Source: ADFU+vuEhctMY3evd1Jgx/5rLn2nu8OcMhQz/KzpL5/cBCwMEj2FdduL3Espia85wDAjmy/qC+7ODX2QVGK9uaoegck= X-Received: by 2002:adf:fdc6:: with SMTP id i6mr14215427wrs.252.1585560966318; Mon, 30 Mar 2020 02:36:06 -0700 (PDT) MIME-Version: 1.0 References: <19211.1585560680937587377@groups.io> In-Reply-To: <19211.1585560680937587377@groups.io> From: "Ard Biesheuvel" Date: Mon, 30 Mar 2020 11:35:55 +0200 Message-ID: Subject: Re: [edk2-devel] [PATCH] .azurepipelines: Enable CI for OvmfPkg and EmulatorPkg To: edk2-devel-groups-io , Sean Brogan Content-Type: text/plain; charset="UTF-8" On Mon, 30 Mar 2020 at 11:31, Sean via Groups.Io wrote: > > Thanks. I was missing the "-s" and Andrew you solution worked for the filesystem. > > OVMF: Windows builds and Linux builds and boot to shell. IA32, X64 and IA32x64 - https://dev.azure.com/tianocore/edk2-ci-play/_build/results?buildId=4950&view=results > Emulator: Windows and linux builds and boots to shell. https://dev.azure.com/tianocore/edk2-ci-play/_build/results?buildId=4922&view=results https://dev.azure.com/tianocore/edk2-ci-play/_build/results?buildId=4921&view=results > > Src: Needs commit cleanup but its all here. https://github.com/spbrogan/edk2/tree/ci-for-ovmf > > Still have a few loose ends on Windows pipeline > 1. Windows isn't able to find the QEMU i installed so it is failing to run the emulator. Excellent! It should be trivial to extend this to ARM, using TCG emulation. One question though: what happens if the boot does not make it to the shell, and crashes for some reason? The QEMU process will hang, so I'd assume some kind of timeout should be applied?