public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Michael D Kinney" <michael.d.kinney@intel.com>
To: devel@edk2.groups.io
Cc: "Laszlo Ersek" <lersek@redhat.com>,
	"Ard Biesheuvel" <ard.biesheuvel@arm.com>,
	"Jordan Justen" <jordan.l.justen@intel.com>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>
Subject: [stable/202011][Patch 2/8] OvmfPkg/PlatformCI: stick with "ubuntu-18.04" for now
Date: Wed, 23 Dec 2020 12:30:22 -0800	[thread overview]
Message-ID: <20201223203028.1659-3-michael.d.kinney@intel.com> (raw)
In-Reply-To: <20201223203028.1659-1-michael.d.kinney@intel.com>

From: Laszlo Ersek <lersek@redhat.com>

"vm_image: 'ubuntu-latest'" now refers to Ubuntu Focal (20.04LTS), not
Ubuntu Bionic (18.04LTS), according to
<https://github.com/actions/virtual-environments/issues/1816>.

In Focal, the "qemu" package is a dummy package with no dependencies, and
so the actual emulators are not pulled in. Compare:

  https://packages.ubuntu.com/bionic/qemu
  https://packages.ubuntu.com/focal/qemu

This causes CI runs to fail.

It would be best to switch to the "qemu-system" package name, which
continues to depend on the emulators:

  https://packages.ubuntu.com/bionic/qemu-system
  https://packages.ubuntu.com/focal/qemu-system

However, while that package does make the emulators available, the
emulators crash. So for now, stick with the previous Ubuntu environment,
which continues to be supported, per
<https://github.com/actions/virtual-environments/issues/1816>.

Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Message-Id: <20201217204049.26817-3-lersek@redhat.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
(cherry picked from commit 878743c0f3c9fc33e6e7e5bdb8e6eda0a74f3b70)
---
 OvmfPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/OvmfPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml b/OvmfPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml
index a47d273217ab..df6a62cd6107 100644
--- a/OvmfPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml
+++ b/OvmfPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml
@@ -17,7 +17,7 @@ jobs:
   - job: Platform_CI
     variables:
       package: 'OvmfPkg'
-      vm_image: 'ubuntu-latest'
+      vm_image: 'ubuntu-18.04'
       should_run: true
       run_flags: "MAKE_STARTUP_NSH=TRUE QEMU_HEADLESS=TRUE"
 
-- 
2.29.2.windows.2


  parent reply	other threads:[~2020-12-23 20:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-23 20:30 [stable/202011][Patch 0/8] Enable EDK II CI for stable/* branches Michael D Kinney
2020-12-23 20:30 ` [stable/202011][Patch 1/8] ArmVirtPkg/PlatformCI: stick with "ubuntu-18.04" for now Michael D Kinney
2020-12-23 20:30 ` Michael D Kinney [this message]
2020-12-23 20:30 ` [stable/202011][Patch 3/8] EmulatorPkg/PlatformCI: " Michael D Kinney
2020-12-23 20:30 ` [stable/202011][Patch 4/8] .azurepipelines: Enable EDK II CI for stable/* branches Michael D Kinney
2020-12-23 20:30 ` [stable/202011][Patch 5/8] ArmVirtPkg/.azurepipelines: " Michael D Kinney
2020-12-23 20:30 ` [stable/202011][Patch 6/8] EmulatorPkg/.azurepipelines: " Michael D Kinney
2020-12-23 20:30 ` [stable/202011][Patch 7/8] OvmfPkg/.azurepipelines: " Michael D Kinney
2020-12-23 20:30 ` [stable/202011][Patch 8/8] Readme.rst: Update status badges for stable/202011 branch Michael D Kinney
2020-12-24  1:05 ` 回复: [stable/202011][Patch 0/8] Enable EDK II CI for stable/* branches gaoliming

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=20201223203028.1659-3-michael.d.kinney@intel.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