[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 3/8] gitlab-ci: Add KVM X86 cross-build jobs
From: |
Thomas Huth |
Subject: |
Re: [PATCH 3/8] gitlab-ci: Add KVM X86 cross-build jobs |
Date: |
Mon, 7 Dec 2020 06:20:34 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 |
On 06/12/2020 19.55, Philippe Mathieu-Daudé wrote:
> Cross-build x86 target with only KVM accelerator enabled.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> .gitlab-ci.d/crossbuilds-kvm-x86.yml | 6 ++++++
> .gitlab-ci.yml | 1 +
> MAINTAINERS | 1 +
> 3 files changed, 8 insertions(+)
> create mode 100644 .gitlab-ci.d/crossbuilds-kvm-x86.yml
We already have a job that tests with KVM enabled and TCG disabled in the
main .gitlab-ci.yml file, the "build-tcg-disabled" job. So I don't quite see
the point in adding yet another job that does pretty much the same? Did I
miss something?
Thomas
- [PATCH 0/8] gitlab-ci: Add accelerator-specific Linux jobs, Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 1/8] gitlab-ci: Replace YAML anchors by extends (cross_system_build_job), Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 2/8] gitlab-ci: Introduce 'cross_accel_build_job' template, Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 3/8] gitlab-ci: Add KVM X86 cross-build jobs, Philippe Mathieu-Daudé, 2020/12/06
- Re: [PATCH 3/8] gitlab-ci: Add KVM X86 cross-build jobs,
Thomas Huth <=
- [PATCH 4/8] gitlab-ci: Add KVM ARM cross-build jobs, Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 5/8] gitlab-ci: Add KVM s390x cross-build jobs, Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 6/8] gitlab-ci: Add KVM PPC cross-build jobs, Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 7/8] gitlab-ci: Add KVM MIPS cross-build jobs, Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 8/8] gitlab-ci: Add Xen cross-build jobs, Philippe Mathieu-Daudé, 2020/12/06