From: Thomas Huth <thuth@redhat.com>
To: "Richard Henderson" <richard.henderson@linaro.org>,
qemu-devel@nongnu.org, "Paolo Bonzini" <pbonzini@redhat.com>,
"Alex Bennée" <alex.bennee@linaro.org>
Cc: "Daniel P . Berrangé" <berrange@redhat.com>,
"Cleber Rosa" <crosa@redhat.com>
Subject: Re: [PULL 12/17] tests: Update our CI to use CentOS Stream 9 instead of 8
Date: Thu, 25 Apr 2024 07:02:28 +0200 [thread overview]
Message-ID: <fb62e426-fc14-4ecf-bbcc-24e8386e8880@redhat.com> (raw)
In-Reply-To: <49bf70e6-ad71-4bb4-80c6-2bab08a3145b@linaro.org>
On 24/04/2024 18.19, Richard Henderson wrote:
> On 4/24/24 00:57, Thomas Huth wrote:
>> RHEL 9 (and thus also the derivatives) have been available since two
>> years now, so according to QEMU's support policy, we can drop the active
>> support for the previous major version 8 now.
>>
>> Another reason for doing this is that Centos Stream 8 will go EOL soon:
>>
>> https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/
>>
>> "After May 31, 2024, CentOS Stream 8 will be archived
>> and no further updates will be provided."
>>
>> Thus upgrade our CentOS Stream container to major version 9 now.
>>
>> Reviewed-by: Daniel P. Berrangé<berrange@redhat.com>
>> Message-ID:<20240418101056.302103-5-thuth@redhat.com>
>> Signed-off-by: Thomas Huth<thuth@redhat.com>
>> ---
>> .gitlab-ci.d/buildtest.yml | 16 ++++-----
>> .gitlab-ci.d/container-core.yml | 4 +--
>> .../{centos8.docker => centos9.docker} | 34 +++++++------------
>> tests/lcitool/mappings.yml | 20 -----------
>> tests/lcitool/refresh | 2 +-
>> tests/vm/centos | 4 +--
>> 6 files changed, 26 insertions(+), 54 deletions(-)
>> rename tests/docker/dockerfiles/{centos8.docker => centos9.docker} (82%)
>
> This has missed a bit, since the centos-stream-8-x86_64 job still exists,
> but now fails.
>
> https://gitlab.com/qemu-project/qemu/-/jobs/6707154779
It's not this patch, it's rather the "ci: move external build environment
setups to CentOS Stream 9" patch that is missing an update to
.gitlab-ci.d/custom-runners/centos-stream-8-x86_64.yml ... however, blindly
updating the 8s in that file to 9s likely also doesn't work since there are
runner tags involved here.
So what's the right way to update that custom runner to CentOS 9? Paolo,
Alex, Cleber, do you know?
Thomas
next prev parent reply other threads:[~2024-04-25 5:03 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-24 7:57 [PULL 00/17] CI job updates, header cleanups and other misc patches Thomas Huth
2024-04-24 7:57 ` [PULL 01/17] MAINTAINERS: update email of Peter Lieven Thomas Huth
2024-04-24 7:57 ` [PULL 02/17] tests/qtest : Use `g_assert_cmphex` instead of `g_assert_cmpuint` Thomas Huth
2024-04-24 7:57 ` [PULL 03/17] docs: i386: pc: Update maximum CPU numbers for PC Q35 Thomas Huth
2024-04-24 7:57 ` [PULL 04/17] tests/vm: update openbsd image to 7.5 Thomas Huth
2024-04-24 7:57 ` [PULL 05/17] Revert ".travis.yml: Cache Avocado cache" Thomas Huth
2024-04-24 7:57 ` [PULL 06/17] .travis.yml: Remove the unused UNRELIABLE environment variable Thomas Huth
2024-04-24 7:57 ` [PULL 07/17] .travis.yml: Update the jobs to Ubuntu 22.04 Thomas Huth
2024-04-24 7:57 ` [PULL 08/17] .travis.yml: Do some more testing with Clang Thomas Huth
2024-04-24 7:57 ` [PULL 09/17] tests: Remove Ubuntu 20.04 container Thomas Huth
2024-04-24 7:57 ` [PULL 10/17] tests/lcitool/libvirt-ci: Update to the latest master branch Thomas Huth
2024-04-24 7:57 ` [PULL 11/17] tests/docker/dockerfiles: Run lcitool-refresh after the lcitool update Thomas Huth
2024-04-24 7:57 ` [PULL 12/17] tests: Update our CI to use CentOS Stream 9 instead of 8 Thomas Huth
2024-04-24 16:19 ` Richard Henderson
2024-04-25 5:02 ` Thomas Huth [this message]
2024-04-24 7:57 ` [PULL 13/17] ci: move external build environment setups to CentOS Stream 9 Thomas Huth
2024-04-24 7:57 ` [PULL 14/17] hw/s390x: Include missing 'cpu.h' header Thomas Huth
2024-04-24 7:57 ` [PULL 15/17] docs/devel: fix minor typo in submitting-a-patch.rst Thomas Huth
2024-04-24 7:57 ` [PULL 16/17] tests/unit: Remove debug statements in test-nested-aio-poll.c Thomas Huth
2024-04-24 7:57 ` [PULL 17/17] target/s390x: Remove KVM stubs in cpu_models.h Thomas Huth
2024-04-24 16:21 ` [PULL 00/17] CI job updates, header cleanups and other misc patches Richard Henderson
2024-04-25 5:11 ` Thomas Huth
2024-04-25 7:55 ` Daniel P. Berrangé
2024-04-25 12:56 ` Fabiano Rosas
2024-04-25 15:04 ` Richard Henderson
2024-04-25 15:14 ` Thomas Huth
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=fb62e426-fc14-4ecf-bbcc-24e8386e8880@redhat.com \
--to=thuth@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=berrange@redhat.com \
--cc=crosa@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
/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).