Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-47206

Guess at buckets for initial build via filesystem scan

XMLWordPrintable

      When no reference build is available (there could be several reasons for this), currently the plugin puts everything into a single bucket. For very long suites, it would be useful to be able to offer a fallback estimate based on a filesystem scan.

      For example, in a Maven project with default Surefire configuration you could look in src/test/java/ for **/*Test.java, divide all matches into buckets based simply on count, and proceed.

      Subsequent builds would have access to more accurate information as well as timing and so would do a better job of equalizing branch runtimes, but this would be a lot better than nothing.

            lvotypkova Lucie Votypkova
            jglick Jesse Glick
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: