qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 14/21] cirrus: Building freebsd in a single short


From: Ed Maste
Subject: Re: [PATCH v2 14/21] cirrus: Building freebsd in a single short
Date: Wed, 9 Sep 2020 13:32:04 -0400

On Wed, 9 Sep 2020 at 05:47, Yonggang Luo <luoyonggang@gmail.com> wrote:
>
> freebsd 1 hour limit not hit anymore
>
> Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>

Reviewed-by: Ed Maste <emaste@FreeBSD.org>

> When its running properly, the consumed time are little, but when tests 
> running too long,
> look at the cpu  usage, the cpu usage are nearly zero. does't consuming time.

So it looks like we have a test getting stuck. After this change is in
we could split the test execution out into its own script so to make
it more obvious if/when this happens - for example,

  script:
    - mkdir build
    - cd build
    - ../configure --enable-werror || { cat config.log; exit 1; }
    - gmake -j8
  test_script:
   - gmake V=1 check

I can follow up with a proper patch for that (and making the change
for macos as well) later.



reply via email to

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