ci: Support per-driver skip lists.
authorCharlie Turner <cturner@igalia.com>
Wed, 16 Jun 2021 14:59:15 +0000 (15:59 +0100)
committerMarge Bot <eric+marge@anholt.net>
Tue, 14 Sep 2021 11:31:26 +0000 (11:31 +0000)
commit852904e9fd87cda232614aaeb03e8ca324cb8a41
tree509fc610bf2e6ab6a78001b8b869a8e4de166d5a
parente43797ab13b3f547a4457548da8ca57f4cb8d2d7
ci: Support per-driver skip lists.

In addition to a global skip list introduced in
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11333
(enabled by
https://gitlab.freedesktop.org/anholt/deqp-runner/-/merge_requests/4)
it is also useful to have a per-driver skip list in addition to a
per-gpu list. Now, there are multiple levels at which skips can be
specified, from least to most specific,

  - (deqp|piglit)-all-skips.txt :: affecting all tests
  - (deqp|piglit)-$(DRIVER_NAME|VK_DRIVER|GALLIUM_DRIVER)-skips.txt ::
  affecting the specified driver
  - (deqp|piglit)-$GPU_VERSION-skips.txt :: affecting a specific GPU

This idea could be useful for -fails.txt as well.

Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Martin Peres <martin.peres@mupuf.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11426>
.gitlab-ci/deqp-runner.sh
.gitlab-ci/piglit/piglit-runner.sh