Message ID | 20200915171234.236-16-luoyonggang@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | W32, W64 msys2/mingw patches | expand |
Typo "single shot" in subject? On 9/15/20 7:12 PM, 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 > > Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> > Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> > Reviewed-by: Ed Maste <emaste@FreeBSD.org> > --- > .cirrus.yml | 35 ++++++++--------------------------- > 1 file changed, 8 insertions(+), 27 deletions(-) > > diff --git a/.cirrus.yml b/.cirrus.yml > index 3dd9fcff7f..25fb4add9b 100644 > --- a/.cirrus.yml > +++ b/.cirrus.yml > @@ -1,38 +1,19 @@ > env: > CIRRUS_CLONE_DEPTH: 1 > > -freebsd_1st_task: > +freebsd_12_task: > freebsd_instance: > image_family: freebsd-12-1 > - cpu: 4 > - memory: 4G > - install_script: ASSUME_ALWAYS_YES=yes pkg bootstrap -f ; pkg install -y > - bash curl cyrus-sasl git glib gmake gnutls gsed > - nettle perl5 pixman pkgconf png usbredir > + cpu: 8 > + memory: 8G > + install_script: > + - ASSUME_ALWAYS_YES=yes pkg bootstrap -f ; > + - pkg install -y bash curl cyrus-sasl git glib gmake gnutls gsed > + nettle perl5 pixman pkgconf png usbredir > script: > - mkdir build > - cd build > - - ../configure --disable-user --target-list-exclude='alpha-softmmu > - ppc64-softmmu ppc-softmmu riscv32-softmmu riscv64-softmmu s390x-softmmu > - sparc64-softmmu sparc-softmmu x86_64-softmmu i386-softmmu' > - --enable-werror || { cat config.log; exit 1; } > - - gmake -j$(sysctl -n hw.ncpu) > - - gmake -j$(sysctl -n hw.ncpu) check > - > -freebsd_2nd_task: > - freebsd_instance: > - image_family: freebsd-12-1 > - cpu: 4 > - memory: 4G > - install_script: ASSUME_ALWAYS_YES=yes pkg bootstrap -f ; pkg install -y > - bash curl cyrus-sasl git glib gmake gnutls gtk3 gsed libepoxy mesa-libs > - nettle perl5 pixman pkgconf png SDL2 usbredir > - script: > - - ./configure --enable-werror --target-list='alpha-softmmu ppc64-softmmu > - ppc-softmmu riscv32-softmmu riscv64-softmmu s390x-softmmu > - sparc64-softmmu sparc-softmmu x86_64-softmmu i386-softmmu > - sparc-bsd-user sparc64-bsd-user x86_64-bsd-user i386-bsd-user' > - || { cat config.log; exit 1; } > + - ../configure --enable-werror || { cat config.log; exit 1; } > - gmake -j$(sysctl -n hw.ncpu) > - gmake -j$(sysctl -n hw.ncpu) check > >
On Wed, Sep 16, 2020 at 1:48 AM Philippe Mathieu-Daudé <f4bug@amsat.org> wrote: > > Typo "single shot" in subject? Yeap, single shot, hope the maintainer fix it > > > On 9/15/20 7:12 PM, 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 > > > > Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> > > Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> > > Reviewed-by: Ed Maste <emaste@FreeBSD.org> > > --- > > .cirrus.yml | 35 ++++++++--------------------------- > > 1 file changed, 8 insertions(+), 27 deletions(-) > > > > diff --git a/.cirrus.yml b/.cirrus.yml > > index 3dd9fcff7f..25fb4add9b 100644 > > --- a/.cirrus.yml > > +++ b/.cirrus.yml > > @@ -1,38 +1,19 @@ > > env: > > CIRRUS_CLONE_DEPTH: 1 > > > > -freebsd_1st_task: > > +freebsd_12_task: > > freebsd_instance: > > image_family: freebsd-12-1 > > - cpu: 4 > > - memory: 4G > > - install_script: ASSUME_ALWAYS_YES=yes pkg bootstrap -f ; pkg install -y > > - bash curl cyrus-sasl git glib gmake gnutls gsed > > - nettle perl5 pixman pkgconf png usbredir > > + cpu: 8 > > + memory: 8G > > + install_script: > > + - ASSUME_ALWAYS_YES=yes pkg bootstrap -f ; > > + - pkg install -y bash curl cyrus-sasl git glib gmake gnutls gsed > > + nettle perl5 pixman pkgconf png usbredir > > script: > > - mkdir build > > - cd build > > - - ../configure --disable-user --target-list-exclude='alpha-softmmu > > - ppc64-softmmu ppc-softmmu riscv32-softmmu riscv64-softmmu s390x-softmmu > > - sparc64-softmmu sparc-softmmu x86_64-softmmu i386-softmmu' > > - --enable-werror || { cat config.log; exit 1; } > > - - gmake -j$(sysctl -n hw.ncpu) > > - - gmake -j$(sysctl -n hw.ncpu) check > > - > > -freebsd_2nd_task: > > - freebsd_instance: > > - image_family: freebsd-12-1 > > - cpu: 4 > > - memory: 4G > > - install_script: ASSUME_ALWAYS_YES=yes pkg bootstrap -f ; pkg install -y > > - bash curl cyrus-sasl git glib gmake gnutls gtk3 gsed libepoxy mesa-libs > > - nettle perl5 pixman pkgconf png SDL2 usbredir > > - script: > > - - ./configure --enable-werror --target-list='alpha-softmmu ppc64-softmmu > > - ppc-softmmu riscv32-softmmu riscv64-softmmu s390x-softmmu > > - sparc64-softmmu sparc-softmmu x86_64-softmmu i386-softmmu > > - sparc-bsd-user sparc64-bsd-user x86_64-bsd-user i386-bsd-user' > > - || { cat config.log; exit 1; } > > + - ../configure --enable-werror || { cat config.log; exit 1; } > > - gmake -j$(sysctl -n hw.ncpu) > > - gmake -j$(sysctl -n hw.ncpu) check > > > > > -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo <div dir="ltr"><br><br>On Wed, Sep 16, 2020 at 1:48 AM Philippe Mathieu-Daudé <<a href="mailto:f4bug@amsat.org">f4bug@amsat.org</a>> wrote:<br>><br>> Typo "single shot" in subject?<br><br>Yeap, single shot, hope the maintainer fix it <br>><br>><br>> On 9/15/20 7:12 PM, Yonggang Luo wrote:<br>> > This reverts commit 45f7b7b9f38f5c4d1529a37c93dedfc26a231bba<br>> > ("cirrus.yml: Split FreeBSD job into two parts").<br>> ><br>> > freebsd 1 hour limit not hit anymore<br>> ><br>> > I think we going to a wrong direction, I think there is some tests a stall the test runner,<br>> > please look at<br>> > <a href="https://cirrus-ci.com/task/5110577531977728">https://cirrus-ci.com/task/5110577531977728</a><br>> > When its running properly, the consumed time are little, but when tests running too long,<br>> > look at the cpu usage, the cpu usage are nearly zero. doesn't consuming time.<br>> ><br>> > And look at<br>> > <a href="https://cirrus-ci.com/task/6119341601062912">https://cirrus-ci.com/task/6119341601062912</a><br>> ><br>> > If the tests running properly, the time consuming are little<br>> > We should not hide the error by split them<br>> ><br>> > Signed-off-by: Yonggang Luo <<a href="mailto:luoyonggang@gmail.com">luoyonggang@gmail.com</a>><br>> > Reviewed-by: Daniel P. Berrangé <<a href="mailto:berrange@redhat.com">berrange@redhat.com</a>><br>> > Reviewed-by: Ed Maste <emaste@FreeBSD.org><br>> > ---<br>> > .cirrus.yml | 35 ++++++++---------------------------<br>> > 1 file changed, 8 insertions(+), 27 deletions(-)<br>> ><br>> > diff --git a/.cirrus.yml b/.cirrus.yml<br>> > index 3dd9fcff7f..25fb4add9b 100644<br>> > --- a/.cirrus.yml<br>> > +++ b/.cirrus.yml<br>> > @@ -1,38 +1,19 @@<br>> > env:<br>> > CIRRUS_CLONE_DEPTH: 1<br>> > <br>> > -freebsd_1st_task:<br>> > +freebsd_12_task:<br>> > freebsd_instance:<br>> > image_family: freebsd-12-1<br>> > - cpu: 4<br>> > - memory: 4G<br>> > - install_script: ASSUME_ALWAYS_YES=yes pkg bootstrap -f ; pkg install -y<br>> > - bash curl cyrus-sasl git glib gmake gnutls gsed<br>> > - nettle perl5 pixman pkgconf png usbredir<br>> > + cpu: 8<br>> > + memory: 8G<br>> > + install_script:<br>> > + - ASSUME_ALWAYS_YES=yes pkg bootstrap -f ;<br>> > + - pkg install -y bash curl cyrus-sasl git glib gmake gnutls gsed<br>> > + nettle perl5 pixman pkgconf png usbredir<br>> > script:<br>> > - mkdir build<br>> > - cd build<br>> > - - ../configure --disable-user --target-list-exclude='alpha-softmmu<br>> > - ppc64-softmmu ppc-softmmu riscv32-softmmu riscv64-softmmu s390x-softmmu<br>> > - sparc64-softmmu sparc-softmmu x86_64-softmmu i386-softmmu'<br>> > - --enable-werror || { cat config.log; exit 1; }<br>> > - - gmake -j$(sysctl -n hw.ncpu)<br>> > - - gmake -j$(sysctl -n hw.ncpu) check<br>> > -<br>> > -freebsd_2nd_task:<br>> > - freebsd_instance:<br>> > - image_family: freebsd-12-1<br>> > - cpu: 4<br>> > - memory: 4G<br>> > - install_script: ASSUME_ALWAYS_YES=yes pkg bootstrap -f ; pkg install -y<br>> > - bash curl cyrus-sasl git glib gmake gnutls gtk3 gsed libepoxy mesa-libs<br>> > - nettle perl5 pixman pkgconf png SDL2 usbredir<br>> > - script:<br>> > - - ./configure --enable-werror --target-list='alpha-softmmu ppc64-softmmu<br>> > - ppc-softmmu riscv32-softmmu riscv64-softmmu s390x-softmmu<br>> > - sparc64-softmmu sparc-softmmu x86_64-softmmu i386-softmmu<br>> > - sparc-bsd-user sparc64-bsd-user x86_64-bsd-user i386-bsd-user'<br>> > - || { cat config.log; exit 1; }<br>> > + - ../configure --enable-werror || { cat config.log; exit 1; }<br>> > - gmake -j$(sysctl -n hw.ncpu)<br>> > - gmake -j$(sysctl -n hw.ncpu) check<br>> > <br>> ><br>><br><br><br>--<br> 此致<br>礼<br>罗勇刚<br>Yours<br> sincerely,<br>Yonggang Luo</div>
diff --git a/.cirrus.yml b/.cirrus.yml index 3dd9fcff7f..25fb4add9b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,38 +1,19 @@ env: CIRRUS_CLONE_DEPTH: 1 -freebsd_1st_task: +freebsd_12_task: freebsd_instance: image_family: freebsd-12-1 - cpu: 4 - memory: 4G - install_script: ASSUME_ALWAYS_YES=yes pkg bootstrap -f ; pkg install -y - bash curl cyrus-sasl git glib gmake gnutls gsed - nettle perl5 pixman pkgconf png usbredir + cpu: 8 + memory: 8G + install_script: + - ASSUME_ALWAYS_YES=yes pkg bootstrap -f ; + - pkg install -y bash curl cyrus-sasl git glib gmake gnutls gsed + nettle perl5 pixman pkgconf png usbredir script: - mkdir build - cd build - - ../configure --disable-user --target-list-exclude='alpha-softmmu - ppc64-softmmu ppc-softmmu riscv32-softmmu riscv64-softmmu s390x-softmmu - sparc64-softmmu sparc-softmmu x86_64-softmmu i386-softmmu' - --enable-werror || { cat config.log; exit 1; } - - gmake -j$(sysctl -n hw.ncpu) - - gmake -j$(sysctl -n hw.ncpu) check - -freebsd_2nd_task: - freebsd_instance: - image_family: freebsd-12-1 - cpu: 4 - memory: 4G - install_script: ASSUME_ALWAYS_YES=yes pkg bootstrap -f ; pkg install -y - bash curl cyrus-sasl git glib gmake gnutls gtk3 gsed libepoxy mesa-libs - nettle perl5 pixman pkgconf png SDL2 usbredir - script: - - ./configure --enable-werror --target-list='alpha-softmmu ppc64-softmmu - ppc-softmmu riscv32-softmmu riscv64-softmmu s390x-softmmu - sparc64-softmmu sparc-softmmu x86_64-softmmu i386-softmmu - sparc-bsd-user sparc64-bsd-user x86_64-bsd-user i386-bsd-user' - || { cat config.log; exit 1; } + - ../configure --enable-werror || { cat config.log; exit 1; } - gmake -j$(sysctl -n hw.ncpu) - gmake -j$(sysctl -n hw.ncpu) check