[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 5/8] gitlab-ci: Add KVM s390x cross-build jobs
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH 5/8] gitlab-ci: Add KVM s390x cross-build jobs |
Date: |
Mon, 7 Dec 2020 11:26:04 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 |
On 12/7/20 11:00 AM, Philippe Mathieu-Daudé wrote:
> On 12/7/20 6:46 AM, Thomas Huth wrote:
>> On 06/12/2020 19.55, Philippe Mathieu-Daudé wrote:
>>> Cross-build s390x target with only KVM accelerator enabled.
>>>
>>> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
>>> ---
>>> .gitlab-ci.d/crossbuilds-kvm-s390x.yml | 6 ++++++
>>> .gitlab-ci.yml | 1 +
>>> MAINTAINERS | 1 +
>>> 3 files changed, 8 insertions(+)
>>> create mode 100644 .gitlab-ci.d/crossbuilds-kvm-s390x.yml
>>>
>>> diff --git a/.gitlab-ci.d/crossbuilds-kvm-s390x.yml
>>> b/.gitlab-ci.d/crossbuilds-kvm-s390x.yml
>>> new file mode 100644
>>> index 00000000000..1731af62056
>>> --- /dev/null
>>> +++ b/.gitlab-ci.d/crossbuilds-kvm-s390x.yml
>>> @@ -0,0 +1,6 @@
>>> +cross-s390x-kvm:
>>> + extends: .cross_accel_build_job
>>> + variables:
>>> + IMAGE: debian-s390x-cross
>>> + TARGETS: s390x-softmmu
>>> + ACCEL_CONFIGURE_OPTS: --disable-tcg
>>> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
>>> index 573afceb3c7..a69619d7319 100644
>>> --- a/.gitlab-ci.yml
>>> +++ b/.gitlab-ci.yml
>>> @@ -14,6 +14,7 @@ include:
>>> - local: '/.gitlab-ci.d/crossbuilds.yml'
>>> - local: '/.gitlab-ci.d/crossbuilds-kvm-x86.yml'
>>> - local: '/.gitlab-ci.d/crossbuilds-kvm-arm.yml'
>>> + - local: '/.gitlab-ci.d/crossbuilds-kvm-s390x.yml'
>>
>> KVM code is already covered by the "cross-s390x-system" job, but an
>> additional compilation test with --disable-tcg makes sense here. I'd then
>> rather name it "cross-s390x-no-tcg" or so instead of "cross-s390x-kvm".
What other accelerators are available on 390?
>
> As you wish. What I want is to let Gitlab users be able to build the
> equivalent "[s390x] Clang (disable-tcg)" from Travis.
>
> I keep using GCC toolchain because managing job coverage duplication
> is an unresolved problem.
>
>>
>> And while you're at it, I'd maybe rather name the new file just
>> crossbuilds-s390x.yml and also move the other s390x related jobs into it?
>
> OK will do.
>
> Thanks,
>
> Phil.
>
- Re: [PATCH 2/8] gitlab-ci: Introduce 'cross_accel_build_job' template, (continued)
- Re: [PATCH 5/8] gitlab-ci: Add KVM s390x cross-build jobs, Daniel P . Berrangé, 2020/12/07
- Re: [PATCH 5/8] gitlab-ci: Add KVM s390x cross-build jobs, Philippe Mathieu-Daudé, 2020/12/07
- Re: [PATCH 5/8] gitlab-ci: Add KVM s390x cross-build jobs, Daniel P . Berrangé, 2020/12/07
- Re: [PATCH 5/8] gitlab-ci: Add KVM s390x cross-build jobs, Philippe Mathieu-Daudé, 2020/12/07
- Re: [PATCH 5/8] gitlab-ci: Add KVM s390x cross-build jobs, Philippe Mathieu-Daudé, 2020/12/07
[PATCH 6/8] gitlab-ci: Add KVM PPC cross-build jobs, Philippe Mathieu-Daudé, 2020/12/06