From: Thomas Huth <thuth@redhat.com>
To: "Alex Bennée" <alex.bennee@linaro.org>, qemu-devel@nongnu.org
Cc: "Richard Henderson" <richard.henderson@linaro.org>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
"Beraldo Leal" <bleal@redhat.com>,
"Paolo Bonzini" <pbonzini@redhat.com>
Subject: Re: [RFC PATCH] testing: restore some testing for i686
Date: Tue, 25 Jun 2024 17:28:32 +0200 [thread overview]
Message-ID: <f9f1a643-09ff-4fa2-bd72-2d8f6c89a14b@redhat.com> (raw)
In-Reply-To: <20240625145418.694476-1-alex.bennee@linaro.org>
On 25/06/2024 16.54, Alex Bennée wrote:
> The commit 4f9a8315e6 (gitlab-ci.d/crossbuilds: Drop the i386 system
> emulation job) was a little too aggressive dropping testing for 32 bit
> system builds.
FWIW: It was necessary at that point in time since we were constantly
running out of CI minutes, and that job was one of the jobs that was running
for the longest time, consuming lots of CI minutes, while only testing a
host environment that hardly anybody uses anymore.
But now we've got our own custom runners, so we're not that badly limited in
runtime anymore I guess, so it should be ok to re-introduce this job.
> Partially revert but using the debian-i686 cross build
> images this time as fedora has deprecated the 32 bit stuff.
>
> Reported-by: Richard Henderson <richard.henderson@linaro.org>
> Suggested-by: Thomas Huth <thuth@redhat.com>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
> .gitlab-ci.d/crossbuilds.yml | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/.gitlab-ci.d/crossbuilds.yml b/.gitlab-ci.d/crossbuilds.yml
> index 47bdb99b5b..5ba728f641 100644
> --- a/.gitlab-ci.d/crossbuilds.yml
> +++ b/.gitlab-ci.d/crossbuilds.yml
> @@ -37,6 +37,16 @@ cross-arm64-kvm-only:
> IMAGE: debian-arm64-cross
> EXTRA_CONFIGURE_OPTS: --disable-tcg --without-default-features
>
> +cross-i686-system:
> + extends:
> + - .cross_system_build_job
> + - .cross_test_artifacts
> + needs:
> + job: i686-debian-cross-container
> + variables:
> + IMAGE: debian-i686-cross
> + MAKE_CHECK_ARGS: check-qtest
Reviewed-by: Thomas Huth <thuth@redhat.com>
prev parent reply other threads:[~2024-06-25 15:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-25 14:54 [RFC PATCH] testing: restore some testing for i686 Alex Bennée
2024-06-25 15:28 ` Thomas Huth [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=f9f1a643-09ff-4fa2-bd72-2d8f6c89a14b@redhat.com \
--to=thuth@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=bleal@redhat.com \
--cc=pbonzini@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
--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 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).