diff mbox series

gitlab-ci: Disable vhost-kernel in build-disable job

Message ID 20210131104621.221602-1-f4bug@amsat.org (mailing list archive)
State New, archived
Headers show
Series gitlab-ci: Disable vhost-kernel in build-disable job | expand

Commit Message

Philippe Mathieu-Daudé Jan. 31, 2021, 10:46 a.m. UTC
Commit 299e6f19b3e ("vhost-net: revamp configure logic") added
the --enable-vhost-kernel option.
Disable it in the build-disable job.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

Comments

Wainer dos Santos Moschetta Feb. 1, 2021, 12:32 p.m. UTC | #1
On 1/31/21 7:46 AM, Philippe Mathieu-Daudé wrote:
> Commit 299e6f19b3e ("vhost-net: revamp configure logic") added
> the --enable-vhost-kernel option.
> Disable it in the build-disable job.
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>   .gitlab-ci.yml | 1 +
>   1 file changed, 1 insertion(+)


Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>


>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 7c0db64710b..e8390314d89 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -346,6 +346,7 @@ build-disabled:
>         --disable-vhost-crypto
>         --disable-vhost-net
>         --disable-vhost-scsi
> +      --disable-vhost-kernel
>         --disable-vhost-user
>         --disable-vhost-vdpa
>         --disable-vhost-vsock
Philippe Mathieu-Daudé March 1, 2021, 8:20 a.m. UTC | #2
ping?

On 1/31/21 11:46 AM, Philippe Mathieu-Daudé wrote:
> Commit 299e6f19b3e ("vhost-net: revamp configure logic") added
> the --enable-vhost-kernel option.
> Disable it in the build-disable job.
> 
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  .gitlab-ci.yml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 7c0db64710b..e8390314d89 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -346,6 +346,7 @@ build-disabled:
>        --disable-vhost-crypto
>        --disable-vhost-net
>        --disable-vhost-scsi
> +      --disable-vhost-kernel
>        --disable-vhost-user
>        --disable-vhost-vdpa
>        --disable-vhost-vsock
>
Thomas Huth March 2, 2021, 10:28 a.m. UTC | #3
On 01/03/2021 09.20, Philippe Mathieu-Daudé wrote:
> ping?

pong:
- https://gitlab.com/qemu-project/qemu/-/commit/3473f6ed88169e755123

(and I even did not forget to put you on CC: for the pull request: 
https://lore.kernel.org/qemu-devel/20210219075738.2261103-8-thuth@redhat.com/ :-))

> On 1/31/21 11:46 AM, Philippe Mathieu-Daudé wrote:
>> Commit 299e6f19b3e ("vhost-net: revamp configure logic") added
>> the --enable-vhost-kernel option.
>> Disable it in the build-disable job.
>>
>> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>> ---
>>   .gitlab-ci.yml | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
>> index 7c0db64710b..e8390314d89 100644
>> --- a/.gitlab-ci.yml
>> +++ b/.gitlab-ci.yml
>> @@ -346,6 +346,7 @@ build-disabled:
>>         --disable-vhost-crypto
>>         --disable-vhost-net
>>         --disable-vhost-scsi
>> +      --disable-vhost-kernel
>>         --disable-vhost-user
>>         --disable-vhost-vdpa
>>         --disable-vhost-vsock
>>
> 
>
Philippe Mathieu-Daudé March 2, 2021, 10:54 a.m. UTC | #4
On 3/2/21 11:28 AM, Thomas Huth wrote:
> On 01/03/2021 09.20, Philippe Mathieu-Daudé wrote:
>> ping?
> 
> pong:
> - https://gitlab.com/qemu-project/qemu/-/commit/3473f6ed88169e755123
> 
> (and I even did not forget to put you on CC: for the pull request:
> https://lore.kernel.org/qemu-devel/20210219075738.2261103-8-thuth@redhat.com/
> :-))

Oops sorry :S

> 
>> On 1/31/21 11:46 AM, Philippe Mathieu-Daudé wrote:
>>> Commit 299e6f19b3e ("vhost-net: revamp configure logic") added
>>> the --enable-vhost-kernel option.
>>> Disable it in the build-disable job.
>>>
>>> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>>> ---
>>>   .gitlab-ci.yml | 1 +
>>>   1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7c0db64710b..e8390314d89 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -346,6 +346,7 @@  build-disabled:
       --disable-vhost-crypto
       --disable-vhost-net
       --disable-vhost-scsi
+      --disable-vhost-kernel
       --disable-vhost-user
       --disable-vhost-vdpa
       --disable-vhost-vsock