Re: [PATCH] docker.py: always use --rm

2020-09-18 Thread Peter Maydell
On Thu, 17 Sep 2020 at 11:45, Paolo Bonzini wrote: > > Avoid that containers pile up. > > Signed-off-by: Paolo Bonzini > --- > tests/docker/Makefile.include | 1 - > tests/docker/docker.py| 4 ++-- > 2 files changed, 2 insertions(+), 3 deletions(-) Applied to master, thanks. -- PMM

Re: [PATCH] docker.py: always use --rm

2020-09-17 Thread Alex Bennée
Got it. On Thu, 17 Sep 2020, 17:58 Paolo Bonzini, wrote: > > > Il gio 17 set 2020, 18:53 Alex Bennée ha scritto: > >> >> Philippe Mathieu-Daudé writes: >> >> > On 9/17/20 12:44 PM, Paolo Bonzini wrote: >> >> Avoid that containers pile up. >> >> >> >> Signed-off-by: Paolo Bonzini >> >> --- >>

Re: [PATCH] docker.py: always use --rm

2020-09-17 Thread Paolo Bonzini
Il gio 17 set 2020, 18:53 Alex Bennée ha scritto: > > Philippe Mathieu-Daudé writes: > > > On 9/17/20 12:44 PM, Paolo Bonzini wrote: > >> Avoid that containers pile up. > >> > >> Signed-off-by: Paolo Bonzini > >> --- > >> tests/docker/Makefile.include | 1 - > >> tests/docker/docker.py

Re: [PATCH] docker.py: always use --rm

2020-09-17 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > On 9/17/20 12:44 PM, Paolo Bonzini wrote: >> Avoid that containers pile up. >> >> Signed-off-by: Paolo Bonzini >> --- >> tests/docker/Makefile.include | 1 - >> tests/docker/docker.py| 4 ++-- >> 2 files changed, 2 insertions(+), 3 deletions(-) >> >>

Re: [PATCH] docker.py: always use --rm

2020-09-17 Thread Philippe Mathieu-Daudé
On 9/17/20 12:44 PM, Paolo Bonzini wrote: > Avoid that containers pile up. > > Signed-off-by: Paolo Bonzini > --- > tests/docker/Makefile.include | 1 - > tests/docker/docker.py| 4 ++-- > 2 files changed, 2 insertions(+), 3 deletions(-) > > diff --git a/tests/docker/Makefile.include b/

Re: [PATCH] docker.py: always use --rm

2020-09-17 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200917104441.31738-1-pbonz...@redhat.com/ Hi, This series failed build test on FreeBSD host. Please find the details below. The full log is available at http://patchew.org/logs/20200917104441.31738-1-pbonz...@redhat.com/testing.FreeBSD/?type=messag

Re: [PATCH] docker.py: always use --rm

2020-09-17 Thread Paolo Bonzini
On 17/09/20 12:48, Daniel P. Berrangé wrote: > On Thu, Sep 17, 2020 at 12:44:41PM +0200, Paolo Bonzini wrote: >> Avoid that containers pile up. >> >> Signed-off-by: Paolo Bonzini >> --- >> tests/docker/Makefile.include | 1 - >> tests/docker/docker.py| 4 ++-- >> 2 files changed, 2 insert

Re: [PATCH] docker.py: always use --rm

2020-09-17 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200917104441.31738-1-pbonz...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. The full log is ava

Re: [PATCH] docker.py: always use --rm

2020-09-17 Thread Daniel P . Berrangé
On Thu, Sep 17, 2020 at 12:44:41PM +0200, Paolo Bonzini wrote: > Avoid that containers pile up. > > Signed-off-by: Paolo Bonzini > --- > tests/docker/Makefile.include | 1 - > tests/docker/docker.py| 4 ++-- > 2 files changed, 2 insertions(+), 3 deletions(-) > > diff --git a/tests/docke

[PATCH] docker.py: always use --rm

2020-09-17 Thread Paolo Bonzini
Avoid that containers pile up. Signed-off-by: Paolo Bonzini --- tests/docker/Makefile.include | 1 - tests/docker/docker.py| 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/docker/Makefile.include b/tests/docker/Makefile.include index 3daabaa2fd..75704268ff 1