* [PATCH] cirrus: use V=1 when running tests on FreeBSD and macOS
@ 2020-10-07 14:01 Paolo Bonzini
2020-10-07 14:59 ` Alex Bennée
2020-10-07 15:10 ` Philippe Mathieu-Daudé
0 siblings, 2 replies; 3+ messages in thread
From: Paolo Bonzini @ 2020-10-07 14:01 UTC (permalink / raw)
To: qemu-devel; +Cc: Alex Bennée
Using "V=1" makes it easier to identify hanging tests, especially
since they are run with -j1. It is already used on Windows builds,
do the same for FreeBSD and macOS.
Cc: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
.cirrus.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.cirrus.yml b/.cirrus.yml
index d58782ce67..4d236fdefa 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -15,7 +15,7 @@ freebsd_12_task:
- cd build
- ../configure --enable-werror || { cat config.log; exit 1; }
- gmake -j$(sysctl -n hw.ncpu)
- - gmake -j$(sysctl -n hw.ncpu) check
+ - gmake -j$(sysctl -n hw.ncpu) check V=1
macos_task:
osx_instance:
@@ -29,7 +29,7 @@ macos_task:
--extra-cflags='-Wno-error=deprecated-declarations'
|| { cat config.log; exit 1; }
- gmake -j$(sysctl -n hw.ncpu)
- - gmake check
+ - gmake check V=1
macos_xcode_task:
osx_instance:
@@ -43,7 +43,7 @@ macos_xcode_task:
- ../configure --extra-cflags='-Wno-error=deprecated-declarations'
--enable-werror --cc=clang || { cat config.log; exit 1; }
- gmake -j$(sysctl -n hw.ncpu)
- - gmake check
+ - gmake check V=1
windows_msys2_task:
windows_container:
--
2.26.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] cirrus: use V=1 when running tests on FreeBSD and macOS
2020-10-07 14:01 [PATCH] cirrus: use V=1 when running tests on FreeBSD and macOS Paolo Bonzini
@ 2020-10-07 14:59 ` Alex Bennée
2020-10-07 15:10 ` Philippe Mathieu-Daudé
1 sibling, 0 replies; 3+ messages in thread
From: Alex Bennée @ 2020-10-07 14:59 UTC (permalink / raw)
To: Paolo Bonzini; +Cc: qemu-devel
Paolo Bonzini <pbonzini@redhat.com> writes:
> Using "V=1" makes it easier to identify hanging tests, especially
> since they are run with -j1. It is already used on Windows builds,
> do the same for FreeBSD and macOS.
>
> Cc: Alex Bennée <alex.bennee@linaro.org>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Queued to prepr/misc-testing-gitdm-plugin-fixes, thanks.
> ---
> .cirrus.yml | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/.cirrus.yml b/.cirrus.yml
> index d58782ce67..4d236fdefa 100644
> --- a/.cirrus.yml
> +++ b/.cirrus.yml
> @@ -15,7 +15,7 @@ freebsd_12_task:
> - cd build
> - ../configure --enable-werror || { cat config.log; exit 1; }
> - gmake -j$(sysctl -n hw.ncpu)
> - - gmake -j$(sysctl -n hw.ncpu) check
> + - gmake -j$(sysctl -n hw.ncpu) check V=1
>
> macos_task:
> osx_instance:
> @@ -29,7 +29,7 @@ macos_task:
> --extra-cflags='-Wno-error=deprecated-declarations'
> || { cat config.log; exit 1; }
> - gmake -j$(sysctl -n hw.ncpu)
> - - gmake check
> + - gmake check V=1
>
> macos_xcode_task:
> osx_instance:
> @@ -43,7 +43,7 @@ macos_xcode_task:
> - ../configure --extra-cflags='-Wno-error=deprecated-declarations'
> --enable-werror --cc=clang || { cat config.log; exit 1; }
> - gmake -j$(sysctl -n hw.ncpu)
> - - gmake check
> + - gmake check V=1
>
> windows_msys2_task:
> windows_container:
--
Alex Bennée
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] cirrus: use V=1 when running tests on FreeBSD and macOS
2020-10-07 14:01 [PATCH] cirrus: use V=1 when running tests on FreeBSD and macOS Paolo Bonzini
2020-10-07 14:59 ` Alex Bennée
@ 2020-10-07 15:10 ` Philippe Mathieu-Daudé
1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-10-07 15:10 UTC (permalink / raw)
To: Paolo Bonzini, qemu-devel; +Cc: Alex Bennée
On 10/7/20 4:01 PM, Paolo Bonzini wrote:
> Using "V=1" makes it easier to identify hanging tests, especially
> since they are run with -j1. It is already used on Windows builds,
> do the same for FreeBSD and macOS.
>
> Cc: Alex Bennée <alex.bennee@linaro.org>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> .cirrus.yml | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-10-07 15:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-07 14:01 [PATCH] cirrus: use V=1 when running tests on FreeBSD and macOS Paolo Bonzini
2020-10-07 14:59 ` Alex Bennée
2020-10-07 15:10 ` Philippe Mathieu-Daudé
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).