-
- Downloads
intel-ci: Relegate gem_exec_reloc to the shards
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:Chris 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:
Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Acked-by:
Petri Latvala <petri.latvala@intel.com>
parent
57efd810
No related branches found
No related tags found
Pipeline #75288 passed
Stage: build-containers
Stage: build
Stage: test
Stage: containers
Stage: deploy
Please register or sign in to comment