Skip to content

ci/deqp: Make sure that we pull in all board-specific xfail/skip/flake files.

Emma Anholt requested to merge anholt/mesa:ci-caselists into master

When introducing/removing these files, it's easy to forget to update the yml to point to them. Instead of requiring the separate update, just have the runner script pick the right one from a single per-gpu variable.

As a result, we now pick up the new deqp-lvp-skips.txt that was added but not conected. This also required moving some bypass flakes from the shared a630 flakes list to a separate list, which is a feature because now we'd notice the introduction of flakes to the gmem path.

Fixes: ab79e6b8 ("ci: skip failing test on lavapipe")

Merge request reports