From: "Alex Bennée" <alex.bennee@linaro.org>
To: "Philippe Mathieu-Daudé" <philmd@linaro.org>
Cc: qemu-devel@nongnu.org,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Pavel Dovgalyuk" <pavel.dovgaluk@ispras.ru>,
"Beraldo Leal" <bleal@redhat.com>,
qemu-s390x@nongnu.org, "John Snow" <jsnow@redhat.com>,
"Daniel P. Berrangé" <berrange@redhat.com>,
"Richard Henderson" <richard.henderson@linaro.org>,
"Paolo Bonzini" <pbonzini@redhat.com>,
qemu-arm@nongnu.org, "Peter Maydell" <peter.maydell@linaro.org>,
"Jiaxun Yang" <jiaxun.yang@flygoat.com>,
"Joel Stanley" <joel@jms.id.au>,
"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
"Mark Cave-Ayland" <mark.cave-ayland@ilande.co.uk>,
"Aurelien Jarno" <aurelien@aurel32.net>,
"Thomas Huth" <thuth@redhat.com>,
"Cleber Rosa" <crosa@redhat.com>,
"Markus Armbruster" <armbru@redhat.com>,
"Laurent Vivier" <lvivier@redhat.com>
Subject: Re: [PATCH 0/4] testing/next: purging remaining centos 8 bits
Date: Tue, 28 May 2024 13:51:15 +0100 [thread overview]
Message-ID: <87plt6f6bg.fsf@draig.linaro.org> (raw)
In-Reply-To: <ed69a712-689a-4294-978d-d8d818a12b6f@linaro.org> ("Philippe Mathieu-Daudé"'s message of "Mon, 27 May 2024 11:32:17 +0200")
Philippe Mathieu-Daudé <philmd@linaro.org> writes:
> Hi Alex,
>
> On 21/5/24 14:53, Alex Bennée wrote:
>> There are a few more bits referencing centos8 in the tree which needed
>> cleaning up. After this we can remove the dedicated runner from the
>> gitlab registration. If we want to keep a dedicated Centos runner then
>> we can add back the bits needed to set it up (although arguably we
>> could have a single build-environment setup that handles all distros
>> and integrates with lcitool).
>
> Do you you mean we should generate
> scripts/ci/setup/build-environment.yml with lcitool?
> Otherwise should we update it?
Yes - I've got some WIP patches which I'll post soon.
>
>> Alex.
>> Alex Bennée (4):
>> ci: remove centos-steam-8 customer runner
>> docs/devel: update references to centos to later version
>> tests/vm: update centos.aarch64 image to 9
>> tests/vm: remove plain centos image
>> docs/devel/ci-jobs.rst.inc | 7 -
>> docs/devel/testing.rst | 8 +-
>> .gitlab-ci.d/custom-runners.yml | 1 -
>> .../custom-runners/centos-stream-8-x86_64.yml | 24 ---
>> .../org.centos/stream/8/build-environment.yml | 82 --------
>> .../ci/org.centos/stream/8/x86_64/configure | 198 ------------------
>> .../org.centos/stream/8/x86_64/test-avocado | 65 ------
>> scripts/ci/org.centos/stream/README | 17 --
>> tests/vm/Makefile.include | 1 -
>> tests/vm/centos | 51 -----
>> tests/vm/centos.aarch64 | 10 +-
>> 11 files changed, 9 insertions(+), 455 deletions(-)
>> delete mode 100644 .gitlab-ci.d/custom-runners/centos-stream-8-x86_64.yml
>> delete mode 100644 scripts/ci/org.centos/stream/8/build-environment.yml
>> delete mode 100755 scripts/ci/org.centos/stream/8/x86_64/configure
>> delete mode 100755 scripts/ci/org.centos/stream/8/x86_64/test-avocado
>> delete mode 100644 scripts/ci/org.centos/stream/README
>> delete mode 100755 tests/vm/centos
>>
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
prev parent reply other threads:[~2024-05-28 12:51 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-21 12:53 [PATCH 0/4] testing/next: purging remaining centos 8 bits Alex Bennée
2024-05-21 12:53 ` [PATCH 1/4] ci: remove centos-steam-8 customer runner Alex Bennée
2024-05-21 12:53 ` [PATCH 2/4] docs/devel: update references to centos to later version Alex Bennée
2024-05-28 6:46 ` Thomas Huth
2024-05-21 12:53 ` [PATCH 3/4] tests/vm: update centos.aarch64 image to 9 Alex Bennée
2024-05-28 6:48 ` Thomas Huth
2024-05-21 12:53 ` [PATCH 4/4] tests/vm: remove plain centos image Alex Bennée
2024-05-21 13:11 ` Thomas Huth
2024-05-21 14:57 ` [PATCH 0/4] testing/next: purging remaining centos 8 bits Richard Henderson
2024-05-27 9:32 ` Philippe Mathieu-Daudé
2024-05-28 12:51 ` Alex Bennée [this message]
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=87plt6f6bg.fsf@draig.linaro.org \
--to=alex.bennee@linaro.org \
--cc=armbru@redhat.com \
--cc=aurelien@aurel32.net \
--cc=berrange@redhat.com \
--cc=bleal@redhat.com \
--cc=crosa@redhat.com \
--cc=jiaxun.yang@flygoat.com \
--cc=joel@jms.id.au \
--cc=jsnow@redhat.com \
--cc=lvivier@redhat.com \
--cc=marcandre.lureau@redhat.com \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=pavel.dovgaluk@ispras.ru \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=philmd@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=thuth@redhat.com \
--cc=wainersm@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.