qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gitlab-ci: Split custom-runners.yml in one file per runner


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] gitlab-ci: Split custom-runners.yml in one file per runner
Date: Mon, 15 Nov 2021 15:32:50 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0

On 11/15/21 15:22, Alex Bennée wrote:
> 
> Philippe Mathieu-Daudé <philmd@redhat.com> writes:
> 
>> To ease maintenance, add the custom-runners/ directory and
>> split custom-runners.yml in 3 files, all included by the
>> current custom-runners.yml:
>>  - ubuntu-18.04-s390x.yml
>>  - ubuntu-20.04-aarch64.yml
>>  - centos-stream-8-x86_64.yml
>>
>> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> 
> Seems reasonable:

This way I can repost the x86/freebsd and mips64el/linux runners
series to share them with mainstream, Warner and Richard.

> Queued to for-6.2/misc-fixes, thanks.

Thanks.

>> ---
>> Based-on: <20211111160501.862396-1-crosa@redhat.com>
>> https://gitlab.com/stsquad/qemu/-/tree/for-6.2/misc-fixes
>> ---
>>  .gitlab-ci.d/custom-runners.yml               | 268 +-----------------
>>  .../custom-runners/centos-stream-8-x86_64.yml |  28 ++
>>  .../custom-runners/ubuntu-18.04-s390x.yml     | 118 ++++++++
>>  .../custom-runners/ubuntu-20.04-aarch64.yml   | 118 ++++++++
>>  4 files changed, 268 insertions(+), 264 deletions(-)
>>  create mode 100644 .gitlab-ci.d/custom-runners/centos-stream-8-x86_64.yml
>>  create mode 100644 .gitlab-ci.d/custom-runners/ubuntu-18.04-s390x.yml
>>  create mode 100644 .gitlab-ci.d/custom-runners/ubuntu-20.04-aarch64.yml



reply via email to

[Prev in Thread] Current Thread [Next in Thread]