Skip to content
Snippets Groups Projects
  1. May 14, 2021
    • Thomas Huth's avatar
      cirrus.yml: Fix the MSYS2 task · 568740be
      Thomas Huth authored
      
      The MSYS2 task in the Cirrus-CI is currently failing with error messages
      like this:
      
       warning: database file for 'ucrt64' does not exist (use '-Sy' to download)
       :: Starting core system upgrade...
        there is nothing to do
       :: Starting full system upgrade...
       error: failed to prepare transaction (could not find database)
      
      Seems like it can be fixed by switching to a newer release and by refreshing
      the database one more time after changing the /etc/pacman.conf file.
      
      Message-Id: <20210504100223.25427-30-alex.bennee@linaro.org>
      Reviewed-by: default avatarYonggang Luo <luoyonggang@gmail.com>
      Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
      568740be
  2. Mar 24, 2021
  3. Jan 12, 2021
  4. Jan 06, 2021
    • Daniel P. Berrangé's avatar
      cirrus: don't run full qtest on macOS · af229fc3
      Daniel P. Berrangé authored
      
      The Cirrus CI macOS build hosts have exhibited a serious performance
      degradation in recent months. For example the "qom-test" qtest takes
      over an hour for only the qemu-system-aarch64 binary. This is as much
      20-40 times slower than other environments. The other qtests all show
      similar performance degradation, as do many of the unit tests.
      
      This does not appear related to QEMU code changes, since older git
      commits which were known to fully complete in less than 1 hour on
      Cirrus CI now also show similar bad performance. Either Cirrus CI
      performance has degraded, or an change in its environment has exposed
      a latent bug widely affecting all of QEMU. Debugging the qom-test
      showed no easily identified large bottleneck - every step of the
      test execution was simply slower.
      
      macOS builds/tests run outside Cirrus CI show normal performance.
      
      With an inability to identify any obvious problem, the only viable
      way to get a reliably completing Cirrus CI macOS job is to cut out
      almost all of the qtests. We choose to run the x86_64 target only,
      since that has very few machine types and thus is least badly
      impacted in the qom-test execution.
      
      With this change, the macOS jobs complete in approx 35 minutes.
      
      Signed-off-by: default avatarDaniel P. Berrangé <berrange@redhat.com>
      Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
      Reviewed-by: default avatarWillian Rampazzo <willianr@redhat.com>
      Message-Id: <20210106114159.981538-1-berrange@redhat.com>
      Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
      af229fc3
  5. Nov 25, 2020
  6. Nov 23, 2020
  7. Nov 09, 2020
  8. Oct 22, 2020
  9. Oct 17, 2020
  10. Oct 09, 2020
  11. Sep 16, 2020
  12. Sep 03, 2020
  13. Jul 11, 2020
  14. Jun 16, 2020
  15. Jun 08, 2020
  16. May 06, 2020
  17. Dec 18, 2019
  18. Oct 25, 2019
  19. May 21, 2019
  20. Mar 08, 2019
  21. Feb 08, 2019
Loading