From: "Daniel P. Berrangé" <berrange@redhat.com>
To: John Snow <jsnow@redhat.com>
Cc: "Thomas Huth" <thuth@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@redhat.com>,
"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
qemu-devel@nongnu.org, "Willian Rampazzo" <willianr@redhat.com>,
"Gerd Hoffmann" <kraxel@redhat.com>,
"Alex Bennée" <alex.bennee@linaro.org>
Subject: Re: [PATCH 6/6] docker: Add Fedora 35 container
Date: Wed, 3 Nov 2021 16:59:05 +0000 [thread overview]
Message-ID: <YYK/2WugmOrTA+62@redhat.com> (raw)
In-Reply-To: <20211103144844.1285634-7-jsnow@redhat.com>
On Wed, Nov 03, 2021 at 10:48:44AM -0400, John Snow wrote:
> Or, more accurately, update our current Fedora container to Fedora 35,
> and then add a new fedora34 container and build test.
>
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
> .gitlab-ci.d/buildtest.yml | 16 ++++
> .gitlab-ci.d/container-core.yml | 5 +
> tests/docker/dockerfiles/fedora.docker | 2 +-
> tests/docker/dockerfiles/fedora34.docker | 117 +++++++++++++++++++++++
We already struggle with having too much work in the CI pipeline
and will be in trouble when they start enforcing CI limits.
With that in mind I'm not sure that having both Fedora versions
brings large enough benefit to justify the CI CPU time burnt.
If we did want both versions though, we should be consistent
with file naming - ie fedora35.dockre, not fedora.docker
to match fedora34.docker.
> 4 files changed, 139 insertions(+), 1 deletion(-)
> create mode 100644 tests/docker/dockerfiles/fedora34.docker
>
> diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml
> index 5c378e35f9..9d9330b646 100644
> --- a/.gitlab-ci.d/buildtest.yml
> +++ b/.gitlab-ci.d/buildtest.yml
> @@ -100,6 +100,22 @@ acceptance-system-debian:
> IMAGE: debian-amd64
> MAKE_CHECK_ARGS: check-acceptance
>
> +build-system-fedora34:
> + extends: .native_build_job_template
> + needs:
> + job: amd64-fedora34-container
> + variables:
> + IMAGE: fedora34
> + CONFIGURE_ARGS: --disable-gcrypt --enable-nettle --enable-docs
> + --enable-fdt=system --enable-slirp=system --enable-capstone=system
> + TARGETS: tricore-softmmu microblaze-softmmu mips-softmmu
> + xtensa-softmmu m68k-softmmu riscv32-softmmu ppc-softmmu sparc64-softmmu
> + MAKE_CHECK_ARGS: check-build
> + artifacts:
> + expire_in: 2 days
> + paths:
> + - build
> +
> build-system-fedora:
> extends: .native_build_job_template
> needs:
> diff --git a/.gitlab-ci.d/container-core.yml b/.gitlab-ci.d/container-core.yml
> index e8dd1f476a..96a71e88ff 100644
> --- a/.gitlab-ci.d/container-core.yml
> +++ b/.gitlab-ci.d/container-core.yml
> @@ -6,6 +6,11 @@ amd64-centos8-container:
> variables:
> NAME: centos8
>
> +amd64-fedora34-container:
> + extends: .container_job_template
> + variables:
> + NAME: fedora34
> +
> amd64-fedora-container:
> extends: .container_job_template
> variables:
> diff --git a/tests/docker/dockerfiles/fedora.docker b/tests/docker/dockerfiles/fedora.docker
> index 44d7f12110..24aca97cd7 100644
> --- a/tests/docker/dockerfiles/fedora.docker
> +++ b/tests/docker/dockerfiles/fedora.docker
> @@ -1,4 +1,4 @@
> -FROM registry.fedoraproject.org/fedora:34
> +FROM registry.fedoraproject.org/fedora:35
>
> # Please keep this list sorted alphabetically
> ENV PACKAGES \
> diff --git a/tests/docker/dockerfiles/fedora34.docker b/tests/docker/dockerfiles/fedora34.docker
> new file mode 100644
> index 0000000000..44d7f12110
> --- /dev/null
> +++ b/tests/docker/dockerfiles/fedora34.docker
> @@ -0,0 +1,117 @@
> +FROM registry.fedoraproject.org/fedora:34
> +
> +# Please keep this list sorted alphabetically
> +ENV PACKAGES \
> + SDL2-devel \
> + SDL2_image-devel \
> + alsa-lib-devel \
> + bc \
> + brlapi-devel \
> + bzip2 \
> + bzip2-devel \
> + ca-certificates \
> + capstone-devel \
> + ccache \
> + clang \
> + ctags \
> + cyrus-sasl-devel \
> + daxctl-devel \
> + dbus-daemon \
> + device-mapper-multipath-devel \
> + diffutils \
> + findutils \
> + gcc \
> + gcc-c++ \
> + gcovr \
> + genisoimage \
> + gettext \
> + git \
> + glib2-devel \
> + glibc-langpack-en \
> + glibc-static \
> + glusterfs-api-devel \
> + gnutls-devel \
> + gtk3-devel \
> + hostname \
> + jemalloc-devel \
> + libaio-devel \
> + libasan \
> + libattr-devel \
> + libbpf-devel \
> + libcacard-devel \
> + libcap-ng-devel \
> + libcurl-devel \
> + libdrm-devel \
> + libepoxy-devel \
> + libfdt-devel \
> + libffi-devel \
> + libgcrypt-devel \
> + libiscsi-devel \
> + libjpeg-devel \
> + libnfs-devel \
> + libpmem-devel \
> + libpng-devel \
> + librbd-devel \
> + libseccomp-devel \
> + libslirp-devel \
> + libssh-devel \
> + libtasn1-devel \
> + libubsan \
> + libudev-devel \
> + liburing-devel \
> + libusbx-devel \
> + libxml2-devel \
> + libzstd-devel \
> + llvm \
> + lttng-ust-devel \
> + lzo-devel \
> + make \
> + mesa-libgbm-devel \
> + meson \
> + ncurses-devel \
> + nettle-devel \
> + ninja-build \
> + nmap-ncat \
> + numactl-devel \
> + openssh-clients \
> + pam-devel \
> + perl-Test-Harness \
> + perl-base \
> + pixman-devel \
> + pkgconfig \
> + pulseaudio-libs-devel \
> + python3 \
> + python3-PyYAML \
> + python3-numpy \
> + python3-opencv \
> + python3-pillow \
> + python3-pip \
> + python3-sphinx \
> + python3-sphinx_rtd_theme \
> + python3-virtualenv \
> + rdma-core-devel \
> + rpm \
> + sed \
> + snappy-devel \
> + sparse \
> + spice-protocol \
> + spice-server-devel \
> + systemd-devel \
> + systemtap-sdt-devel \
> + tar \
> + tesseract \
> + tesseract-langpack-eng \
> + texinfo \
> + usbredir-devel \
> + util-linux \
> + virglrenderer-devel \
> + vte291-devel \
> + which \
> + xen-devel \
> + xfsprogs-devel \
> + zlib-devel
> +ENV QEMU_CONFIGURE_OPTS --python=/usr/bin/python3
> +
> +RUN dnf install -y $PACKAGES
> +RUN rpm -q $PACKAGES | sort > /packages.txt
> +ENV PATH $PATH:/usr/libexec/python3-sphinx/
> --
> 2.31.1
>
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
next prev parent reply other threads:[~2021-11-03 17:02 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-03 14:48 [PATCH 0/6] tests/docker: Update Fedora containers John Snow
2021-11-03 14:48 ` [PATCH 1/6] spice: Update QXLInterface for spice >= 0.15.0 John Snow
2021-11-04 6:47 ` Gerd Hoffmann
2021-11-03 14:48 ` [PATCH 2/6] ui/clipboard: Don't use g_autoptr just to free a variable John Snow
2021-11-03 14:57 ` Marc-André Lureau
2021-11-03 14:58 ` Daniel P. Berrangé
2021-11-03 15:30 ` John Snow
2021-11-03 14:48 ` [PATCH 3/6] docker: update fedora container to Fedora 34 John Snow
2021-11-03 14:52 ` Philippe Mathieu-Daudé
2021-11-03 16:55 ` Willian Rampazzo
2021-11-03 14:48 ` [PATCH 4/6] docker: update Fedora-based cross-compiler containers " John Snow
2021-11-03 14:52 ` Philippe Mathieu-Daudé
2021-11-03 16:56 ` Willian Rampazzo
2021-11-03 14:48 ` [PATCH 5/6] docker: update 'python' dockerfile to use Fedora registry John Snow
2021-11-03 14:55 ` Philippe Mathieu-Daudé
2021-11-03 16:57 ` Willian Rampazzo
2021-11-03 14:48 ` [PATCH 6/6] docker: Add Fedora 35 container John Snow
2021-11-03 16:59 ` Daniel P. Berrangé [this message]
2021-11-03 17:51 ` John Snow
2021-11-03 18:53 ` Philippe Mathieu-Daudé
2021-11-24 12:19 ` [PATCH 0/6] tests/docker: Update Fedora containers Daniel P. Berrangé
2021-11-24 12:34 ` Philippe Mathieu-Daudé
2021-11-24 12:51 ` Alex Bennée
2021-11-24 12:59 ` Philippe Mathieu-Daudé
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-all 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=YYK/2WugmOrTA+62@redhat.com \
--to=berrange@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=f4bug@amsat.org \
--cc=jsnow@redhat.com \
--cc=kraxel@redhat.com \
--cc=philmd@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
--cc=wainersm@redhat.com \
--cc=willianr@redhat.com \
/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;
as well as URLs for NNTP newsgroup(s).