Skip to content
Snippets Groups Projects
  1. Sep 13, 2022
    • Tom Rini's avatar
      Merge branch '2022-09-12-update-pytests-for-more-parellel-support' into next · aa2ef9f5
      Tom Rini authored
      To quote the author:
      This series makes a further attempt to get closer to having all tests
      run in parallel. It introduces a new 'make pcheck' option which runs
      tests in parallel, skipping those that are not compatible.
      
      A number of fixes are included for existing tests. The vboot test is
      updated to only run a single scenario in 'quick' mode.
      
      This makes use of pytest's parallel-testing features. The resulting
      times (including incremental building with LTO) on a 16-core machine are
      as follows:
      
         make pcheck        - 1 minute 6 seconds
         make qcheck        - 3 minutes
         make check         - 5 minutes 15 seconds
      
      Note that this is not a fair comparison, since 'make pcheck' omits a
      number of tests, even more than 'make qcheck'.
      aa2ef9f5
  2. Sep 12, 2022
  3. Sep 03, 2022
  4. Sep 02, 2022
  5. Sep 01, 2022
  6. Aug 26, 2022
Loading