From: Andrew Cooper Date: Thu, 11 Jul 2024 15:09:58 +0000 (+0100) Subject: CI: Add Ubuntu 22.04 (Jammy) and 24.04 (Noble) testing X-Git-Tag: 4.19.0-rc3^0 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1ddc8c1bad93aa6cbfe616dd72333460c47f96c9;p=xen.git CI: Add Ubuntu 22.04 (Jammy) and 24.04 (Noble) testing The containers are exactly as per 20.04 (Focal). However, this now brings us to 5 releases * 4 build jobs worth of Ubuntu testing, which is overkill. The oldest and newest toolchains are the most likely to find problems with new code, so reduce the middle 3 releases (18/20/22) to just a single smoke test each. Signed-off-by: Andrew Cooper Reviewed-by: Anthony PERARD Release-Acked-By: Oleksii Kurochko --- diff --git a/automation/build/ubuntu/22.04-x86_64.dockerfile b/automation/build/ubuntu/22.04-x86_64.dockerfile new file mode 100644 index 0000000000..230903f624 --- /dev/null +++ b/automation/build/ubuntu/22.04-x86_64.dockerfile @@ -0,0 +1,72 @@ +# syntax=docker/dockerfile:1 +FROM --platform=linux/amd64 ubuntu:22.04 +LABEL maintainer.name="The Xen Project" +LABEL maintainer.email="xen-devel@lists.xenproject.org" + +ENV DEBIAN_FRONTEND=noninteractive + +RUN <