From: Thomas Huth <thuth@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>, kvm@vger.kernel.org
Cc: drjones@redhat.com
Subject: Re: [kvm-unit-tests PATCH] gitlab-ci.yml: Compile some jobs out-of-tree
Date: Fri, 4 Sep 2020 16:01:04 +0200 [thread overview]
Message-ID: <edc0affb-786c-ced5-db02-c7647b51dc8d@redhat.com> (raw)
In-Reply-To: <e2b61ffa-fc82-ebae-fab3-0b5022c11296@redhat.com>
On 31/07/2020 13.24, Paolo Bonzini wrote:
> On 31/07/20 11:41, Thomas Huth wrote:
>> So far we only compiled all jobs in-tree in the gitlab-CI. For the code
>> that gets compiled twice (one time for 64-bit and one time for 32-bit
>> for example), we can easily move one of the two jobs to out-of-tree build
>> mode to increase the build test coverage a little bit.
>>
>> Signed-off-by: Thomas Huth <thuth@redhat.com>
>> ---
>> .gitlab-ci.yml | 12 +++++++++---
>> 1 file changed, 9 insertions(+), 3 deletions(-)
>>
>> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
>> index 1ec9797..6613c7b 100644
>> --- a/.gitlab-ci.yml
>> +++ b/.gitlab-ci.yml
>> @@ -19,7 +19,9 @@ build-aarch64:
>> build-arm:
>> script:
>> - dnf install -y qemu-system-arm gcc-arm-linux-gnu
>> - - ./configure --arch=arm --cross-prefix=arm-linux-gnu-
>> + - mkdir build
>> + - cd build
>> + - ../configure --arch=arm --cross-prefix=arm-linux-gnu-
>> - make -j2
>> - ACCEL=tcg MAX_SMP=8 ./run_tests.sh
>> selftest-setup selftest-vectors-kernel selftest-vectors-user selftest-smp
>> @@ -31,7 +33,9 @@ build-arm:
>> build-ppc64be:
>> script:
>> - dnf install -y qemu-system-ppc gcc-powerpc64-linux-gnu
>> - - ./configure --arch=ppc64 --endian=big --cross-prefix=powerpc64-linux-gnu-
>> + - mkdir build
>> + - cd build
>> + - ../configure --arch=ppc64 --endian=big --cross-prefix=powerpc64-linux-gnu-
>> - make -j2
>> - ACCEL=tcg ./run_tests.sh
>> selftest-setup spapr_hcall rtas-get-time-of-day rtas-get-time-of-day-base
>> @@ -77,7 +81,9 @@ build-x86_64:
>> build-i386:
>> script:
>> - dnf install -y qemu-system-x86 gcc
>> - - ./configure --arch=i386
>> + - mkdir build
>> + - cd build
>> + - ../configure --arch=i386
>> - make -j2
>> - ACCEL=tcg ./run_tests.sh
>> cmpxchg8b vmexit_cpuid vmexit_mov_from_cr8 vmexit_mov_to_cr8
>>
>
> Applied, thanks.
... but never pushed?
Thomas
prev parent reply other threads:[~2020-09-04 14:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-31 9:41 [kvm-unit-tests PATCH] gitlab-ci.yml: Compile some jobs out-of-tree Thomas Huth
2020-07-31 11:24 ` Paolo Bonzini
2020-09-04 14:01 ` 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=edc0affb-786c-ced5-db02-c7647b51dc8d@redhat.com \
--to=thuth@redhat.com \
--cc=drjones@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=pbonzini@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