Skip to content
Snippets Groups Projects
  1. Nov 13, 2019
  2. Nov 12, 2019
  3. Nov 11, 2019
  4. Nov 08, 2019
  5. Nov 07, 2019
  6. Nov 06, 2019
  7. Nov 05, 2019
  8. Nov 04, 2019
  9. Nov 02, 2019
  10. Nov 01, 2019
    • Chris Wilson's avatar
      intel-ci: Relegate gem_exec_reloc to the shards · c8a88b61
      Chris Wilson authored
      
      The gem_exec_reloc basic subtests cover a couple dozen basic ABI
      sanitychecks, aiming to prove the ABI works. While relocations used to
      be essential, they are no longer the basis of current clients who all
      softpin. It is a stagnant portion of the ABI that does not contribute
      much to overall driver health (the complicated portions of relocs are
      covered in the smoketests like gem_exec_parallel and gem_exec_gttfill).
      However, even though each of the basic subtest is trivial and runs in
      very little time, since CI is running each individually the time between
      tests mounts up (especially on eMMC devices like fi-kbl-soraka).
      
      By moving these tests to the shards we should speed up BAT on the
      ratelimiting fi-kbl-soraka, while losing no coverage overall -- and
      hopefully without losing any of the predictive failure coverage in BAT.
      This stagnant bit of uAPI/uABI will remain checked by the irregular idle
      runs.
      
      Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
      Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
      Cc: Tomi Sarvela <tomi.p.sarvela@intel.com>
      Cc: Petri Latvala <petri.latvala@intel.com>
      Cc: Martin Peres <martin.peres@linux.intel.com>
      Acked-by: default avatarJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
      Acked-by: default avatarPetri Latvala <petri.latvala@intel.com>
      c8a88b61
  11. Oct 31, 2019
  12. Oct 30, 2019
  13. Oct 29, 2019
Loading