From: Thomas Huth <thuth@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@redhat.com>, qemu-devel@nongnu.org
Cc: "Fam Zheng" <fam@euphon.net>,
"Laurent Vivier" <lvivier@redhat.com>,
"Daniel P . Berrange" <berrange@redhat.com>,
"Matthew Rosato" <mjrosato@linux.ibm.com>,
"David Hildenbrand" <david@redhat.com>,
"Cornelia Huck" <cohuck@redhat.com>,
"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
"Halil Pasic" <pasic@linux.ibm.com>,
"Christian Borntraeger" <borntraeger@de.ibm.com>,
qemu-s390x@nongnu.org, "Paolo Bonzini" <pbonzini@redhat.com>,
"Alex Bennée" <alex.bennee@linaro.org>,
"Richard Henderson" <rth@twiddle.net>
Subject: Re: [PATCH-for-5.2 2/3] gitlab-ci: Add a job to cover the --without-default-devices config
Date: Wed, 4 Nov 2020 10:15:31 +0100 [thread overview]
Message-ID: <bcd727e6-8ffe-49d1-a738-fa93c2914eba@redhat.com> (raw)
In-Reply-To: <1c4c591c-4bb2-83b1-383a-e038aec62e27@redhat.com>
On 04/11/2020 09.32, Philippe Mathieu-Daudé wrote:
> On 11/4/20 7:21 AM, Thomas Huth wrote:
>> On 03/11/2020 21.41, Philippe Mathieu-Daudé wrote:
>>> On 11/3/20 7:43 PM, Thomas Huth wrote:
>>>> On 03/11/2020 17.46, Philippe Mathieu-Daudé wrote:
>> [...]
>>>>> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
>>>>> index 3b15ae5c302..6ee098ec53c 100644
>>>>> --- a/.gitlab-ci.yml
>>>>> +++ b/.gitlab-ci.yml
>>>>> @@ -262,6 +262,17 @@ build-user-plugins:
>>>>> MAKE_CHECK_ARGS: check-tcg
>>>>> timeout: 1h 30m
>>>>>
>>>>> +build-system-ubuntu-without-default-devices:
>>>>> + <<: *native_build_job_definition
>>>>> + variables:
>>>>> + IMAGE: ubuntu2004
>>>>> + CONFIGURE_ARGS: --without-default-devices --disable-user --disable-xen --disable-tools --disable-docs
>>>>> + MAKE_CHECK_ARGS: check-build
>>>>
>>>> AFAIK "check-build" is pretty much a no-op since the convertion to meson ...
>>>> could you maybe replace with a set of qtest targets that work, to make sure
>>>> that we do not regress here? E.g.:
>>>>
>>>> MAKE_CHECK_ARGS: check-qtest-avr check-qtestcris check-qtest-m68k
>>>> check-qtest-microblaze check-qtest-mipsel check-qtest-moxie ...
>>>
>>> qtests don't work with --without-default-devices, as we don't check
>>> for (un-)available devices.
>>
>> Sure, "make check-qtest" does not work, I know. But some targets work fine,
>> e.g. "make check-qtest-avr", and that's what I've suggested.
>
> Yes, I tested that successfully yesterday late.
>
>> By testing
>> those targets, we can make sure that the qtests don't regress any further
>> with --without-default-devices.
>
> Yes, but I'm being wary to use it with the sole AVR target, because
> I don't want this target development to be limited by unrelated
> technical debts (in case we add optional device on an AVR board).
If you feel uncomfortable with check-qtest-avr, you could also use
check-qtest-m68k instead - I think that's fine for me (and hopefully also
Laurent).
Thomas
next prev parent reply other threads:[~2020-11-04 9:16 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-03 16:46 [PATCH-for-5.2 0/3] ci: Move --without-default-devices job from Travis to GitLab Philippe Mathieu-Daudé
2020-11-03 16:46 ` [PATCH-for-5.2 1/3] s390x: fix build for --without-default-devices Philippe Mathieu-Daudé
2020-11-03 16:46 ` [PATCH-for-5.2 2/3] gitlab-ci: Add a job to cover the --without-default-devices config Philippe Mathieu-Daudé
2020-11-03 16:52 ` Daniel P. Berrangé
2020-11-03 17:01 ` Philippe Mathieu-Daudé
2020-11-03 17:02 ` Daniel P. Berrangé
2020-11-03 17:04 ` Philippe Mathieu-Daudé
2020-11-04 2:27 ` Stefano Stabellini
2020-11-04 6:17 ` Thomas Huth
2020-11-05 4:26 ` Stefano Stabellini
2020-11-05 8:19 ` Philippe Mathieu-Daudé
2020-11-04 8:12 ` Paolo Bonzini
2020-11-05 2:48 ` Stefano Stabellini
2020-11-05 11:00 ` Paolo Bonzini
2020-11-03 20:57 ` Paolo Bonzini
2020-11-03 21:07 ` Philippe Mathieu-Daudé
2020-11-03 21:12 ` Paolo Bonzini
2020-11-04 8:45 ` Philippe Mathieu-Daudé
2020-11-03 17:02 ` Philippe Mathieu-Daudé
2020-11-03 18:43 ` Thomas Huth
2020-11-03 20:41 ` Philippe Mathieu-Daudé
2020-11-04 6:21 ` Thomas Huth
2020-11-04 8:32 ` Philippe Mathieu-Daudé
2020-11-04 9:15 ` Thomas Huth [this message]
2020-11-03 16:46 ` [PATCH-for-5.2 3/3] travis-ci: Remove the --without-default-devices job Philippe Mathieu-Daudé
2020-11-03 18:51 ` 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=bcd727e6-8ffe-49d1-a738-fa93c2914eba@redhat.com \
--to=thuth@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=berrange@redhat.com \
--cc=borntraeger@de.ibm.com \
--cc=cohuck@redhat.com \
--cc=david@redhat.com \
--cc=fam@euphon.net \
--cc=lvivier@redhat.com \
--cc=mjrosato@linux.ibm.com \
--cc=pasic@linux.ibm.com \
--cc=pbonzini@redhat.com \
--cc=philmd@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=rth@twiddle.net \
--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).