[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v7 17/25] cirrus: Building freebsd in a single short
From: |
Thomas Huth |
Subject: |
Re: [PATCH v7 17/25] cirrus: Building freebsd in a single short |
Date: |
Thu, 10 Sep 2020 16:18:10 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 |
On 10/09/2020 12.37, Yonggang Luo wrote:
> This reverts commit 45f7b7b9f38f5c4d1529a37c93dedfc26a231bba
> ("cirrus.yml: Split FreeBSD job into two parts").
>
> freebsd 1 hour limit not hit anymore
>
> I think we going to a wrong direction, I think there is some tests a stall
> the test runner,
> please look at
> https://cirrus-ci.com/task/5110577531977728
> 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. doesn't consuming time.
>
> And look at
> https://cirrus-ci.com/task/6119341601062912
>
> If the tests running properly, the time consuming are little
> We should not hide the error by split them
Ok, but before we merge this patch, I'd like to understand (and fix if
necessary) what is/was causing the slowdowns. Otherwise we'll continue
to see failing CI runs, which is very annoying.
Thomas
- [PATCH v7 17/25] cirrus: Building freebsd in a single short, Yonggang Luo, 2020/09/10
- [PATCH v7 18/25] tests: Convert g_free to g_autofree macro in test-logging.c, Yonggang Luo, 2020/09/10
- [PATCH v7 19/25] tests: Fixes test-io-channel-socket.c tests under msys2/mingw, Yonggang Luo, 2020/09/10
- [PATCH v7 20/25] tests: fixes aio-win32 about aio_remove_fd_handler, get it consistence with aio-posix.c, Yonggang Luo, 2020/09/10
- [PATCH v7 21/25] tests: Fixes test-io-channel-file by mask only owner file state mask bits, Yonggang Luo, 2020/09/10
- [PATCH v7 22/25] tests: fix test-util-sockets.c, Yonggang Luo, 2020/09/10
- [PATCH v7 23/25] tests: Fixes test-qdev-global-props.c, Yonggang Luo, 2020/09/10
- [PATCH v7 24/25] rcu: fixes test-logging.c by call drain_call_rcu before rmdir_full, Yonggang Luo, 2020/09/10
- [PATCH v7 25/25] ci: Enable msys2 ci in cirrus, Yonggang Luo, 2020/09/10
- Re: [PATCH v7 17/25] cirrus: Building freebsd in a single short,
Thomas Huth <=